Skip to content

Commit 65375e7

Browse files
chore(deps): update dependency babel-loader to v10 (#246)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5db1139 commit 65375e7

File tree

10 files changed

+38
-108
lines changed

10 files changed

+38
-108
lines changed

pnpm-lock.yaml

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

rspack/loader-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@rspack/core": "1.2.7",
2020
"@svgr/webpack": "8.1.0",
2121
"autoprefixer": "10.4.21",
22-
"babel-loader": "9.2.1",
22+
"babel-loader": "10.0.0",
2323
"css-loader": "6.11.0",
2424
"file-loader": "6.2.0",
2525
"json-loader": "0.5.7",

rspack/module-federation-interop/webpack-mf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@babel/core": "^7.26.9",
1818
"@babel/preset-react": "^7.26.3",
1919
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
20-
"babel-loader": "^9.2.1",
20+
"babel-loader": "^10.0.0",
2121
"html-webpack-plugin": "^5.6.3",
2222
"react-refresh": "^0.16.0",
2323
"serve": "14.2.4",

rspack/react-compiler-babel-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@rspack/core": "1.2.7",
2222
"@types/react": "^19.0.10",
2323
"@types/react-dom": "^19.0.4",
24-
"babel-loader": "^9.2.1",
24+
"babel-loader": "^10.0.0",
2525
"babel-plugin-react-compiler": "0.0.0-experimental-cd3852a-20241229",
2626
"typescript": "^5.8.2"
2727
}

rspack/react-compiler-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/plugin-syntax-jsx": "^7.25.9",
1919
"@rspack/cli": "1.2.7",
2020
"@rspack/core": "1.2.7",
21-
"babel-loader": "^9.2.1",
21+
"babel-loader": "^10.0.0",
2222
"babel-plugin-react-compiler": "0.0.0-experimental-cd3852a-20241229"
2323
}
2424
}

rspack/react-refresh-babel-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@rspack/cli": "1.2.7",
2020
"@rspack/core": "1.2.7",
2121
"@rspack/plugin-react-refresh": "^1.0.1",
22-
"babel-loader": "^9.2.1",
22+
"babel-loader": "^10.0.0",
2323
"react-refresh": "0.16.0"
2424
}
2525
}

0 commit comments

Comments
 (0)