Skip to content

Commit

Permalink
chore: lock core-plugin at the same version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmkx committed Sep 19, 2024
1 parent 3974824 commit 2aef969
Show file tree
Hide file tree
Showing 22 changed files with 1,141 additions and 1,074 deletions.
6 changes: 6 additions & 0 deletions .changeset/happy-dolphins-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@webx-kit/modernjs-plugin": patch
"@webx-kit/rsbuild-plugin": patch
---

chore: lock core-plugin at the same version
14 changes: 7 additions & 7 deletions apps/ai-assistant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@
"lint:type": "tsc --noEmit"
},
"dependencies": {
"@google/generative-ai": "^0.18.0",
"@google/generative-ai": "^0.19.0",
"@trpc/client": "11.0.0-rc.477",
"@trpc/server": "11.0.0-rc.477",
"@webx-kit/messaging": "workspace:^",
"@webx-kit/runtime": "workspace:^",
"@webx-kit/storage": "workspace:^",
"clsx": "^2.1.1",
"jotai": "^2.9.3",
"lucide-react": "^0.439.0",
"lucide-react": "^0.441.0",
"react": "^18.3.1",
"react-aria-components": "^1.3.3",
"react-dom": "^18.3.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@modern-js/app-tools": "^2.60.0",
"@types/chrome": "^0.0.270",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@modern-js/app-tools": "^2.60.1",
"@types/chrome": "^0.0.271",
"@types/node": "^22.5.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@webx-kit/modernjs-plugin": "workspace:^",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^1.1.5",
"typescript": "^5.6.2"
Expand Down
10 changes: 5 additions & 5 deletions apps/switchy-pi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"clsx": "^2.1.1",
"jotai": "^2.9.3",
"jotai-effect": "^1.0.3",
"lucide-react": "^0.439.0",
"lucide-react": "^0.441.0",
"react": "^18.3.1",
"react-aria": "^3.34.3",
"react-aria-components": "^1.3.3",
Expand All @@ -30,14 +30,14 @@
"@rsbuild/core": "catalog:",
"@rsbuild/plugin-less": "catalog:",
"@rsbuild/plugin-react": "catalog:",
"@types/chrome": "^0.0.270",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/chrome": "^0.0.271",
"@types/node": "^22.5.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@webx-kit/rsbuild-plugin": "workspace:^",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^1.1.5",
"typescript": "^5.6.2"
Expand Down
12 changes: 6 additions & 6 deletions examples/react-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@modern-js/app-tools": "^2.60.0",
"@playwright/test": "^1.47.0",
"@types/chrome": "^0.0.270",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@modern-js/app-tools": "^2.60.1",
"@playwright/test": "^1.47.1",
"@types/chrome": "^0.0.271",
"@types/node": "^22.5.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@webx-kit/modernjs-plugin": "workspace:^",
"@webx-kit/test-utils": "workspace:^",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
}
}
10 changes: 5 additions & 5 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@playwright/test": "^1.47.0",
"@playwright/test": "^1.47.1",
"@rsbuild/core": "catalog:",
"@rsbuild/plugin-less": "catalog:",
"@rsbuild/plugin-react": "catalog:",
"@types/chrome": "^0.0.270",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/chrome": "^0.0.271",
"@types/node": "^22.5.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@webx-kit/rsbuild-plugin": "workspace:^",
"@webx-kit/test-utils": "workspace:^",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
}
}
8 changes: 4 additions & 4 deletions examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"solid-js": "^1.8.22"
},
"devDependencies": {
"@playwright/test": "^1.47.0",
"@playwright/test": "^1.47.1",
"@rsbuild/core": "catalog:",
"@rsbuild/plugin-babel": "catalog:",
"@rsbuild/plugin-less": "catalog:",
"@rsbuild/plugin-solid": "catalog:",
"@types/chrome": "^0.0.270",
"@types/node": "^22.5.4",
"@types/chrome": "^0.0.271",
"@types/node": "^22.5.5",
"@webx-kit/rsbuild-plugin": "workspace:^",
"@webx-kit/test-utils": "workspace:^",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
}
}
8 changes: 4 additions & 4 deletions examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"svelte": "^4.2.19"
},
"devDependencies": {
"@playwright/test": "^1.47.0",
"@playwright/test": "^1.47.1",
"@rsbuild/core": "catalog:",
"@rsbuild/plugin-less": "catalog:",
"@rsbuild/plugin-svelte": "catalog:",
"@types/chrome": "^0.0.270",
"@types/node": "^22.5.4",
"@types/chrome": "^0.0.271",
"@types/node": "^22.5.5",
"@webx-kit/rsbuild-plugin": "workspace:^",
"@webx-kit/test-utils": "workspace:^",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
}
}
10 changes: 5 additions & 5 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
},
"dependencies": {
"@webx-kit/runtime": "workspace:^",
"vue": "^3.5.4"
"vue": "^3.5.6"
},
"devDependencies": {
"@playwright/test": "^1.47.0",
"@playwright/test": "^1.47.1",
"@rsbuild/core": "catalog:",
"@rsbuild/plugin-less": "catalog:",
"@rsbuild/plugin-vue": "catalog:",
"@types/chrome": "^0.0.270",
"@types/node": "^22.5.4",
"@types/chrome": "^0.0.271",
"@types/node": "^22.5.5",
"@webx-kit/rsbuild-plugin": "workspace:^",
"@webx-kit/test-utils": "workspace:^",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.8",
"@playwright/test": "^1.47.0",
"nx": "^19.7.2"
"@playwright/test": "^1.47.1",
"nx": "^19.7.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint:type": "tsc --noEmit"
},
"dependencies": {
"@types/chrome": "^0.0.270"
"@types/chrome": "^0.0.271"
},
"devDependencies": {
"typescript": "^5.6.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/core-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@
"lint:type": "tsc --noEmit"
},
"dependencies": {
"@types/chrome": "^0.0.270",
"chokidar": "^3.6.0",
"@types/chrome": "^0.0.271",
"chokidar": "^4.0.0",
"jiti": "^1.21.6",
"type-fest": "^4.26.1"
},
"devDependencies": {
"@rsbuild/core": "catalog:",
"tailwindcss": "^3.4.11",
"tsup": "^8.2.4",
"tailwindcss": "^3.4.12",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"webpack": "^5.94.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core-plugin/src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function createManifestGenerator({
context,
watch(): FSWatcher {
if (watcher) return watcher;
watcher = watch(sourcePath).on('change', (changedFilePath) => {
watcher = watch(sourcePath, {}).on('change', (changedFilePath) => {
if (changedFilePath !== sourcePath) return;
generate();
});
Expand Down
8 changes: 4 additions & 4 deletions packages/create-webx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"lint:type": "tsc --noEmit"
},
"devDependencies": {
"@modern-js/utils": "^2.60.0",
"@modern-js/utils": "^2.60.1",
"@types/debug": "^4.1.12",
"@types/prompts": "^2.4.9",
"debug": "^4.3.7",
"execa": "^9.3.1",
"execa": "^9.4.0",
"fast-glob": "^3.3.2",
"kleur": "^4.1.5",
"prompts": "^2.4.2",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"type-fest": "^4.26.1",
"typescript": "^5.6.2",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
}
}
14 changes: 7 additions & 7 deletions packages/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,19 @@
"type-fest": "^4.26.1"
},
"devDependencies": {
"@modern-js/app-tools": "^2.60.0",
"@modern-js/utils": "^2.60.0",
"@playwright/test": "^1.47.0",
"@modern-js/app-tools": "^2.60.1",
"@modern-js/utils": "^2.60.1",
"@playwright/test": "^1.47.1",
"@trpc/client": "11.0.0-rc.477",
"@trpc/server": "11.0.0-rc.477",
"@types/chrome": "^0.0.270",
"@types/node": "^22.5.4",
"@types/chrome": "^0.0.271",
"@types/node": "^22.5.5",
"@webx-kit/chrome-types": "workspace:^",
"@webx-kit/modernjs-plugin": "workspace:^",
"@webx-kit/test-utils": "workspace:^",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vitest": "^2.0.5",
"vitest": "^2.1.1",
"zod": "^3.23.8"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/modernjs-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"lint:type": "tsc --noEmit"
},
"dependencies": {
"@types/chrome": "^0.0.270",
"@webx-kit/core-plugin": "workspace:^"
"@types/chrome": "^0.0.271",
"@webx-kit/core-plugin": "workspace:*"
},
"devDependencies": {
"@modern-js/app-tools": "^2.60.0",
"@modern-js/utils": "^2.60.0",
"@modern-js/app-tools": "^2.60.1",
"@modern-js/utils": "^2.60.1",
"@rsbuild/core": "catalog:",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/rsbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"lint:type": "tsc --noEmit"
},
"dependencies": {
"@types/chrome": "^0.0.270",
"@webx-kit/core-plugin": "workspace:^"
"@types/chrome": "^0.0.271",
"@webx-kit/core-plugin": "workspace:*"
},
"devDependencies": {
"@rsbuild/core": "catalog:",
"@rspack/core": "catalog:",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"test": "playwright test"
},
"dependencies": {
"@floating-ui/dom": "^1.6.10",
"@types/chrome": "^0.0.270"
"@floating-ui/dom": "^1.6.11",
"@types/chrome": "^0.0.271"
},
"devDependencies": {
"@playwright/test": "^1.47.0",
"tsup": "^8.2.4",
"@playwright/test": "^1.47.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
}
}
12 changes: 6 additions & 6 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@
"type-fest": "^4.26.1"
},
"devDependencies": {
"@modern-js/app-tools": "^2.60.0",
"@playwright/test": "^1.47.0",
"@types/chrome": "^0.0.270",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@modern-js/app-tools": "^2.60.1",
"@playwright/test": "^1.47.1",
"@types/chrome": "^0.0.271",
"@types/node": "^22.5.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@webx-kit/modernjs-plugin": "workspace:^",
"@webx-kit/test-utils": "workspace:^",
"jotai": "^2.9.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"unstorage": "^1.12.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"lint:type": "tsc --noEmit"
},
"dependencies": {
"@modern-js/utils": "^2.60.0",
"@modern-js/utils": "^2.60.1",
"@webx-kit/chrome-types": "workspace:^",
"chrome-launcher": "^1.1.2"
},
"devDependencies": {
"@playwright/test": "^1.47.0",
"@types/node": "^22.5.4",
"@playwright/test": "^1.47.1",
"@types/node": "^22.5.5",
"typescript": "^5.6.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 2aef969

Please sign in to comment.