@dargmuesli/nuxt-vio-testing 13.2.1 → 13.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/e2e/utils/tests.ts +0 -25
- package/package.json +9 -9
package/e2e/utils/tests.ts
CHANGED
|
@@ -188,23 +188,6 @@ export const testMetadata = async ({
|
|
|
188
188
|
{ key: 'content', value: 'Social Preview Image for a Vio webpage.' },
|
|
189
189
|
],
|
|
190
190
|
},
|
|
191
|
-
{
|
|
192
|
-
tag: 'link',
|
|
193
|
-
attributes: [
|
|
194
|
-
{
|
|
195
|
-
key: 'rel',
|
|
196
|
-
value: 'icon',
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
key: 'href',
|
|
200
|
-
value: '/favicon.ico',
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
key: 'sizes',
|
|
204
|
-
value: 'any',
|
|
205
|
-
},
|
|
206
|
-
],
|
|
207
|
-
},
|
|
208
191
|
{
|
|
209
192
|
tag: 'link',
|
|
210
193
|
attributes: [
|
|
@@ -220,10 +203,6 @@ export const testMetadata = async ({
|
|
|
220
203
|
key: 'type',
|
|
221
204
|
value: 'image/png',
|
|
222
205
|
},
|
|
223
|
-
{
|
|
224
|
-
key: 'sizes',
|
|
225
|
-
value: '16x16',
|
|
226
|
-
},
|
|
227
206
|
],
|
|
228
207
|
},
|
|
229
208
|
{
|
|
@@ -241,10 +220,6 @@ export const testMetadata = async ({
|
|
|
241
220
|
key: 'type',
|
|
242
221
|
value: 'image/png',
|
|
243
222
|
},
|
|
244
|
-
{
|
|
245
|
-
key: 'sizes',
|
|
246
|
-
value: '32x32',
|
|
247
|
-
},
|
|
248
223
|
],
|
|
249
224
|
},
|
|
250
225
|
{
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"devDependencies": {
|
|
3
3
|
"@axe-core/playwright": "4.9.1",
|
|
4
|
-
"@eslint/js": "9.
|
|
5
|
-
"@playwright/test": "1.45.
|
|
6
|
-
"@types/node": "20.14.
|
|
4
|
+
"@eslint/js": "9.7.0",
|
|
5
|
+
"@playwright/test": "1.45.2",
|
|
6
|
+
"@types/node": "20.14.11",
|
|
7
7
|
"cross-env": "7.0.3",
|
|
8
|
-
"eslint": "9.
|
|
8
|
+
"eslint": "9.7.0",
|
|
9
9
|
"eslint-config-prettier": "9.1.0",
|
|
10
|
-
"eslint-plugin-prettier": "5.1
|
|
10
|
+
"eslint-plugin-prettier": "5.2.1",
|
|
11
11
|
"lodash-es": "4.17.21",
|
|
12
12
|
"typescript": "5.4.5",
|
|
13
|
-
"typescript-eslint": "7.
|
|
14
|
-
"ufo": "1.5.
|
|
13
|
+
"typescript-eslint": "7.16.1",
|
|
14
|
+
"ufo": "1.5.4"
|
|
15
15
|
},
|
|
16
16
|
"engines": {
|
|
17
17
|
"node": "20"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
],
|
|
26
26
|
"name": "@dargmuesli/nuxt-vio-testing",
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"playwright-core": "1.45.
|
|
28
|
+
"playwright-core": "1.45.2"
|
|
29
29
|
},
|
|
30
30
|
"publishConfig": {
|
|
31
31
|
"access": "public"
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"test:e2e:server:static": "cross-env NODE_ENV=production PORT=\"${PORT:-3002}\" SITE_URL=\"${SITE_URL:-https://localhost:3002}\" VIO_SERVER=static pnpm run test:e2e"
|
|
55
55
|
},
|
|
56
56
|
"type": "module",
|
|
57
|
-
"version": "13.2.
|
|
57
|
+
"version": "13.2.2"
|
|
58
58
|
}
|