Skip to content

Commit fbb32ff

Browse files
chore(deps): update rstack toolchain
1 parent 6545c61 commit fbb32ff

5 files changed

Lines changed: 33 additions & 346 deletions

File tree

packages/vscode/e2e/fixtures/rstest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"type": "module",
66
"description": "E2E fixture: a project detected as Rstest only, installed from the npm registry.",
77
"dependencies": {
8-
"@rstest/core": "0.11.11"
8+
"@rstest/core": "0.11.12"
99
}
1010
}

packages/vscode/e2e/rstest/fixtures/workspace-1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"private": true,
55
"description": "E2E fixture for the ported Rstest suites: upstream `tests/fixtures/workspace-1`, made self-contained on the published `@rstest/core`.",
66
"dependencies": {
7-
"@rstest/core": "0.11.11"
7+
"@rstest/core": "0.11.12"
88
}
99
}

packages/vscode/e2e/rstest/fixtures/workspace-2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"private": true,
55
"description": "E2E fixture for the ported Rstest suites: upstream `tests/fixtures/workspace-2`. One install at the root serves both nested projects via the normal node_modules walk-up.",
66
"dependencies": {
7-
"@rstest/core": "0.11.11"
7+
"@rstest/core": "0.11.12"
88
}
99
}

packages/vscode/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,11 +430,11 @@
430430
"onStartupFinished"
431431
],
432432
"devDependencies": {
433-
"@rsbuild/core": "~2.1.9",
434-
"@rslib/core": "^1.0.0-beta.1",
433+
"@rsbuild/core": "~2.2.3",
434+
"@rslib/core": "^1.0.0",
435435
"@rslint/core": "^0.9.0",
436436
"@rstackjs/load-config": "^0.1.2",
437-
"@rstest/core": "^0.11.11",
437+
"@rstest/core": "^0.11.12",
438438
"@types/istanbul-lib-report": "^3.0.3",
439439
"@types/mocha": "^10.0.10",
440440
"@types/node": "^22.16.5",

0 commit comments

Comments
 (0)