Skip to content

Commit

Permalink
chore: upgrade dependencies (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmkx authored Apr 22, 2024
1 parent 14434df commit a5d5a2b
Show file tree
Hide file tree
Showing 21 changed files with 704 additions and 970 deletions.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"files.associations": {
"manifest.json": "jsonc"
}
},
"json.schemas": [
{
"fileMatch": ["project.json"],
"url": "./node_modules/nx/schemas/project-schema.json"
}
]
}
10 changes: 5 additions & 5 deletions apps/ai-assistant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@
"lint:type": "tsc --noEmit"
},
"dependencies": {
"@google/generative-ai": "^0.7.0",
"@google/generative-ai": "^0.7.1",
"@trpc/client": "11.0.0-next-beta.248",
"@trpc/server": "11.0.0-next-beta.248",
"@webx-kit/messaging": "workspace:^",
"@webx-kit/runtime": "workspace:^",
"@webx-kit/storage": "workspace:^",
"clsx": "^2.1.0",
"jotai": "^2.8.0",
"lucide-react": "^0.368.0",
"lucide-react": "^0.372.0",
"react": "^18.2.0",
"react-aria-components": "^1.1.1",
"react-dom": "^18.2.0",
"zod": "^3.22.4"
"zod": "^3.23.0"
},
"devDependencies": {
"@modern-js/app-tools": "^2.48.6",
"@modern-js/app-tools": "^2.49.0",
"@types/chrome": "^0.0.266",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@webx-kit/modernjs-plugin": "workspace:^",
"tailwind-merge": "^2.2.2",
"tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
Expand Down
8 changes: 4 additions & 4 deletions apps/switchy-pi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@
"clsx": "^2.1.0",
"jotai": "^2.8.0",
"jotai-effect": "^1.0.0",
"lucide-react": "^0.368.0",
"lucide-react": "^0.372.0",
"react": "^18.2.0",
"react-aria": "^3.32.1",
"react-aria-components": "^1.1.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"react-router-dom": "^6.22.3",
"zod": "^3.22.4"
"zod": "^3.23.0"
},
"devDependencies": {
"@modern-js/app-tools": "^2.48.6",
"@modern-js/app-tools": "^2.49.0",
"@types/chrome": "^0.0.266",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@webx-kit/modernjs-plugin": "workspace:^",
"tailwind-merge": "^2.2.2",
"tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"preview": "vitepress preview"
},
"devDependencies": {
"vitepress": "^1.1.0"
"vitepress": "^1.1.3"
}
}
9 changes: 9 additions & 0 deletions docs/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"targets": {
"build": {
"cache": true,
"dependsOn": ["^build"],
"outputs": ["{projectRoot}/.vitepress/dist"]
}
}
}
4 changes: 2 additions & 2 deletions examples/react-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"devDependencies": {
"@playwright/test": "^1.43.1",
"@rsbuild/core": "^0.6.1",
"@rsbuild/plugin-react": "^0.6.1",
"@rsbuild/core": "^0.6.3",
"@rsbuild/plugin-react": "^0.6.3",
"@types/chrome": "^0.0.266",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@modern-js/app-tools": "^2.48.6",
"@modern-js/app-tools": "^2.49.0",
"@playwright/test": "^1.43.1",
"@types/chrome": "^0.0.266",
"@types/node": "^20.12.7",
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"solid-js": "^1.8.16"
},
"devDependencies": {
"@modern-js/app-tools": "^2.48.6",
"@modern-js/app-tools": "^2.49.0",
"@playwright/test": "^1.43.1",
"@rsbuild/plugin-solid": "^0.6.1",
"@rsbuild/plugin-solid": "^0.6.3",
"@types/chrome": "^0.0.266",
"@types/node": "^20.12.7",
"@webx-kit/modernjs-plugin": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"dependencies": {
"@webx-kit/runtime": "workspace:^",
"svelte": "^4.2.14"
"svelte": "^4.2.15"
},
"devDependencies": {
"@modern-js/app-tools": "^2.48.6",
"@modern-js/app-tools": "^2.49.0",
"@playwright/test": "^1.43.1",
"@rsbuild/plugin-svelte": "^0.6.1",
"@rsbuild/plugin-svelte": "^0.6.3",
"@types/chrome": "^0.0.266",
"@types/node": "^20.12.7",
"@webx-kit/modernjs-plugin": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"dependencies": {
"@webx-kit/runtime": "workspace:^",
"vue": "^3.4.22"
"vue": "^3.4.23"
},
"devDependencies": {
"@modern-js/app-tools": "^2.48.6",
"@modern-js/app-tools": "^2.49.0",
"@playwright/test": "^1.43.1",
"@rsbuild/plugin-vue": "^0.6.1",
"@rsbuild/plugin-vue": "^0.6.3",
"@types/chrome": "^0.0.266",
"@types/node": "^20.12.7",
"@webx-kit/modernjs-plugin": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.0.4",
"packageManager": "pnpm@9.0.5",
"scripts": {
"lint:type": "nx run-many -t lint:type",
"build": "nx run-many -t build",
Expand All @@ -13,7 +13,7 @@
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@playwright/test": "^1.43.1",
"nx": "^18.2.4"
"nx": "^18.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"type-fest": "^4.15.0"
},
"devDependencies": {
"@rsbuild/shared": "^0.6.1",
"@rsbuild/shared": "^0.6.3",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-webx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint:type": "tsc --noEmit"
},
"devDependencies": {
"@modern-js/utils": "^2.48.6",
"@modern-js/utils": "^2.49.0",
"@types/debug": "^4.1.12",
"@types/prompts": "^2.4.9",
"debug": "^4.3.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"type-fest": "^4.15.0"
},
"devDependencies": {
"@modern-js/app-tools": "^2.48.6",
"@modern-js/utils": "^2.48.6",
"@modern-js/app-tools": "^2.49.0",
"@modern-js/utils": "^2.49.0",
"@playwright/test": "^1.43.1",
"@trpc/client": "11.0.0-next-beta.248",
"@trpc/server": "11.0.0-next-beta.248",
Expand All @@ -67,7 +67,7 @@
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0",
"zod": "^3.22.4"
"zod": "^3.23.0"
},
"peerDependencies": {
"@types/chrome": "^0.0.262"
Expand Down
6 changes: 3 additions & 3 deletions packages/modernjs-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"@webx-kit/core-plugin": "workspace:^"
},
"devDependencies": {
"@modern-js/app-tools": "^2.48.6",
"@modern-js/utils": "^2.48.6",
"@rsbuild/shared": "^0.6.1",
"@modern-js/app-tools": "^2.49.0",
"@modern-js/utils": "^2.49.0",
"@rsbuild/shared": "^0.6.3",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/modernjs-plugin/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ const getDefaultConfig = ({ allInOneEntries }: { allInOneEntries: Set<string> })
proxy: {
'/': {
target: 'https://www.example.com/',
// @ts-expect-error suppress 404 for hot-update files
onProxyReq(_proxyReq, req, res) {
// @ts-expect-error suppress 404 for hot-update files
if (req.url.includes('.hot-update.')) res.end('');
},
},
Expand Down
4 changes: 2 additions & 2 deletions packages/rsbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@webx-kit/core-plugin": "workspace:^"
},
"devDependencies": {
"@rsbuild/core": "^0.6.1",
"@rsbuild/shared": "^0.6.1",
"@rsbuild/core": "^0.6.3",
"@rsbuild/shared": "^0.6.3",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"type-fest": "^4.15.0"
},
"devDependencies": {
"@modern-js/app-tools": "^2.48.6",
"@modern-js/app-tools": "^2.49.0",
"@playwright/test": "^1.43.1",
"@types/chrome": "^0.0.266",
"@types/node": "^20.12.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"lint:type": "tsc --noEmit"
},
"dependencies": {
"@modern-js/utils": "^2.48.6",
"@modern-js/utils": "^2.49.0",
"@webx-kit/chrome-types": "workspace:^"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit a5d5a2b

Please sign in to comment.