Compare commits

...

3 Commits

Author SHA1 Message Date
Asher 184800a94f
Fix playwright exec
npm does not let you run binaries like yarn does, as far as I know.
2024-10-15 15:15:22 -08:00
Asher d2ce1e4240
Update test extension dependencies
This appears to be conflicting with the root dependencies.
2024-10-15 14:22:33 -08:00
Asher d5a21748cf
Update to 1.94.2 2024-10-15 13:47:23 -08:00
4 changed files with 11 additions and 11 deletions

View File

@ -44,7 +44,7 @@ main() {
fi
cd test
npm run playwright test "$@"
./node_modules/.bin/playwright test "$@"
}
main "$@"

@ -1 +1 @@
Subproject commit d78a74bcdfad14d5d3b1b782f87255d802b57511
Subproject commit 384ff7382de624fb94dbaf6da11977bba1ecd427

View File

@ -10,23 +10,23 @@
"license": "MIT",
"devDependencies": {
"@types/vscode": "^1.56.0",
"typescript": "^4.0.5"
"typescript": "^5.6.2"
},
"engines": {
"vscode": "^1.56.0"
}
},
"node_modules/@types/vscode": {
"version": "1.57.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.57.0.tgz",
"integrity": "sha512-FeznBFtIDCWRluojTsi9c3LLcCHOXP5etQfBK42+ixo1CoEAchkw39tuui9zomjZuKfUVL33KZUDIwHZ/xvOkQ==",
"version": "1.94.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.94.0.tgz",
"integrity": "sha512-UyQOIUT0pb14XSqJskYnRwD2aG0QrPVefIfrW1djR+/J4KeFQ0i1+hjZoaAmeNf3Z2jleK+R2hv+EboG/m8ruw==",
"dev": true,
"license": "MIT"
},
"node_modules/typescript": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz",
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==",
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
@ -34,7 +34,7 @@
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=14.17"
}
}
}

View File

@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/vscode": "^1.56.0",
"typescript": "^4.0.5"
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc"