Skip to content

Commit b526404

Browse files
chore(deps): update dependency @rsbuild/plugin-react to ^1.4.0 (#5977)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 80fe5d3 commit b526404

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/create-rsbuild/template-react-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
},
1515
"devDependencies": {
1616
"@rsbuild/core": "^1.5.0",
17-
"@rsbuild/plugin-react": "^1.3.5"
17+
"@rsbuild/plugin-react": "^1.4.0"
1818
}
1919
}

packages/create-rsbuild/template-react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@rsbuild/core": "^1.5.0",
17-
"@rsbuild/plugin-react": "^1.3.5",
17+
"@rsbuild/plugin-react": "^1.4.0",
1818
"@types/react": "^19.1.11",
1919
"@types/react-dom": "^19.1.7",
2020
"typescript": "^5.9.2"

packages/create-rsbuild/template-react18-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
},
1515
"devDependencies": {
1616
"@rsbuild/core": "^1.5.0",
17-
"@rsbuild/plugin-react": "^1.3.5"
17+
"@rsbuild/plugin-react": "^1.4.0"
1818
}
1919
}

packages/create-rsbuild/template-react18-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@rsbuild/core": "^1.5.0",
17-
"@rsbuild/plugin-react": "^1.3.5",
17+
"@rsbuild/plugin-react": "^1.4.0",
1818
"@types/react": "^18.3.18",
1919
"@types/react-dom": "^18.3.5",
2020
"typescript": "^5.9.2"

0 commit comments

Comments
 (0)