Skip to content

Commit 08d4f13

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

File tree

7 files changed

+122
-122
lines changed

7 files changed

+122
-122
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@e2e/helper": "workspace:*",
1313
"@playwright/test": "1.47.0",
14-
"@rsbuild/core": "1.0.1-rc.5",
14+
"@rsbuild/core": "1.0.2",
1515
"@rslib/core": "workspace:*",
1616
"@rslib/tsconfig": "workspace:*",
1717
"@types/fs-extra": "^11.0.4",

examples/react-component/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.5",
8+
"@rsbuild/plugin-react": "1.0.1",
99
"@rslib/core": "workspace:*",
1010
"@types/react": "^18.3.5",
1111
"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.1-rc.5",
40+
"@rsbuild/core": "1.0.2",
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.1"
31+
"create-rstack": "1.0.2"
3232
},
3333
"devDependencies": {
3434
"@rslib/tsconfig": "workspace:*",

packages/plugin-dts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"picocolors": "1.1.0"
3535
},
3636
"devDependencies": {
37-
"@microsoft/api-extractor": "^7.47.7",
38-
"@rsbuild/core": "1.0.1-rc.5",
37+
"@microsoft/api-extractor": "^7.47.8",
38+
"@rsbuild/core": "1.0.2",
3939
"@rslib/tsconfig": "workspace:*",
4040
"rslib": "npm:@rslib/[email protected]",
4141
"typescript": "^5.5.4"

0 commit comments

Comments
 (0)