Skip to content

Commit 55dd302

Browse files
committed
chore(deps): update all dependencies
1 parent 60c68ca commit 55dd302

File tree

151 files changed

+1881
-1668
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+1881
-1668
lines changed

pnpm-lock.yaml

Lines changed: 1605 additions & 1382 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rsbuild/emotion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"devDependencies": {
1717
"@rsbuild/core": "2.0.0-beta.0",
18-
"@rsbuild/plugin-react": "^1.4.3",
19-
"@swc/plugin-emotion": "^14.4.0",
18+
"@rsbuild/plugin-react": "^1.4.4",
19+
"@swc/plugin-emotion": "^14.5.0",
2020
"@types/react": "^19.2.9",
2121
"@types/react-dom": "^19.2.3",
2222
"typescript": "^5.9.3"

rsbuild/module-federation-enhanced/consumer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@module-federation/enhanced": "^0.23.0",
1616
"@module-federation/rsbuild-plugin": "^0.23.0",
1717
"@rsbuild/core": "2.0.0-beta.0",
18-
"@rsbuild/plugin-react": "^1.4.3",
18+
"@rsbuild/plugin-react": "^1.4.4",
1919
"@types/react": "^19.2.9",
2020
"@types/react-dom": "^19.2.3",
2121
"typescript": "^5.9.3"

rsbuild/module-federation-enhanced/provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@module-federation/enhanced": "^0.23.0",
1616
"@module-federation/rsbuild-plugin": "^0.23.0",
1717
"@rsbuild/core": "2.0.0-beta.0",
18-
"@rsbuild/plugin-react": "^1.4.3",
18+
"@rsbuild/plugin-react": "^1.4.4",
1919
"@types/react": "^19.2.9",
2020
"@types/react-dom": "^19.2.3",
2121
"typescript": "^5.9.3"

rsbuild/module-federation/host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@rsbuild/core": "2.0.0-beta.0",
16-
"@rsbuild/plugin-react": "^1.4.3",
16+
"@rsbuild/plugin-react": "^1.4.4",
1717
"typescript": "^5.9.3"
1818
}
1919
}

rsbuild/module-federation/remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@rsbuild/core": "2.0.0-beta.0",
16-
"@rsbuild/plugin-react": "^1.4.3",
16+
"@rsbuild/plugin-react": "^1.4.4",
1717
"typescript": "^5.9.3"
1818
}
1919
}

rsbuild/query-raw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@rsbuild/core": "2.0.0-beta.0",
17-
"@rsbuild/plugin-react": "^1.4.3",
17+
"@rsbuild/plugin-react": "^1.4.4",
1818
"@types/react": "^19.2.9",
1919
"@types/react-dom": "^19.2.3",
2020
"typescript": "^5.9.3"

rsbuild/react-compiler-babel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"devDependencies": {
1616
"@rsbuild/core": "2.0.0-beta.0",
17-
"@rsbuild/plugin-babel": "^1.0.7",
18-
"@rsbuild/plugin-react": "^1.4.3",
17+
"@rsbuild/plugin-babel": "^1.1.0",
18+
"@rsbuild/plugin-react": "^1.4.4",
1919
"@types/react": "^19.2.9",
2020
"@types/react-dom": "^19.2.3",
2121
"babel-plugin-react-compiler": "0.0.0-experimental-cd3852a-20241229",

rsbuild/react-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@rsbuild/core": "2.0.0-beta.0",
1818
"@rsbuild/plugin-eslint": "^1.2.1",
19-
"@rsbuild/plugin-react": "^1.4.3",
19+
"@rsbuild/plugin-react": "^1.4.4",
2020
"@types/react": "^19.2.9",
2121
"@types/react-dom": "^19.2.3",
2222
"@typescript-eslint/eslint-plugin": "^8.53.1",

rsbuild/react-jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"devDependencies": {
1717
"@rsbuild/core": "2.0.0-beta.0",
18-
"@rsbuild/plugin-react": "^1.4.3",
19-
"@swc/core": "^1.15.10",
18+
"@rsbuild/plugin-react": "^1.4.4",
19+
"@swc/core": "^1.15.11",
2020
"@swc/jest": "^0.2.39",
2121
"@testing-library/jest-dom": "^6.9.1",
2222
"@testing-library/react": "^16.3.2",

0 commit comments

Comments
 (0)