Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/vscode/e2e/fixtures/rstest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"type": "module",
"description": "E2E fixture: a project detected as Rstest only, installed from the npm registry.",
"dependencies": {
"@rstest/core": "0.11.11"
"@rstest/core": "0.11.12"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"description": "E2E fixture for the ported Rstest suites: upstream `tests/fixtures/workspace-1`, made self-contained on the published `@rstest/core`.",
"dependencies": {
"@rstest/core": "0.11.11"
"@rstest/core": "0.11.12"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"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.",
"dependencies": {
"@rstest/core": "0.11.11"
"@rstest/core": "0.11.12"
}
}
6 changes: 3 additions & 3 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,11 +430,11 @@
"onStartupFinished"
],
"devDependencies": {
"@rsbuild/core": "~2.1.9",
"@rslib/core": "^1.0.0-beta.1",
"@rsbuild/core": "~2.2.3",
"@rslib/core": "^1.0.0",
"@rslint/core": "^0.9.0",
"@rstackjs/load-config": "^0.1.2",
"@rstest/core": "^0.11.11",
"@rstest/core": "^0.11.12",
"@types/istanbul-lib-report": "^3.0.3",
"@types/mocha": "^10.0.10",
"@types/node": "^22.16.5",
Expand Down
Loading