@dargmuesli/nuxt-vio 12.0.4 → 12.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "12.0.4",
3
+ "version": "12.0.5",
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@9.1.1",
15
+ "packageManager": "pnpm@9.1.4",
16
16
  "files": [
17
17
  ".config",
18
18
  "assets",
@@ -35,11 +35,11 @@
35
35
  ],
36
36
  "main": "nuxt.config.ts",
37
37
  "dependencies": {
38
- "@dargmuesli/nuxt-cookie-control": "8.3.2",
38
+ "@dargmuesli/nuxt-cookie-control": "8.3.4",
39
39
  "@heroicons/vue": "2.1.3",
40
40
  "@http-util/status-i18n": "0.8.1",
41
- "@intlify/eslint-plugin-vue-i18n": "3.0.0-next.12",
42
- "@nuxt/devtools": "1.3.1",
41
+ "@intlify/eslint-plugin-vue-i18n": "3.0.0-next.13",
42
+ "@nuxt/devtools": "1.3.2",
43
43
  "@nuxt/eslint": "0.3.13",
44
44
  "@nuxt/image": "1.7.0",
45
45
  "@nuxtjs/color-mode": "3.4.1",
@@ -68,39 +68,39 @@
68
68
  "sweetalert2": "11.11.0"
69
69
  },
70
70
  "devDependencies": {
71
- "@axe-core/playwright": "4.9.0",
72
- "@playwright/test": "1.44.0",
73
- "@unhead/vue": "1.9.10",
71
+ "@axe-core/playwright": "4.9.1",
72
+ "@playwright/test": "1.44.1",
73
+ "@unhead/vue": "1.9.11",
74
74
  "@urql/devtools": "2.0.3",
75
75
  "@urql/exchange-graphcache": "7.1.0",
76
- "@urql/vue": "1.2.0",
76
+ "@urql/vue": "1.2.1",
77
77
  "consola": "3.2.3",
78
78
  "cookie-es": "1.1.0",
79
79
  "cross-env": "7.0.3",
80
80
  "defu": "6.1.4",
81
81
  "h3": "1.11.1",
82
82
  "jiti": "1.21.0",
83
- "lint-staged": "15.2.2",
83
+ "lint-staged": "15.2.5",
84
84
  "lodash-es": "4.17.21",
85
85
  "nuxt": "3.11.2",
86
86
  "pinia": "2.1.7",
87
87
  "prettier": "3.2.5",
88
- "prettier-plugin-tailwindcss": "0.5.14",
88
+ "prettier-plugin-tailwindcss": "0.6.0",
89
89
  "serve": "14.2.3",
90
90
  "sharp": "0.33.4",
91
- "stylelint": "16.5.0",
91
+ "stylelint": "16.6.1",
92
92
  "stylelint-config-recommended-vue": "1.5.0",
93
93
  "stylelint-config-standard": "36.0.0",
94
94
  "stylelint-no-unsupported-browser-features": "8.0.1",
95
95
  "tailwindcss": "3.4.3",
96
96
  "ufo": "1.5.3",
97
- "unhead": "1.9.10",
97
+ "unhead": "1.9.11",
98
98
  "vue": "3.4.27",
99
99
  "vue-router": "4.3.2"
100
100
  },
101
101
  "peerDependencies": {
102
102
  "nuxt": "3.11.2",
103
- "playwright-core": "1.44.0",
103
+ "playwright-core": "1.44.1",
104
104
  "vue": "3.4.27",
105
105
  "vue-router": "4.3.2"
106
106
  },