Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,568 changes: 819 additions & 1,749 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rsdoctor/modern-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build:analysis": "RSDOCTOR=true modern build"
},
"dependencies": {
"@babel/highlight": "7.24.7",
"@babel/highlight": "7.25.9",
"chalk": "4.1.2",
"htmlparser2": "7.2.0",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion rspack/loader-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "18.3.1"
},
"devDependencies": {
"@babel/preset-env": "7.25.8",
"@babel/preset-env": "7.26.0",
"@mdx-js/loader": "2.3.0",
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
Expand Down
4 changes: 2 additions & 2 deletions rspack/module-federation-interop/webpack-mf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-react": "^7.24.7",
"@babel/core": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"babel-loader": "^9.1.3",
"html-webpack-plugin": "^5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion rspack/react-compiler-babel-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-refresh": "0.16.0"
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.24.7",
"@babel/plugin-syntax-jsx": "^7.25.9",
"@babel/plugin-syntax-typescript": "^7.25.9",
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
Expand Down
2 changes: 1 addition & 1 deletion rspack/react-compiler-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-refresh": "0.16.0"
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.24.7",
"@babel/plugin-syntax-jsx": "^7.25.9",
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
"babel-loader": "^9.1.3",
Expand Down
6 changes: 3 additions & 3 deletions rspack/react-refresh-babel-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/core": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
"@rspack/plugin-react-refresh": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion rspack/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "rspack serve"
},
"dependencies": {
"@babel/core": "7.25.8",
"@babel/core": "7.26.0",
"@rspack/cli": "^1.0.14",
"babel-loader": "9.1.3",
"babel-preset-solid": "1.9.3",
Expand Down
4 changes: 2 additions & 2 deletions rspack/vue2-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"vue": "2.7.14"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-typescript": "^7.24.7",
"@babel/core": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
"@vue/babel-preset-jsx": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion rspack/vue3-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "3.2.45"
},
"devDependencies": {
"@babel/core": "7.25.8",
"@babel/core": "7.26.0",
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
"@vue/babel-plugin-jsx": "1.2.5",
Expand Down
4 changes: 2 additions & 2 deletions rspack/vue3-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"vue": "3.2.45"
},
"devDependencies": {
"@babel/core": "7.25.8",
"@babel/preset-typescript": "^7.24.7",
"@babel/core": "7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
"@vue/babel-plugin-jsx": "1.2.5",
Expand Down
Loading