mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 18:00:15 +01:00
try manually removing @playwright from the resolution path to make github action work
This commit is contained in:
parent
6d7f0448ff
commit
3ec2942365
2 changed files with 21 additions and 3 deletions
21
package-lock.json
generated
21
package-lock.json
generated
|
|
@ -10,7 +10,8 @@
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "^1.32.1",
|
"@playwright/test": "^1.32.1",
|
||||||
"cross-env": "^7.0.3"
|
"cross-env": "^7.0.3",
|
||||||
|
"playwright": "^1.32.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@playwright/test": {
|
"node_modules/@playwright/test": {
|
||||||
|
|
@ -100,9 +101,25 @@
|
||||||
"node": ">=8"
|
"node": ">=8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/playwright": {
|
||||||
|
"version": "1.32.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.32.1.tgz",
|
||||||
|
"integrity": "sha512-GnEizysWMvoqHC3I9l8+4/ZxeLwLNdJJG76xdKGxzOcIZDcw5RSk/FKrFb5CuA+zcLpjIM2p9eR9Z4CuUDkWXg==",
|
||||||
|
"dev": true,
|
||||||
|
"hasInstallScript": true,
|
||||||
|
"dependencies": {
|
||||||
|
"playwright-core": "1.32.1"
|
||||||
|
},
|
||||||
|
"bin": {
|
||||||
|
"playwright": "cli.js"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/playwright-core": {
|
"node_modules/playwright-core": {
|
||||||
"version": "1.32.1",
|
"version": "1.32.1",
|
||||||
"resolved": "https://registry.npmjs.org/@playwright/playwright-core/-/playwright-core-1.32.1.tgz",
|
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.32.1.tgz",
|
||||||
"integrity": "sha1-WhDDJAMyOwfXXqQo6+7YZqgLdqE=",
|
"integrity": "sha1-WhDDJAMyOwfXXqQo6+7YZqgLdqE=",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
"homepage": "https://github.com/danny-avila/chatgpt-clone#readme",
|
"homepage": "https://github.com/danny-avila/chatgpt-clone#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "^1.32.1",
|
"@playwright/test": "^1.32.1",
|
||||||
"cross-env": "^7.0.3"
|
"cross-env": "^7.0.3",
|
||||||
|
"playwright": "^1.32.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue