Skip to content

Commit 56ead12

Browse files
sergiolmseamodio
authored andcommitted
use fixed versions (prevent auto update)
1 parent a0b8efa commit 56ead12

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18008,7 +18008,7 @@
1800818008
},
1800918009
"devDependencies": {
1801018010
"@eamodio/eslint-lite-webpack-plugin": "0.0.8",
18011-
"@playwright/test": "^1.46.1",
18011+
"@playwright/test": "1.46.1",
1801218012
"@swc/core": "1.7.3",
1801318013
"@twbs/fantasticon": "3.0.0",
1801418014
"@types/mocha": "10.0.7",
@@ -18049,7 +18049,7 @@
1804918049
"lz-string": "1.5.0",
1805018050
"mini-css-extract-plugin": "2.9.0",
1805118051
"mocha": "10.7.0",
18052-
"playwright": "^1.46.1",
18052+
"playwright": "1.46.1",
1805318053
"prettier": "3.1.0",
1805418054
"sass": "1.77.6",
1805518055
"sass-loader": "16.0.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@
740740
dependencies:
741741
playwright-core "1.45.3"
742742

743-
"@playwright/test@^1.46.1":
743+
"@playwright/[email protected]":
744744
version "1.46.1"
745745
resolved "https://registry.npmjs.org/@playwright/test/-/test-1.46.1.tgz#a8dfdcd623c4c23bb1b7ea588058aad41055c188"
746746
integrity sha512-Fq6SwLujA/DOIvNC2EL/SojJnkKf/rAwJ//APpJJHRyMi1PdKrY3Az+4XNQ51N4RTbItbIByQ0jgd1tayq1aeA==
@@ -6096,7 +6096,7 @@ [email protected]:
60966096
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.46.1.tgz#28f3ab35312135dda75b0c92a3e5c0e7edb9cc8b"
60976097
integrity sha512-h9LqIQaAv+CYvWzsZ+h3RsrqCStkBHlgo6/TJlFst3cOTlLghBQlJwPOZKQJTKNaD3QIB7aAVQ+gfWbN3NXB7A==
60986098

6099-
[email protected], playwright@^1.46.1:
6099+
61006100
version "1.46.1"
61016101
resolved "https://registry.npmjs.org/playwright/-/playwright-1.46.1.tgz#ea562bc48373648e10420a10c16842f0b227c218"
61026102
integrity sha512-oPcr1yqoXLCkgKtD5eNUPLiN40rYEM39odNpIb6VE6S7/15gJmA1NzVv6zJYusV0e7tzvkU/utBFNa/Kpxmwng==

0 commit comments

Comments
 (0)