@dargmuesli/nuxt-vio 16.0.3 → 16.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 +23 -22
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "dependencies": {
3
- "@dargmuesli/nuxt-cookie-control": "8.5.0",
4
- "@eslint/compat": "1.2.5",
3
+ "@dargmuesli/nuxt-cookie-control": "8.5.2",
4
+ "@eslint/compat": "1.2.6",
5
5
  "@heroicons/vue": "2.2.0",
6
6
  "@http-util/status-i18n": "0.8.1",
7
7
  "@intlify/eslint-plugin-vue-i18n": "4.0.0-next.1",
8
- "@nuxt/devtools": "1.7.0",
9
- "@nuxt/eslint": "0.7.5",
8
+ "@nuxt/devtools": "2.0.0",
9
+ "@nuxt/eslint": "1.0.1",
10
10
  "@nuxt/image": "1.9.0",
11
11
  "@nuxtjs/color-mode": "3.5.2",
12
12
  "@nuxtjs/html-validator": "1.8.2",
13
13
  "@nuxtjs/i18n": "9.1.1",
14
- "@nuxtjs/seo": "2.1.0",
14
+ "@nuxtjs/seo": "2.1.1",
15
15
  "@nuxtjs/tailwindcss": "6.13.1",
16
- "@pinia/nuxt": "0.9.0",
16
+ "@pinia/nuxt": "0.10.1",
17
17
  "@tailwindcss/forms": "0.5.10",
18
18
  "@tailwindcss/typography": "0.5.16",
19
19
  "@types/lodash-es": "4.17.12",
@@ -23,40 +23,40 @@
23
23
  "@vuelidate/validators": "2.0.4",
24
24
  "clipboardy": "4.0.0",
25
25
  "dayjs": "2.0.0-alpha.4",
26
- "eslint": "9.18.0",
26
+ "eslint": "9.20.1",
27
27
  "eslint-config-prettier": "10.0.1",
28
28
  "eslint-plugin-compat": "6.0.2",
29
29
  "eslint-plugin-prettier": "5.2.3",
30
30
  "eslint-plugin-yml": "1.16.0",
31
- "globals": "15.14.0",
31
+ "globals": "15.15.0",
32
32
  "jiti": "2.4.2",
33
33
  "jose": "5.9.6",
34
34
  "nuxt-gtag": "3.0.2",
35
35
  "nuxt-security": "2.1.5",
36
- "sweetalert2": "11.15.10",
36
+ "sweetalert2": "11.16.1",
37
37
  "vue-tsc": "2.2.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@unhead/vue": "1.11.18",
40
+ "@unhead/vue": "1.11.19",
41
41
  "@urql/devtools": "2.0.3",
42
- "@urql/exchange-graphcache": "7.2.1",
42
+ "@urql/exchange-graphcache": "7.2.2",
43
43
  "consola": "3.4.0",
44
44
  "cookie-es": "1.2.2",
45
45
  "defu": "6.1.4",
46
- "h3": "1.13.1",
46
+ "h3": "1.15.0",
47
47
  "lodash-es": "4.17.21",
48
- "nuxt": "3.15.2",
49
- "pinia": "2.3.1",
50
- "prettier": "3.4.2",
51
- "prettier-plugin-tailwindcss": "0.6.10",
48
+ "nuxt": "3.15.4",
49
+ "pinia": "3.0.1",
50
+ "prettier": "3.5.1",
51
+ "prettier-plugin-tailwindcss": "0.6.11",
52
52
  "serve": "14.2.4",
53
53
  "sharp": "0.33.5",
54
- "stylelint": "16.13.2",
55
- "stylelint-config-recommended-vue": "1.5.0",
54
+ "stylelint": "16.14.1",
55
+ "stylelint-config-recommended-vue": "1.6.0",
56
56
  "stylelint-config-standard": "37.0.0",
57
- "stylelint-no-unsupported-browser-features": "8.0.2",
57
+ "stylelint-no-unsupported-browser-features": "8.0.4",
58
58
  "tailwindcss": "3.4.17",
59
- "unhead": "1.11.18",
59
+ "unhead": "1.11.19",
60
60
  "vue": "3.5.13",
61
61
  "vue-router": "4.5.0"
62
62
  },
@@ -86,7 +86,7 @@
86
86
  "main": "nuxt.config.ts",
87
87
  "name": "@dargmuesli/nuxt-vio",
88
88
  "peerDependencies": {
89
- "nuxt": "3.15.2",
89
+ "nuxt": "3.15.4",
90
90
  "vue": "3.5.13",
91
91
  "vue-router": "4.5.0"
92
92
  },
@@ -112,10 +112,11 @@
112
112
  "lint": "pnpm run lint:js && pnpm run lint:ts && pnpm run lint:style",
113
113
  "prepare": "nuxt prepare && nuxt prepare .playground && ./.config/certificates/mkcert.sh",
114
114
  "preview": "nuxt preview .playground",
115
+ "start": "pnpm run start:node",
115
116
  "start:dev": "nuxt dev .playground",
116
117
  "start:node": "node .playground/.output/server/index.mjs",
117
118
  "start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
118
119
  },
119
120
  "type": "module",
120
- "version": "16.0.3"
121
+ "version": "16.0.5"
121
122
  }