Skip to content

Commit

Permalink
Merge branch 'main' into pin_rspack_1118
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Nov 18, 2024
2 parents ff62a7e + 4090139 commit fadec2e
Show file tree
Hide file tree
Showing 30 changed files with 367 additions and 319 deletions.
2 changes: 1 addition & 1 deletion e2e/cases/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "@e2e/vue3",
"version": "1.0.0",
"dependencies": {
"vue": "^3.5.12"
"vue": "^3.5.13"
}
}
6 changes: 3 additions & 3 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"solid-js": "^1.9.3",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand All @@ -38,7 +38,7 @@
"@rsbuild/plugin-vue": "workspace:*",
"@rsbuild/plugin-vue-jsx": "^1.0.1",
"@rsbuild/webpack": "workspace:*",
"@module-federation/rspack": "0.7.1",
"@module-federation/rspack": "0.7.5",
"@scripts/test-helper": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.13",
Expand All @@ -49,7 +49,7 @@
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"playwright": "1.44.1",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion examples/module-federation-v2/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@module-federation/rspack": "0.7.1",
"@module-federation/rspack": "0.7.5",
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-react": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/module-federation-v2/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@module-federation/rspack": "0.7.1",
"@module-federation/rspack": "0.7.5",
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-react": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"cross-env": "^7.0.3",
"cspell-ban-words": "^0.0.4",
"nano-staged": "^0.8.0",
"nx": "^20.1.0",
"nx": "^20.1.2",
"prettier": "^3.3.3",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"css-loader": "7.1.2",
"deepmerge": "^4.3.1",
"dotenv": "16.4.5",
"dotenv-expand": "11.0.6",
"dotenv-expand": "11.0.7",
"fs-extra": "^11.2.0",
"html-rspack-plugin": "6.0.2",
"http-proxy-middleware": "^2.0.6",
Expand All @@ -82,7 +82,7 @@
"on-finished": "2.4.1",
"open": "^8.4.0",
"picocolors": "^1.1.1",
"postcss": "^8.4.48",
"postcss": "^8.4.49",
"postcss-load-config": "6.0.1",
"postcss-loader": "8.1.1",
"prebundle": "1.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-lit-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"lit": "^3.2.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.0"
"@rsbuild/core": "^1.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lit": "^3.2.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.0",
"@rsbuild/core": "^1.1.2",
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-preact-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preact": "^10.24.3"
},
"devDependencies": {
"@rsbuild/core": "^1.1.0",
"@rsbuild/core": "^1.1.2",
"@rsbuild/plugin-preact": "^1.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preact": "^10.24.3"
},
"devDependencies": {
"@rsbuild/core": "^1.1.0",
"@rsbuild/core": "^1.1.2",
"@rsbuild/plugin-preact": "^1.2.0",
"typescript": "^5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-react-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.0",
"@rsbuild/core": "^1.1.2",
"@rsbuild/plugin-react": "^1.0.7"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.0",
"@rsbuild/core": "^1.1.2",
"@rsbuild/plugin-react": "^1.0.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"solid-js": "^1.9.3"
},
"devDependencies": {
"@rsbuild/core": "^1.1.0",
"@rsbuild/core": "^1.1.2",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-solid": "^1.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"solid-js": "^1.9.3"
},
"devDependencies": {
"@rsbuild/core": "^1.1.0",
"@rsbuild/core": "^1.1.2",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-solid": "^1.0.4",
"typescript": "^5.6.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-svelte-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"svelte": "^5.1.13"
},
"devDependencies": {
"@rsbuild/core": "^1.1.0",
"@rsbuild/plugin-svelte": "^1.0.4"
"@rsbuild/core": "^1.1.2",
"@rsbuild/plugin-svelte": "^1.0.5"
}
}
6 changes: 3 additions & 3 deletions packages/create-rsbuild/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"svelte": "^5.1.13"
},
"devDependencies": {
"@rsbuild/core": "^1.1.0",
"@rsbuild/plugin-svelte": "^1.0.4",
"svelte-check": "^4.0.6",
"@rsbuild/core": "^1.1.2",
"@rsbuild/plugin-svelte": "^1.0.5",
"svelte-check": "^4.0.9",
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-svelte4-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"svelte": "^5.1.13"
},
"devDependencies": {
"@rsbuild/core": "^1.1.0",
"@rsbuild/plugin-svelte": "^1.0.4"
"@rsbuild/core": "^1.1.2",
"@rsbuild/plugin-svelte": "^1.0.5"
}
}
6 changes: 3 additions & 3 deletions packages/create-rsbuild/template-svelte4-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"svelte": "^5.1.13"
},
"devDependencies": {
"@rsbuild/core": "^1.1.0",
"@rsbuild/plugin-svelte": "^1.0.4",
"svelte-check": "^4.0.6",
"@rsbuild/core": "^1.1.2",
"@rsbuild/plugin-svelte": "^1.0.5",
"svelte-check": "^4.0.9",
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vanilla-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "^1.1.0"
"@rsbuild/core": "^1.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "^1.1.0",
"@rsbuild/core": "^1.1.2",
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-vue2-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^2.7.16"
},
"devDependencies": {
"@rsbuild/core": "^1.1.0",
"@rsbuild/plugin-vue2": "^1.0.1"
"@rsbuild/core": "^1.1.2",
"@rsbuild/plugin-vue2": "^1.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-vue2-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"vue": "^2.7.16"
},
"devDependencies": {
"@rsbuild/core": "^1.1.0",
"@rsbuild/plugin-vue2": "^1.0.1",
"@rsbuild/core": "^1.1.2",
"@rsbuild/plugin-vue2": "^1.0.2",
"typescript": "^5.6.3"
}
}
6 changes: 3 additions & 3 deletions packages/create-rsbuild/template-vue3-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"preview": "rsbuild preview"
},
"dependencies": {
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@rsbuild/core": "^1.1.0",
"@rsbuild/plugin-vue": "^1.0.4"
"@rsbuild/core": "^1.1.2",
"@rsbuild/plugin-vue": "^1.0.5"
}
}
6 changes: 3 additions & 3 deletions packages/create-rsbuild/template-vue3-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"preview": "rsbuild preview"
},
"dependencies": {
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@rsbuild/core": "^1.1.0",
"@rsbuild/plugin-vue": "^1.0.4",
"@rsbuild/core": "^1.1.2",
"@rsbuild/plugin-vue": "^1.0.5",
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dev": "rslib build --watch"
},
"dependencies": {
"@prefresh/core": "^1.5.2",
"@prefresh/core": "^1.5.3",
"@prefresh/utils": "^1.2.0",
"@rspack/plugin-preact-refresh": "^1.1.1",
"@swc/plugin-prefresh": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"deepmerge": "^4.3.1",
"loader-utils": "^2.0.4",
"postcss": "^8.4.48",
"postcss": "^8.4.49",
"reduce-configs": "^1.0.0",
"sass-embedded": "^1.81.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.0",
"typescript": "^5.6.3",
"vue": "^3.5.12",
"vue": "^3.5.13",
"webpack": "^5.96.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit fadec2e

Please sign in to comment.