Skip to content

Commit

Permalink
Upgrade workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Sep 18, 2024
1 parent 8304c64 commit fdbec8f
Show file tree
Hide file tree
Showing 12 changed files with 752 additions and 686 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions apps/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"h3": "^1.12.0",
"solid-js": "^1.8.22",
"vinxi": "0.4.3",
"vite": "^5.4.5",
"vite": "^5.4.6",
"zod": "^3.23.8"
},
"devDependencies": {
"@content-collections/core": "^0.7.0",
"@content-collections/markdown": "^0.1.1",
"@content-collections/vite": "^0.2.2",
"@iconify/json": "^2.2.248",
"@iconify/json": "^2.2.249",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"fumadocs-ui": "^13.4.10",
"tailwindcss": "^3.4.11"
"tailwindcss": "^3.4.12"
}
}
18 changes: 9 additions & 9 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@tanstack/solid-query-devtools": "^5.56.2",
"@tanstack/solid-query-persist-client": "^5.56.2",
"@tanstack/solid-table": "^8.20.5",
"@tanstack/solid-virtual": "^3.10.7",
"@tanstack/solid-virtual": "^3.10.8",
"@tanstack/zod-form-adapter": "^0.32.0",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
Expand All @@ -65,7 +65,7 @@
"dexie": "^4.0.8",
"drizzle-orm": "^0.33.0",
"h3": "^1.12.0",
"hono": "^4.6.1",
"hono": "^4.6.2",
"jose": "^5.9.2",
"lucia": "^3.2.0",
"minidenticons": "^4.2.1",
Expand All @@ -80,34 +80,34 @@
"solid-presence": "^0.1.8",
"solid-sonner": "^0.2.8",
"solid-transition-group": "^0.2.3",
"sst": "3.1.10",
"sst": "3.1.14",
"stripe": "^16.11.0",
"superjson": "^2.2.1",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"ts-pattern": "^5.3.1",
"vinxi": "0.4.3",
"xml2js": "^0.6.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify/json": "^2.2.248",
"@iconify/json": "^2.2.249",
"@microsoft/microsoft-graph-types": "^2.40.0",
"@simplewebauthn/types": "^10.0.0",
"@tailwindcss/forms": "^0.5.9",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"mysql2": "^3.11.2",
"postcss": "^8.4.45",
"mysql2": "^3.11.3",
"postcss": "^8.4.47",
"rollup-plugin-visualizer": "^5.12.0",
"solid-devtools": "^0.30.1",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"unenv": "^1.10.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"vite": "^5.4.5",
"vite": "^5.4.6",
"vite-plugin-html": "^3.2.2",
"vite-plugin-solid": "^2.10.2",
"vite-tsconfig-paths": "^5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/apple-pfm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ serde = { workspace = true }
thiserror = "1.0.63"

[dev-dependencies]
pretty_assertions = "1.4.0"
pretty_assertions = "1.4.1"
2 changes: 1 addition & 1 deletion crates/ms-mde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ easy-xml-derive = "0.1.4"
xml = "0.8.20"

[dev-dependencies]
pretty_assertions = "1.4.0"
pretty_assertions = "1.4.1"
2 changes: 1 addition & 1 deletion crates/ms-mdm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ easy-xml-derive = "0.1.4"
xml = "0.8.20"

[dev-dependencies]
pretty_assertions = "1.4.0"
pretty_assertions = "1.4.1"
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
"pnpm": "^9"
},
"dependencies": {
"@biomejs/biome": "^1.9.0",
"@biomejs/biome": "^1.9.1",
"@solidjs/start": "1.0.6",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.24.2",
"pg": "^8.12.0",
"pg": "^8.13.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
},
"devDependencies": {
"husky": "^9.1.6",
"nx": "19.7.3",
"sst": "3.1.10",
"wrangler": "^3.78.2"
"sst": "3.1.14",
"wrangler": "^3.78.4"
},
"pnpm": {
"patchedDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
},
"devDependencies": {
"@types/node": "^22.5.5",
"@types/react": "^18.3.5"
"@types/react": "^18.3.7"
}
}
2 changes: 1 addition & 1 deletion packages/mysql-planetscale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@planetscale/database": "^1.19.0",
"mysql2": "^3.11.2"
"mysql2": "^3.11.3"
},
"devDependencies": {
"@types/node": "^22.5.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/policy-composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@mattrax/configuration-schemas": "workspace:*",
"@mattrax/policy": "workspace:*",
"@mattrax/ui": "workspace:*",
"@tanstack/solid-virtual": "^3.10.7",
"@tanstack/solid-virtual": "^3.10.8",
"solid-js": "^1.8.22"
}
}
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@solidjs/router": "0.14.5",
"@tanstack/form-core": "^0.32.0",
"@tanstack/solid-form": "^0.32.0",
"@tanstack/solid-virtual": "^3.10.7",
"@tanstack/solid-virtual": "^3.10.8",
"@tanstack/zod-form-adapter": "^0.32.0",
"chart.js": "^4.4.4",
"class-variance-authority": "^0.7.0",
Expand All @@ -40,10 +40,10 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify/json": "^2.2.248",
"@iconify/json": "^2.2.249",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"vite": "^5.4.5",
"vite": "^5.4.6",
"vite-plugin-solid": "^2.10.2"
}
}
Loading

0 comments on commit fdbec8f

Please sign in to comment.