Skip to content

Commit 30ba53e

Browse files
committed
chore: update @rsbuild/core 1.0.16
1 parent 2dba565 commit 30ba53e

File tree

3 files changed

+81
-224
lines changed

3 files changed

+81
-224
lines changed

.changeset/fast-bats-hang.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"rsbuild-plugin-web-extension": patch
3+
---
4+
5+
chore: bump rsbuild 1.0.16

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rsbuild-plugin-web-extension",
33
"description": "rsbuild plugin for chrome/web extension",
44
"homepage": "https://github.com/filc-dev/rsbuild-plugin-web-extension",
5-
"version": "0.0.8",
5+
"version": "0.0.9",
66
"main": "./dist/index.js",
77
"module": "./dist/index.mjs",
88
"types": "./dist/index.d.ts",
@@ -35,13 +35,13 @@
3535
"devDependencies": {
3636
"@biomejs/biome": "1.6.1",
3737
"@changesets/cli": "^2.27.1",
38-
"@rsbuild/core": "^0.5.1",
38+
"@rsbuild/core": "^1.0.16",
3939
"@types/chrome": "^0.0.263",
4040
"@types/node": "^20.11.30",
4141
"tsup": "^8.0.2",
4242
"typescript": "^5.4.2"
4343
},
4444
"peerDependencies": {
45-
"@rsbuild/core": "0.x"
45+
"@rsbuild/core": "1.x"
4646
}
4747
}

0 commit comments

Comments
 (0)