Skip to content

Commit 58c1744

Browse files
committed
Updated packages and test coverage
1 parent 45ebfda commit 58c1744

File tree

3 files changed

+1322
-1075
lines changed

3 files changed

+1322
-1075
lines changed

package.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,28 @@
4343
"typecheck": "tsc --noEmit"
4444
},
4545
"devDependencies": {
46-
"@changesets/cli": "^2.27.11",
47-
"@changesets/types": "6.0.0",
46+
"@changesets/cli": "^2.3.0",
47+
"@changesets/types": "6.1.0",
4848
"@eslint/eslintrc": "^3.3.5",
4949
"@itwin/build-tools": "^5.7.2",
5050
"@itwin/core-bentley": "^5.7.2",
5151
"@itwin/eslint-plugin": "^6.0.0",
52-
"@itwin/oidc-signin-tool": "^5.1.0",
53-
"@playwright/test": "1.48.2",
54-
"@types/node": "20.19.16",
52+
"@itwin/oidc-signin-tool": "^5.1.1",
53+
"@playwright/test": "1.56.0",
54+
"@types/node": "25.5.00",
5555
"@typescript-eslint/eslint-plugin": "^8.57.1",
5656
"@typescript-eslint/parser": "^8.57.1",
57-
"@vitest/ui": "^4.1.0",
58-
"dotenv": "^10.0.0",
59-
"dotenv-expand": "^5.1.0",
57+
"@vitest/coverage-v8": "^3.2.4",
58+
"@vitest/ui": "^3.2.4",
59+
"dotenv": "^17.3.0",
60+
"dotenv-expand": "^12.0.3",
6061
"eslint": "^9.39.4",
61-
"rimraf": "^6.0.1",
62-
"source-map-loader": "^1.1.3",
62+
"rimraf": "^6.1.3",
63+
"source-map-loader": "^5.0.0",
6364
"typedoc": "^0.28.17",
64-
"typescript": "~5.9.2",
65-
"vite": "^8.0.0",
66-
"vitest": "^4.1.0"
65+
"typescript": "~5.9.3",
66+
"vite": "^5.4.10",
67+
"vitest": "^3.2.4"
6768
},
6869
"repository": {
6970
"type": "git",
@@ -84,9 +85,9 @@
8485
],
8586
"pnpm": {
8687
"overrides": {
87-
"playwright": "^1.55.1",
88-
"glob": "11.1.0",
89-
"serialize-javascript": "7.0.4"
88+
"serialize-javascript": ">=7.0.3",
89+
"diff": ">=8.0.3",
90+
"esbuild": ">=0.25.0"
9091
}
9192
}
9293
}

0 commit comments

Comments
 (0)