Skip to content

Commit

Permalink
chore(deps): update dependency babel-loader to v9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 84eb7ec commit 6ab6454
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 33 deletions.
55 changes: 31 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rspack/loader-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@rspack/core": "^1.0.14",
"@svgr/webpack": "6.5.1",
"autoprefixer": "10.4.20",
"babel-loader": "9.1.3",
"babel-loader": "9.2.1",
"css-loader": "6.7.3",
"file-loader": "6.2.0",
"json-loader": "0.5.7",
Expand Down
2 changes: 1 addition & 1 deletion rspack/module-federation-interop/webpack-mf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@babel/core": "^7.25.8",
"@babel/preset-react": "^7.24.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"html-webpack-plugin": "^5.6.3",
"react-refresh": "^0.16.0",
"serve": "14.1.2",
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 @@ -21,7 +21,7 @@
"@rspack/core": "^1.0.14",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"babel-plugin-react-compiler": "0.0.0-experimental-4690415-20240515",
"typescript": "^5.4.5"
}
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 @@ -18,7 +18,7 @@
"@babel/plugin-syntax-jsx": "^7.24.7",
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"babel-plugin-react-compiler": "0.0.0-experimental-4690415-20240515"
}
}
2 changes: 1 addition & 1 deletion rspack/react-refresh-babel-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
"@rspack/plugin-react-refresh": "^1.0.0",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"react-refresh": "0.16.0"
}
}
2 changes: 1 addition & 1 deletion rspack/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@babel/core": "7.25.8",
"@rspack/cli": "^1.0.14",
"babel-loader": "9.1.3",
"babel-loader": "9.2.1",
"babel-preset-solid": "1.6.9",
"solid-js": "1.6.9",
"solid-refresh": "0.5.2"
Expand Down
2 changes: 1 addition & 1 deletion rspack/vue2-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
"@vue/babel-preset-jsx": "^1.4.0",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"less": "4.1.3",
"less-loader": "^11.1.4",
"vue-loader": "^15.11.1"
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 @@ -15,6 +15,6 @@
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
"@vue/babel-plugin-jsx": "1.2.5",
"babel-loader": "9.1.3"
"babel-loader": "9.2.1"
}
}
2 changes: 1 addition & 1 deletion rspack/vue3-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
"@vue/babel-plugin-jsx": "1.2.5",
"babel-loader": "9.1.3",
"babel-loader": "9.2.1",
"typescript": "^5.1.3",
"vue-loader": "^17.2.2"
}
Expand Down

0 comments on commit 6ab6454

Please sign in to comment.