Compare commits

..

No commits in common. "184800a94f9cff135afd0f8d51d9015d2f893da3" and "8a93459f23e20175eb5757b43a929bcbed1d6bb7" have entirely different histories.

4 changed files with 11 additions and 11 deletions

View File

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

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

View File

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

View File

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