@dargmuesli/nuxt-vio 3.2.0 → 3.2.1

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -53,17 +53,19 @@
53
53
  "@tailwindcss/forms": "0.5.5",
54
54
  "@tailwindcss/typography": "0.5.9",
55
55
  "@types/cookie": "0.5.1",
56
+ "@types/lodash-es": "4.17.8",
56
57
  "@urql/core": "4.1.1",
57
58
  "@urql/devtools": "2.0.3",
58
59
  "@urql/exchange-graphcache": "6.3.2",
59
60
  "@urql/vue": "1.1.2",
60
61
  "@vuelidate/core": "2.0.3",
61
- "@vuelidate/validators": "2.0.3",
62
+ "@vuelidate/validators": "2.0.4",
62
63
  "clipboard": "2.0.11",
63
64
  "cookie": "0.5.0",
64
65
  "dayjs": "2.0.0-alpha.4",
65
66
  "is-https": "4.0.0",
66
67
  "jose": "4.14.4",
68
+ "lodash-es": "4.17.21",
67
69
  "marked": "7.0.4",
68
70
  "nuxt-seo-kit-module": "2.0.0-beta.13",
69
71
  "pinia": "2.1.6",
@@ -74,7 +76,6 @@
74
76
  "devDependencies": {
75
77
  "@intlify/eslint-plugin-vue-i18n": "3.0.0-next.3",
76
78
  "@nuxtjs/eslint-config-typescript": "12.0.0",
77
- "@types/lodash-es": "4.17.8",
78
79
  "@types/marked": "5.0.1",
79
80
  "eslint": "8.47.0",
80
81
  "eslint-config-prettier": "9.0.0",
@@ -83,7 +84,6 @@
83
84
  "eslint-plugin-prettier": "5.0.0",
84
85
  "eslint-plugin-yml": "1.8.0",
85
86
  "lint-staged": "14.0.1",
86
- "lodash-es": "4.17.21",
87
87
  "nuxt": "3.6.5",
88
88
  "prettier": "3.0.2",
89
89
  "prettier-plugin-tailwindcss": "0.5.3",