@dargmuesli/nuxt-vio 8.2.3 → 8.2.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +10 -10
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dargmuesli/nuxt-vio",
|
3
|
-
"version": "8.2.
|
3
|
+
"version": "8.2.4",
|
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.9.
|
15
|
+
"packageManager": "pnpm@8.9.2",
|
16
16
|
"files": [
|
17
17
|
"assets",
|
18
18
|
"components",
|
@@ -65,7 +65,7 @@
|
|
65
65
|
"test:e2e": "playwright test"
|
66
66
|
},
|
67
67
|
"dependencies": {
|
68
|
-
"@axe-core/playwright": "4.
|
68
|
+
"@axe-core/playwright": "4.8.1",
|
69
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",
|
@@ -77,8 +77,8 @@
|
|
77
77
|
"@nuxtjs/i18n": "8.0.0-rc.5",
|
78
78
|
"@nuxtjs/tailwindcss": "6.8.0",
|
79
79
|
"@nuxtseo/module": "2.0.0-beta.37",
|
80
|
-
"@pinia/nuxt": "0.
|
81
|
-
"@playwright/test": "1.
|
80
|
+
"@pinia/nuxt": "0.5.1",
|
81
|
+
"@playwright/test": "1.39.0",
|
82
82
|
"@tailwindcss/forms": "0.5.6",
|
83
83
|
"@tailwindcss/typography": "0.5.10",
|
84
84
|
"@types/cookie": "0.5.2",
|
@@ -101,13 +101,13 @@
|
|
101
101
|
"eslint-plugin-yml": "1.10.0",
|
102
102
|
"is-https": "4.0.0",
|
103
103
|
"jiti": "1.20.0",
|
104
|
-
"jose": "4.15.
|
105
|
-
"lint-staged": "
|
104
|
+
"jose": "4.15.4",
|
105
|
+
"lint-staged": "15.0.1",
|
106
106
|
"lodash-es": "4.17.21",
|
107
107
|
"nuxt": "3.7.4",
|
108
|
-
"pinia": "2.1.
|
108
|
+
"pinia": "2.1.7",
|
109
109
|
"prettier": "3.0.3",
|
110
|
-
"prettier-plugin-tailwindcss": "0.5.
|
110
|
+
"prettier-plugin-tailwindcss": "0.5.6",
|
111
111
|
"serve": "14.2.1",
|
112
112
|
"stylelint": "15.10.3",
|
113
113
|
"stylelint-config-recommended-vue": "1.5.0",
|
@@ -120,6 +120,6 @@
|
|
120
120
|
"vue-tsc": "1.8.19"
|
121
121
|
},
|
122
122
|
"peerDependencies": {
|
123
|
-
"playwright-core": "1.
|
123
|
+
"playwright-core": "1.39.0"
|
124
124
|
}
|
125
125
|
}
|