@dargmuesli/nuxt-vio 8.2.2 → 8.2.4
Sign up to get free protection for your applications and to get access to all the features.
- package/components/vio/_/VioApp.vue +1 -1
- package/components/vio/_/VioError.vue +1 -1
- package/components/vio/_/VioLink.vue +1 -1
- package/components/vio/button/VioButton.vue +1 -1
- package/components/vio/button/VioButtonColored.vue +1 -1
- package/components/vio/button/VioButtonIcon.vue +1 -1
- package/components/vio/button/VioButtonShare.vue +1 -1
- package/components/vio/card/VioCard.vue +1 -1
- package/components/vio/card/state/VioCardState.vue +1 -1
- package/components/vio/card/state/VioCardStateAlert.vue +1 -1
- package/components/vio/card/state/VioCardStateInfo.vue +1 -1
- package/components/vio/form/VioForm.vue +1 -1
- package/components/vio/form/VioFormCheckbox.vue +1 -1
- package/components/vio/form/input/VioFormInput.vue +1 -1
- package/components/vio/form/input/VioFormInputEmailAddress.vue +1 -1
- package/components/vio/form/input/VioFormInputUrl.vue +1 -1
- package/components/vio/form/input/state/VioFormInputStateError.vue +1 -1
- package/components/vio/form/input/state/VioFormInputStateInfo.vue +1 -1
- package/components/vio/icon/VioIconArrowRight.vue +1 -1
- package/components/vio/icon/VioIconCalendar.vue +1 -1
- package/components/vio/icon/VioIconChartBar.vue +1 -1
- package/components/vio/icon/VioIconCheckCircle.vue +1 -1
- package/components/vio/icon/VioIconContainer.vue +1 -1
- package/components/vio/icon/VioIconDownload.vue +1 -1
- package/components/vio/icon/VioIconExclamationCircle.vue +1 -1
- package/components/vio/icon/VioIconHeart.vue +1 -1
- package/components/vio/icon/VioIconHome.vue +1 -1
- package/components/vio/icon/VioIconHourglass.vue +1 -1
- package/components/vio/icon/VioIconShare.vue +1 -1
- package/components/vio/icon/VioIconSignIn.vue +1 -1
- package/components/vio/icon/VioIconTv.vue +1 -1
- package/components/vio/layout/VioLayoutBreadcrumbs.vue +1 -1
- package/components/vio/layout/VioLayoutFooterCategory.vue +1 -1
- package/components/vio/layout/VioLayoutSpanList.vue +1 -1
- package/components/vio/loader/Loader.vue +1 -1
- package/components/vio/loader/LoaderImage.vue +1 -1
- package/components/vio/page/VioPagePrivacyPolicy.vue +1 -1
- package/error.vue +1 -1
- package/package.json +15 -15
package/error.vue
CHANGED
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.
|
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",
|
@@ -76,9 +76,9 @@
|
|
76
76
|
"@nuxtjs/html-validator": "1.5.2",
|
77
77
|
"@nuxtjs/i18n": "8.0.0-rc.5",
|
78
78
|
"@nuxtjs/tailwindcss": "6.8.0",
|
79
|
-
"@nuxtseo/module": "2.0.0-beta.
|
80
|
-
"@pinia/nuxt": "0.
|
81
|
-
"@playwright/test": "1.
|
79
|
+
"@nuxtseo/module": "2.0.0-beta.37",
|
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",
|
@@ -93,21 +93,21 @@
|
|
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.51.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",
|
100
|
-
"eslint-plugin-prettier": "5.0.
|
101
|
-
"eslint-plugin-yml": "1.
|
100
|
+
"eslint-plugin-prettier": "5.0.1",
|
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",
|
@@ -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.19"
|
121
121
|
},
|
122
122
|
"peerDependencies": {
|
123
|
-
"playwright-core": "1.
|
123
|
+
"playwright-core": "1.39.0"
|
124
124
|
}
|
125
125
|
}
|