Skip to content

Commit eb0ddcf

Browse files
committed
chore(deps): update all dependencies
1 parent 1610703 commit eb0ddcf

File tree

5 files changed

+438
-479
lines changed

5 files changed

+438
-479
lines changed

cases/rome/src/@romejs-integration/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"vscode": "^1.101.2"
1919
},
2020
"dependencies": {
21-
"vscode-languageclient": "^5.2.1"
21+
"vscode-languageclient": "^9.0.1"
2222
},
2323
"repository": {
2424
"type": "git",

cases/rome/src/@romejs-web/frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"version": "0.0.0",
77
"dependencies": {
88
"@emotion/core": "^10.3.1",
9-
"emotion": "^10.0.27",
10-
"react": "^16.14.0",
11-
"react-dom": "^16.14.0",
12-
"xterm": "^3.14.5"
9+
"emotion": "^11.0.0",
10+
"react": "^19.1.0",
11+
"react-dom": "^19.1.0",
12+
"xterm": "^5.3.0"
1313
}
1414
}

cases/ui-components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"@headlessui/react": "^2.2.4",
2020
"@mantine/core": "^8.1.3",
2121
"@mui/material": "^7.2.0",
22-
"antd": "^5.26.4",
23-
"element-plus": "^2.10.3",
22+
"antd": "^5.26.5",
23+
"element-plus": "^2.10.4",
2424
"react": "^19.1.0",
2525
"react-bootstrap": "^2.10.10",
2626
"react-dom": "^19.1.0",
27-
"vant": "^4.9.20",
27+
"vant": "^4.9.21",
2828
"vue": "^3.5.17",
2929
"vuetify": "^3.9.0"
3030
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
},
77
"devDependencies": {
88
"@farmfe/cli": "^1.0.5",
9-
"@farmfe/core": "1.7.9",
9+
"@farmfe/core": "1.7.10",
1010
"@farmfe/plugin-react": "^1.2.6",
1111
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
12-
"@rsbuild/core": "^1.4.6",
12+
"@rsbuild/core": "^1.4.7",
1313
"@rsbuild/plugin-react": "^1.3.4",
14-
"@rspack/cli": "^1.4.6",
15-
"@rspack/core": "^1.4.6",
14+
"@rspack/cli": "^1.4.8",
15+
"@rspack/core": "^1.4.8",
1616
"@rspack/plugin-react-refresh": "^1.4.3",
1717
"@swc/css": "^0.0.28",
18-
"@types/node": "^22.16.2",
18+
"@types/node": "^22.16.4",
1919
"@types/react": "^19.1.8",
2020
"@types/react-dom": "^19.1.6",
2121
"@vitejs/plugin-react-oxc": "^0.2.3",
@@ -34,17 +34,17 @@
3434
"markdown-table": "^3.0.4",
3535
"picocolors": "^1.1.1",
3636
"prettier": "^3.6.2",
37-
"puppeteer": "^24.12.1",
37+
"puppeteer": "^24.13.0",
3838
"react-refresh": "^0.17.0",
39-
"rolldown": "1.0.0-beta.25",
40-
"rolldown-vite": "^7.0.7",
39+
"rolldown": "1.0.0-beta.27",
40+
"rolldown-vite": "^7.0.9",
4141
"rslog": "^1.2.9",
4242
"swc-loader": "^0.2.6",
4343
"terser-webpack-plugin": "^5.3.14",
4444
"tree-kill": "^1.2.2",
4545
"typescript": "^5.8.3",
4646
"vite": "^7.0.4",
47-
"webpack": "^5.100.0",
47+
"webpack": "^5.100.2",
4848
"webpack-cli": "^6.0.1",
4949
"webpack-dev-server": "^5.2.2"
5050
},

0 commit comments

Comments
 (0)