Skip to content

Commit 0083ab6

Browse files
fix(deps): update dependency @rsbuild/plugin-react to v1.4.1 (v2) (#7687)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: caohuilin <[email protected]>
1 parent be40db1 commit 0083ab6

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

packages/cli/uni-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@rsbuild/plugin-css-minimizer": "1.0.3",
4747
"@rsbuild/plugin-less": "1.5.0",
4848
"@rsbuild/plugin-pug": "1.3.2",
49-
"@rsbuild/plugin-react": "1.4.0",
49+
"@rsbuild/plugin-react": "1.4.1",
5050
"@rsbuild/plugin-rem": "1.0.4",
5151
"@rsbuild/plugin-sass": "1.4.0",
5252
"@rsbuild/plugin-source-build": "1.0.3",

packages/cli/uni-builder/tests/__snapshots__/default.test.ts.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,6 +1360,7 @@ exports[`uni-builder rspack > should generator rspack config correctly 1`] = `
13601360
"injectEntry": true,
13611361
"injectLoader": true,
13621362
"overlay": false,
1363+
"reloadOnRuntimeErrors": false,
13631364
"resourceQuery": {
13641365
"not": /\\^\\\\\\?raw\\$/,
13651366
},

packages/cli/uni-builder/tests/__snapshots__/environment.test.ts.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,6 +1341,7 @@ exports[`uni-builder environment compat > should generator environment config co
13411341
"injectEntry": true,
13421342
"injectLoader": true,
13431343
"overlay": false,
1344+
"reloadOnRuntimeErrors": false,
13441345
"resourceQuery": {
13451346
"not": /\\^\\\\\\?raw\\$/,
13461347
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)