@dargmuesli/nuxt-vio 1.8.2 → 1.8.3

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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -8,7 +8,7 @@
8
8
  "engines": {
9
9
  "node": "18"
10
10
  },
11
- "packageManager": "pnpm@8.2.0",
11
+ "packageManager": "pnpm@8.3.1",
12
12
  "files": [
13
13
  "assets",
14
14
  "components",
@@ -39,16 +39,16 @@
39
39
  "dependencies": {
40
40
  "@dargmuesli/nuxt-cookie-control": "5.6.0",
41
41
  "@http-util/status-i18n": "0.6.2",
42
- "@nuxtjs/html-validator": "1.2.4",
42
+ "@nuxtjs/html-validator": "1.2.5",
43
43
  "@nuxtjs/i18n": "8.0.0-beta.10",
44
44
  "@nuxtjs/tailwindcss": "6.6.6",
45
45
  "@tailwindcss/typography": "0.5.9",
46
- "nuxt-seo-kit": "1.3.6",
46
+ "nuxt-seo-kit": "1.3.7",
47
47
  "vue-gtag": "2.0.1"
48
48
  },
49
49
  "devDependencies": {
50
- "@commitlint/cli": "17.6.0",
51
- "@commitlint/config-conventional": "17.6.0",
50
+ "@commitlint/cli": "17.6.1",
51
+ "@commitlint/config-conventional": "17.6.1",
52
52
  "@intlify/eslint-plugin-vue-i18n": "2.0.0",
53
53
  "@nuxtjs/eslint-config-typescript": "12.0.0",
54
54
  "eslint": "8.38.0",
@@ -58,13 +58,13 @@
58
58
  "eslint-plugin-yml": "1.5.0",
59
59
  "husky": "8.0.3",
60
60
  "lint-staged": "13.2.1",
61
- "nuxt": "3.4.1",
61
+ "nuxt": "3.4.2",
62
62
  "prettier": "2.8.7",
63
- "stylelint": "15.4.0",
63
+ "stylelint": "15.5.0",
64
64
  "stylelint-config-recommended-vue": "1.4.0",
65
- "stylelint-config-standard": "32.0.0",
65
+ "stylelint-config-standard": "33.0.0",
66
66
  "stylelint-no-unsupported-browser-features": "6.1.0",
67
67
  "typescript": "5.0.4",
68
- "vue-tsc": "1.2.0"
68
+ "vue-tsc": "1.4.2"
69
69
  }
70
70
  }