Spaces:
Running
Running
alessandro trinca tornidor
commited on
Commit
•
a76e3d8
1
Parent(s):
81de16f
chore: update playwright version
Browse files- static/package.json +1 -1
- static/pnpm-lock.yaml +13 -13
static/package.json
CHANGED
@@ -11,6 +11,6 @@
|
|
11 |
"author": "",
|
12 |
"license": "ISC",
|
13 |
"dependencies": {
|
14 |
-
"@playwright/test": "^1.49.
|
15 |
}
|
16 |
}
|
|
|
11 |
"author": "",
|
12 |
"license": "ISC",
|
13 |
"dependencies": {
|
14 |
+
"@playwright/test": "^1.49.1"
|
15 |
}
|
16 |
}
|
static/pnpm-lock.yaml
CHANGED
@@ -9,13 +9,13 @@ importers:
|
|
9 |
.:
|
10 |
dependencies:
|
11 |
'@playwright/test':
|
12 |
-
specifier: ^1.49.
|
13 |
-
version: 1.49.
|
14 |
|
15 |
packages:
|
16 |
|
17 |
-
'@playwright/test@1.49.
|
18 |
-
resolution: {integrity: sha512-
|
19 |
engines: {node: '>=18'}
|
20 |
hasBin: true
|
21 |
|
@@ -24,29 +24,29 @@ packages:
|
|
24 |
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
25 |
os: [darwin]
|
26 |
|
27 |
-
playwright-core@1.49.
|
28 |
-
resolution: {integrity: sha512-
|
29 |
engines: {node: '>=18'}
|
30 |
hasBin: true
|
31 |
|
32 |
-
playwright@1.49.
|
33 |
-
resolution: {integrity: sha512-
|
34 |
engines: {node: '>=18'}
|
35 |
hasBin: true
|
36 |
|
37 |
snapshots:
|
38 |
|
39 |
-
'@playwright/test@1.49.
|
40 |
dependencies:
|
41 |
-
playwright: 1.49.
|
42 |
|
43 |
fsevents@2.3.2:
|
44 |
optional: true
|
45 |
|
46 |
-
playwright-core@1.49.
|
47 |
|
48 |
-
playwright@1.49.
|
49 |
dependencies:
|
50 |
-
playwright-core: 1.49.
|
51 |
optionalDependencies:
|
52 |
fsevents: 2.3.2
|
|
|
9 |
.:
|
10 |
dependencies:
|
11 |
'@playwright/test':
|
12 |
+
specifier: ^1.49.1
|
13 |
+
version: 1.49.1
|
14 |
|
15 |
packages:
|
16 |
|
17 |
+
'@playwright/test@1.49.1':
|
18 |
+
resolution: {integrity: sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==}
|
19 |
engines: {node: '>=18'}
|
20 |
hasBin: true
|
21 |
|
|
|
24 |
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
25 |
os: [darwin]
|
26 |
|
27 |
+
playwright-core@1.49.1:
|
28 |
+
resolution: {integrity: sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==}
|
29 |
engines: {node: '>=18'}
|
30 |
hasBin: true
|
31 |
|
32 |
+
playwright@1.49.1:
|
33 |
+
resolution: {integrity: sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==}
|
34 |
engines: {node: '>=18'}
|
35 |
hasBin: true
|
36 |
|
37 |
snapshots:
|
38 |
|
39 |
+
'@playwright/test@1.49.1':
|
40 |
dependencies:
|
41 |
+
playwright: 1.49.1
|
42 |
|
43 |
fsevents@2.3.2:
|
44 |
optional: true
|
45 |
|
46 |
+
playwright-core@1.49.1: {}
|
47 |
|
48 |
+
playwright@1.49.1:
|
49 |
dependencies:
|
50 |
+
playwright-core: 1.49.1
|
51 |
optionalDependencies:
|
52 |
fsevents: 2.3.2
|