@dargmuesli/nuxt-vio 1.10.3 → 1.10.4

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,14 +1,14 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "1.10.3",
3
+ "version": "1.10.4",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "engines": {
9
- "node": "18"
9
+ "node": "20"
10
10
  },
11
- "packageManager": "pnpm@8.3.1",
11
+ "packageManager": "pnpm@8.4.0",
12
12
  "files": [
13
13
  "assets",
14
14
  "components",
@@ -37,35 +37,35 @@
37
37
  "lint:ts": "nuxt typecheck"
38
38
  },
39
39
  "dependencies": {
40
- "@dargmuesli/nuxt-cookie-control": "5.7.0",
40
+ "@dargmuesli/nuxt-cookie-control": "5.7.1",
41
41
  "@http-util/status-i18n": "0.6.2",
42
42
  "@nuxtjs/html-validator": "1.2.5",
43
43
  "@nuxtjs/i18n": "8.0.0-beta.10",
44
- "@nuxtjs/tailwindcss": "6.6.6",
44
+ "@nuxtjs/tailwindcss": "6.6.7",
45
45
  "@tailwindcss/typography": "0.5.9",
46
- "nuxt-seo-kit": "1.3.7",
47
- "sweetalert2": "11.7.3",
46
+ "nuxt-seo-kit": "1.3.8",
47
+ "sweetalert2": "11.7.5",
48
48
  "vue-gtag": "2.0.1"
49
49
  },
50
50
  "devDependencies": {
51
- "@commitlint/cli": "17.6.1",
52
- "@commitlint/config-conventional": "17.6.1",
51
+ "@commitlint/cli": "17.6.3",
52
+ "@commitlint/config-conventional": "17.6.3",
53
53
  "@intlify/eslint-plugin-vue-i18n": "2.0.0",
54
54
  "@nuxtjs/eslint-config-typescript": "12.0.0",
55
- "eslint": "8.39.0",
55
+ "eslint": "8.40.0",
56
56
  "eslint-config-prettier": "8.8.0",
57
57
  "eslint-plugin-nuxt": "4.0.0",
58
58
  "eslint-plugin-prettier": "4.2.1",
59
59
  "eslint-plugin-yml": "1.5.0",
60
60
  "husky": "8.0.3",
61
- "lint-staged": "13.2.1",
62
- "nuxt": "3.4.2",
61
+ "lint-staged": "13.2.2",
62
+ "nuxt": "3.4.3",
63
63
  "prettier": "2.8.8",
64
- "stylelint": "15.6.0",
64
+ "stylelint": "15.6.1",
65
65
  "stylelint-config-recommended-vue": "1.4.0",
66
66
  "stylelint-config-standard": "33.0.0",
67
67
  "stylelint-no-unsupported-browser-features": "6.1.0",
68
68
  "typescript": "5.0.4",
69
- "vue-tsc": "1.4.4"
69
+ "vue-tsc": "1.6.4"
70
70
  }
71
71
  }