Skip to content

Commit 01d0706

Browse files
chore(deps): update Rsbuild plugin less and sass to ^1.1.0 (#341)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d931c23 commit 01d0706

File tree

5 files changed

+124
-99
lines changed

5 files changed

+124
-99
lines changed

examples/react-component-bundle-false/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@rsbuild/plugin-react": "^1.0.5",
12-
"@rsbuild/plugin-sass": "^1.0.4",
12+
"@rsbuild/plugin-sass": "^1.1.0",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^18.3.12",
1515
"react": "^18.3.1"

examples/react-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@rsbuild/plugin-react": "^1.0.5",
12-
"@rsbuild/plugin-sass": "^1.0.4",
12+
"@rsbuild/plugin-sass": "^1.1.0",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^18.3.12",
1515
"react": "^18.3.1"

examples/react-component-umd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"@rsbuild/plugin-react": "^1.0.5",
11-
"@rsbuild/plugin-sass": "^1.0.4",
11+
"@rsbuild/plugin-sass": "^1.1.0",
1212
"@rslib/core": "workspace:*",
1313
"@types/react": "^18.3.12",
1414
"react": "^18.3.1"

0 commit comments

Comments
 (0)