@dargmuesli/nuxt-vio 8.2.0 → 8.2.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +16 -16
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dargmuesli/nuxt-vio",
|
3
|
-
"version": "8.2.
|
3
|
+
"version": "8.2.2",
|
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.
|
15
|
+
"packageManager": "pnpm@8.8.0",
|
16
16
|
"files": [
|
17
17
|
"assets",
|
18
18
|
"components",
|
@@ -66,24 +66,24 @@
|
|
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
|
-
"@intlify/eslint-plugin-vue-i18n": "3.0.0-next.
|
73
|
-
"@nuxt/image": "1.0.0-rc.
|
72
|
+
"@intlify/eslint-plugin-vue-i18n": "3.0.0-next.4",
|
73
|
+
"@nuxt/image": "1.0.0-rc.3",
|
74
74
|
"@nuxtjs/color-mode": "3.3.0",
|
75
75
|
"@nuxtjs/eslint-config-typescript": "12.1.0",
|
76
76
|
"@nuxtjs/html-validator": "1.5.2",
|
77
|
-
"@nuxtjs/i18n": "8.0.0-rc.
|
77
|
+
"@nuxtjs/i18n": "8.0.0-rc.5",
|
78
78
|
"@nuxtjs/tailwindcss": "6.8.0",
|
79
|
-
"@nuxtseo/module": "2.0.0-beta.
|
79
|
+
"@nuxtseo/module": "2.0.0-beta.35",
|
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",
|
@@ -93,7 +93,7 @@
|
|
93
93
|
"cookie": "0.5.0",
|
94
94
|
"cross-env": "7.0.3",
|
95
95
|
"dayjs": "2.0.0-alpha.4",
|
96
|
-
"eslint": "8.
|
96
|
+
"eslint": "8.50.0",
|
97
97
|
"eslint-config-prettier": "9.0.0",
|
98
98
|
"eslint-plugin-compat": "4.2.0",
|
99
99
|
"eslint-plugin-nuxt": "4.0.0",
|
@@ -101,25 +101,25 @@
|
|
101
101
|
"eslint-plugin-yml": "1.9.0",
|
102
102
|
"is-https": "4.0.0",
|
103
103
|
"jiti": "1.20.0",
|
104
|
-
"jose": "4.
|
104
|
+
"jose": "4.15.2",
|
105
105
|
"lint-staged": "14.0.1",
|
106
106
|
"lodash-es": "4.17.21",
|
107
|
-
"nuxt": "3.7.
|
107
|
+
"nuxt": "3.7.4",
|
108
108
|
"pinia": "2.1.6",
|
109
109
|
"prettier": "3.0.3",
|
110
|
-
"prettier-plugin-tailwindcss": "0.5.
|
110
|
+
"prettier-plugin-tailwindcss": "0.5.5",
|
111
111
|
"serve": "14.2.1",
|
112
112
|
"stylelint": "15.10.3",
|
113
113
|
"stylelint-config-recommended-vue": "1.5.0",
|
114
114
|
"stylelint-config-standard": "34.0.0",
|
115
115
|
"stylelint-no-unsupported-browser-features": "7.0.0",
|
116
|
-
"sweetalert2": "11.7.
|
116
|
+
"sweetalert2": "11.7.32",
|
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.15"
|
121
121
|
},
|
122
122
|
"peerDependencies": {
|
123
|
-
"playwright-core": "1.38.
|
123
|
+
"playwright-core": "1.38.1"
|
124
124
|
}
|
125
125
|
}
|