Skip to content

Commit 641a374

Browse files
committed
chore: save
1 parent 7ffd80a commit 641a374

File tree

6 files changed

+15
-26
lines changed

6 files changed

+15
-26
lines changed

e2e/cases/bundle-false/svgr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"react": "^18.3.1"
88
},
99
"devDependencies": {
10-
"@rsbuild/plugin-react": "1.0.2",
11-
"@rsbuild/plugin-svgr": "1.0.2"
10+
"@rsbuild/plugin-react": "^1.0.2",
11+
"@rsbuild/plugin-svgr": "^1.0.2"
1212
}
1313
}

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@e2e/helper": "workspace:*",
1313
"@playwright/test": "1.47.2",
1414
"@rsbuild/core": "1.0.5",
15-
"@rsbuild/plugin-sass": "1.0.1",
15+
"@rsbuild/plugin-sass": "^1.0.1",
1616
"@rslib/core": "workspace:*",
1717
"@rslib/tsconfig": "workspace:*",
1818
"@types/fs-extra": "^11.0.4",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"build": "rslib build"
66
},
77
"devDependencies": {
8-
"@rsbuild/plugin-react": "1.0.1-rc.4",
8+
"@rsbuild/plugin-react": "^1.0.2",
99
"@rslib/core": "workspace:*",
1010
"@types/react": "^18.3.5",
1111
"react": "^18.3.1"

examples/react-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"build": "rslib build"
66
},
77
"devDependencies": {
8-
"@rsbuild/plugin-react": "1.0.2",
8+
"@rsbuild/plugin-react": "^1.0.2",
99
"@rslib/core": "workspace:*",
1010
"@types/react": "^18.3.8",
1111
"react": "^18.3.1"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"build": "rslib build"
66
},
77
"devDependencies": {
8-
"@rsbuild/plugin-react": "1.0.2",
9-
"@rsbuild/plugin-sass": "1.0.1",
8+
"@rsbuild/plugin-react": "^1.0.2",
9+
"@rsbuild/plugin-sass": "^1.0.1",
1010
"@rslib/core": "workspace:*",
1111
"@types/react": "^18.3.5",
1212
"react": "^18.3.1"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)