Skip to content

Commit 9623999

Browse files
chore(deps): update all patch dependencies (#222)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: fi3ework <[email protected]>
1 parent 6e4bd1a commit 9623999

File tree

8 files changed

+98
-98
lines changed

8 files changed

+98
-98
lines changed

e2e/cases/syntax/__snapshots__/index.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ function _class_private_method_init(obj, privateSet) {
2323
_check_private_redeclaration(obj, privateSet);
2424
privateSet.add(obj);
2525
}
26-
var _bar = new WeakSet();
26+
var _bar = /*#__PURE__*/ new WeakSet();
2727
class Foo {
2828
constructor(){
2929
_class_private_method_init(this, _bar);
3030
_class_private_method_get(this, _bar, bar).call(this);
3131
}
3232
}
33-
function bar() {} /*#__PURE__*/
33+
function bar() {}
3434
export { Foo };
3535
"
3636
`;

e2e/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
},
1111
"devDependencies": {
1212
"@e2e/helper": "workspace:*",
13-
"@playwright/test": "1.47.1",
14-
"@rsbuild/core": "1.0.4",
13+
"@playwright/test": "1.47.2",
14+
"@rsbuild/core": "1.0.5",
1515
"@rslib/core": "workspace:*",
1616
"@rslib/tsconfig": "workspace:*",
1717
"@types/fs-extra": "^11.0.4",
1818
"@types/node": "~18.19.39",
19-
"@types/react": "^18.3.5",
19+
"@types/react": "^18.3.8",
2020
"fast-glob": "^3.3.2",
2121
"fs-extra": "^11.2.0",
2222
"path-serializer": "0.0.6",

examples/react-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"@rsbuild/plugin-react": "1.0.2",
99
"@rslib/core": "workspace:*",
10-
"@types/react": "^18.3.5",
10+
"@types/react": "^18.3.8",
1111
"react": "^18.3.1"
1212
},
1313
"peerDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"pnpm-lock.yaml": "pnpm dedupe --check"
3838
},
3939
"devDependencies": {
40-
"@biomejs/biome": "^1.9.1",
40+
"@biomejs/biome": "^1.9.2",
4141
"@changesets/cli": "^2.27.8",
4242
"@types/fs-extra": "^11.0.4",
4343
"@types/node": "~18.19.39",

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.4",
40+
"@rsbuild/core": "1.0.5",
4141
"rsbuild-plugin-dts": "workspace:*"
4242
},
4343
"devDependencies": {

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.4",
38+
"@rsbuild/core": "1.0.5",
3939
"@rslib/tsconfig": "workspace:*",
4040
"rslib": "npm:@rslib/[email protected]",
4141
"typescript": "^5.6.2"

0 commit comments

Comments
 (0)