We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f305c commit 19d5cd1Copy full SHA for 19d5cd1
package.json
@@ -17,14 +17,15 @@
17
},
18
"pnpm": {
19
"overrides": {
20
- "vite": "^7.3.0"
+ "vite": "^7.3.0",
21
+ "@types/node": "25.5.2"
22
23
"ignoredBuiltDependencies": [
24
"chromedriver"
25
]
26
27
"devDependencies": {
- "@types/node": "^25.0.3",
28
+ "@types/node": "25.5.2",
29
"@typescript-eslint/eslint-plugin": "^8.40.0",
30
"@typescript-eslint/parser": "^8.40.0",
31
"@typescript-eslint/utils": "^8.40.0",
packages/nightwatch-devtools/package.json
@@ -32,7 +32,7 @@
32
"ws": "^8.18.3"
33
34
35
- "@types/node": "^22.10.5",
36
"@types/ws": "^8.18.1",
37
"chromedriver": "^133.0.0",
38
"nightwatch": "^3.0.0",
0 commit comments