@dargmuesli/nuxt-vio 8.2.0 → 8.2.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dargmuesli/nuxt-vio",
|
3
|
-
"version": "8.2.
|
3
|
+
"version": "8.2.1",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "git+https://github.com/dargmuesli/vio.git"
|
@@ -12,7 +12,7 @@
|
|
12
12
|
"engines": {
|
13
13
|
"node": "20"
|
14
14
|
},
|
15
|
-
"packageManager": "pnpm@8.7.
|
15
|
+
"packageManager": "pnpm@8.7.6",
|
16
16
|
"files": [
|
17
17
|
"assets",
|
18
18
|
"components",
|
@@ -66,7 +66,7 @@
|
|
66
66
|
},
|
67
67
|
"dependencies": {
|
68
68
|
"@axe-core/playwright": "4.7.3",
|
69
|
-
"@dargmuesli/nuxt-cookie-control": "
|
69
|
+
"@dargmuesli/nuxt-cookie-control": "7.0.0-beta.1",
|
70
70
|
"@heroicons/vue": "2.0.18",
|
71
71
|
"@http-util/status-i18n": "0.8.1",
|
72
72
|
"@intlify/eslint-plugin-vue-i18n": "3.0.0-next.3",
|
@@ -76,14 +76,14 @@
|
|
76
76
|
"@nuxtjs/html-validator": "1.5.2",
|
77
77
|
"@nuxtjs/i18n": "8.0.0-rc.4",
|
78
78
|
"@nuxtjs/tailwindcss": "6.8.0",
|
79
|
-
"@nuxtseo/module": "2.0.0-beta.
|
79
|
+
"@nuxtseo/module": "2.0.0-beta.31",
|
80
80
|
"@pinia/nuxt": "0.4.11",
|
81
|
-
"@playwright/test": "1.38.
|
81
|
+
"@playwright/test": "1.38.1",
|
82
82
|
"@tailwindcss/forms": "0.5.6",
|
83
83
|
"@tailwindcss/typography": "0.5.10",
|
84
84
|
"@types/cookie": "0.5.2",
|
85
85
|
"@types/lodash-es": "4.17.9",
|
86
|
-
"@urql/core": "4.1.
|
86
|
+
"@urql/core": "4.1.3",
|
87
87
|
"@urql/devtools": "2.0.3",
|
88
88
|
"@urql/exchange-graphcache": "6.3.3",
|
89
89
|
"@urql/vue": "1.1.2",
|
@@ -117,9 +117,9 @@
|
|
117
117
|
"tailwindcss": "3.3.3",
|
118
118
|
"vue": "3.3.4",
|
119
119
|
"vue-gtag": "2.0.1",
|
120
|
-
"vue-tsc": "1.8.
|
120
|
+
"vue-tsc": "1.8.13"
|
121
121
|
},
|
122
122
|
"peerDependencies": {
|
123
|
-
"playwright-core": "1.38.
|
123
|
+
"playwright-core": "1.38.1"
|
124
124
|
}
|
125
125
|
}
|