Downgrade Cypress to resolve performance issues (#1380)
This commit is contained in:
parent
5ae8a32b18
commit
740c267a00
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -48,7 +48,7 @@
|
|||
"@types/snowpack-env": "^2.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
||||
"@typescript-eslint/parser": "^5.0.0",
|
||||
"cypress": "8.6.0",
|
||||
"cypress": "^8.5.0",
|
||||
"decompress": "^4.2.1",
|
||||
"decompress-targz": "^4.1.1",
|
||||
"eslint": "^8.0.1",
|
||||
|
@ -8027,9 +8027,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "8.6.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-8.6.0.tgz",
|
||||
"integrity": "sha512-F7qEK/6Go5FsqTueR+0wEw2vOVKNgk5847Mys8vsWkzPoEKdxs+7N9Y1dit+zhaZCLtMPyrMwjfA53ZFy+lSww==",
|
||||
"version": "8.5.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-8.5.0.tgz",
|
||||
"integrity": "sha512-MMkXIS+Ro2KETn4gAlG3tIc/7FiljuuCZP0zpd9QsRG6MZSyZW/l1J3D4iQM6WHsVxuX4rFChn5jPFlC2tNSvQ==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
|
@ -27547,9 +27547,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"cypress": {
|
||||
"version": "8.6.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-8.6.0.tgz",
|
||||
"integrity": "sha512-F7qEK/6Go5FsqTueR+0wEw2vOVKNgk5847Mys8vsWkzPoEKdxs+7N9Y1dit+zhaZCLtMPyrMwjfA53ZFy+lSww==",
|
||||
"version": "8.5.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-8.5.0.tgz",
|
||||
"integrity": "sha512-MMkXIS+Ro2KETn4gAlG3tIc/7FiljuuCZP0zpd9QsRG6MZSyZW/l1J3D4iQM6WHsVxuX4rFChn5jPFlC2tNSvQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@cypress/request": "^2.88.6",
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
"@types/snowpack-env": "^2.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
||||
"@typescript-eslint/parser": "^5.0.0",
|
||||
"cypress": "8.6.0",
|
||||
"cypress": "^8.5.0",
|
||||
"decompress": "^4.2.1",
|
||||
"decompress-targz": "^4.1.1",
|
||||
"eslint": "^8.0.1",
|
||||
|
|
Loading…
Reference in a new issue