Skip to content

Commit 86f16f9

Browse files
chore(deps): update all patch dependencies (#285)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1ca47fd commit 86f16f9

File tree

11 files changed

+171
-156
lines changed

11 files changed

+171
-156
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"build": "rslib build"
99
},
1010
"devDependencies": {
11-
"@rsbuild/plugin-react": "^1.0.3",
12-
"@rsbuild/plugin-sass": "^1.0.2",
11+
"@rsbuild/plugin-react": "^1.0.4",
12+
"@rsbuild/plugin-sass": "^1.0.3",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^18.3.11",
1515
"react": "^18.3.1"

examples/react-component-bundle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"build": "rslib build"
99
},
1010
"devDependencies": {
11-
"@rsbuild/plugin-react": "1.0.3",
12-
"@rsbuild/plugin-sass": "^1.0.2",
11+
"@rsbuild/plugin-react": "1.0.4",
12+
"@rsbuild/plugin-sass": "^1.0.3",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^18.3.11",
1515
"react": "^18.3.1"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"prebundle": "prebundle"
3838
},
3939
"dependencies": {
40-
"@rsbuild/core": "1.0.13",
40+
"@rsbuild/core": "1.0.14",
4141
"rsbuild-plugin-dts": "workspace:*"
4242
},
4343
"devDependencies": {

packages/create-rslib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"start": "node ./dist/index.js"
2929
},
3030
"dependencies": {
31-
"create-rstack": "1.0.3"
31+
"create-rstack": "1.0.6"
3232
},
3333
"devDependencies": {
3434
"@rslib/tsconfig": "workspace:*",

packages/plugin-dts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@microsoft/api-extractor": "^7.47.9",
38-
"@rsbuild/core": "1.0.13",
38+
"@rsbuild/core": "1.0.14",
3939
"@rslib/tsconfig": "workspace:*",
4040
"rslib": "npm:@rslib/[email protected]",
4141
"typescript": "^5.6.3"

0 commit comments

Comments
 (0)