Skip to content

Commit

Permalink
chore: bump Rsbuild v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Mar 20, 2024
1 parent 5dc4340 commit 183b3fd
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion rsbuild/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "^0.4.8",
"@rsbuild/core": "^0.5.1",
"lit": "^3.1.2",
"typescript": "^5.3.0"
}
Expand Down
4 changes: 2 additions & 2 deletions rsbuild/module-federation/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rsbuild/core": "^0.4.8",
"@rsbuild/plugin-react": "^0.4.8"
"@rsbuild/core": "^0.5.1",
"@rsbuild/plugin-react": "^0.5.1"
}
}
4 changes: 2 additions & 2 deletions rsbuild/module-federation/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rsbuild/core": "^0.4.8",
"@rsbuild/plugin-react": "^0.4.8"
"@rsbuild/core": "^0.5.1",
"@rsbuild/plugin-react": "^0.5.1"
}
}
4 changes: 2 additions & 2 deletions rsbuild/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"preact": "^10.19.4"
},
"devDependencies": {
"@rsbuild/core": "^0.4.8",
"@rsbuild/plugin-preact": "^0.4.8",
"@rsbuild/core": "^0.5.1",
"@rsbuild/plugin-preact": "^0.5.1",
"typescript": "^5.3.0"
}
}
6 changes: 3 additions & 3 deletions rsbuild/react-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rsbuild/core": "^0.4.8",
"@rsbuild/plugin-eslint": "^0.4.8",
"@rsbuild/plugin-react": "^0.4.8",
"@rsbuild/core": "^0.5.1",
"@rsbuild/plugin-eslint": "^0.5.1",
"@rsbuild/plugin-react": "^0.5.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^7.1.0",
Expand Down
4 changes: 2 additions & 2 deletions rsbuild/react-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rsbuild/core": "^0.4.15",
"@rsbuild/plugin-react": "^0.4.15",
"@rsbuild/core": "^0.5.1",
"@rsbuild/plugin-react": "^0.5.1",
"@swc/core": "^1.4.8",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^6.4.2",
Expand Down
6 changes: 3 additions & 3 deletions rsbuild/react-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rsbuild/core": "^0.4.8",
"@rsbuild/plugin-mdx": "^0.4.8",
"@rsbuild/plugin-react": "^0.4.8",
"@rsbuild/core": "^0.5.1",
"@rsbuild/plugin-mdx": "^0.5.1",
"@rsbuild/plugin-react": "^0.5.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"typescript": "^5.3.0"
Expand Down
4 changes: 2 additions & 2 deletions rsbuild/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rsbuild/core": "^0.4.8",
"@rsbuild/plugin-react": "^0.4.8",
"@rsbuild/core": "^0.5.1",
"@rsbuild/plugin-react": "^0.5.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"typescript": "^5.3.0"
Expand Down
6 changes: 3 additions & 3 deletions rsbuild/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"solid-js": "^1.8.5"
},
"devDependencies": {
"@rsbuild/core": "^0.4.8",
"@rsbuild/plugin-babel": "^0.4.8",
"@rsbuild/plugin-solid": "^0.4.8",
"@rsbuild/core": "^0.5.1",
"@rsbuild/plugin-babel": "^0.5.1",
"@rsbuild/plugin-solid": "^0.5.1",
"typescript": "^5.3.0"
}
}
4 changes: 2 additions & 2 deletions rsbuild/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"svelte": "^4.2.10"
},
"devDependencies": {
"@rsbuild/core": "^0.4.8",
"@rsbuild/plugin-svelte": "^0.4.8",
"@rsbuild/core": "^0.5.1",
"@rsbuild/plugin-svelte": "^0.5.1",
"typescript": "^5.3.0"
}
}
4 changes: 2 additions & 2 deletions rsbuild/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"vue": "^2.7.14"
},
"devDependencies": {
"@rsbuild/core": "^0.4.8",
"@rsbuild/plugin-vue2": "^0.4.8",
"@rsbuild/core": "^0.5.1",
"@rsbuild/plugin-vue2": "^0.5.1",
"typescript": "^5.3.0"
}
}
4 changes: 2 additions & 2 deletions rsbuild/vue3-auto-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"vue": "^3.4.19"
},
"devDependencies": {
"@rsbuild/core": "^0.4.8",
"@rsbuild/plugin-vue": "^0.4.8",
"@rsbuild/core": "^0.5.1",
"@rsbuild/plugin-vue": "^0.5.1",
"typescript": "^5.3.0",
"unplugin-auto-import": "^0.17.5"
}
Expand Down
6 changes: 3 additions & 3 deletions rsbuild/vue3-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"vue": "^3.4.19"
},
"devDependencies": {
"@rsbuild/core": "^0.4.8",
"@rsbuild/plugin-eslint": "^0.4.8",
"@rsbuild/plugin-vue": "^0.4.8",
"@rsbuild/core": "^0.5.1",
"@rsbuild/plugin-eslint": "^0.5.1",
"@rsbuild/plugin-vue": "^0.5.1",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.0",
Expand Down
4 changes: 2 additions & 2 deletions rsbuild/vue3-vant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"vue": "^3.4.12"
},
"devDependencies": {
"@rsbuild/core": "^0.4.15",
"@rsbuild/plugin-vue": "^0.4.15",
"@rsbuild/core": "^0.5.1",
"@rsbuild/plugin-vue": "^0.5.1",
"@vant/auto-import-resolver": "^1.1.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.5",
Expand Down
4 changes: 2 additions & 2 deletions rsbuild/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"vue": "^3.4.19"
},
"devDependencies": {
"@rsbuild/core": "^0.4.8",
"@rsbuild/plugin-vue": "^0.4.8",
"@rsbuild/core": "^0.5.1",
"@rsbuild/plugin-vue": "^0.5.1",
"typescript": "^5.3.0"
}
}

0 comments on commit 183b3fd

Please sign in to comment.