@dargmuesli/nuxt-vio 8.4.2 → 8.4.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 +8 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "8.4.2",
3
+ "version": "8.4.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dargmuesli/vio.git"
@@ -85,7 +85,7 @@
85
85
  "@tailwindcss/forms": "0.5.6",
86
86
  "@tailwindcss/typography": "0.5.10",
87
87
  "@types/lodash-es": "4.17.10",
88
- "@unhead/vue": "1.8.2",
88
+ "@unhead/vue": "1.8.3",
89
89
  "@urql/core": "4.1.4",
90
90
  "@urql/devtools": "2.0.3",
91
91
  "@urql/exchange-graphcache": "6.3.3",
@@ -109,7 +109,6 @@
109
109
  "jose": "5.1.0",
110
110
  "lint-staged": "15.0.2",
111
111
  "lodash-es": "4.17.21",
112
- "nuxt": "3.8.0",
113
112
  "nuxt-security": "1.0.0-rc.2",
114
113
  "ofetch": "1.3.3",
115
114
  "pinia": "2.1.7",
@@ -123,13 +122,17 @@
123
122
  "sweetalert2": "11.9.0",
124
123
  "tailwindcss": "3.3.5",
125
124
  "ufo": "1.3.1",
126
- "unhead": "1.8.2",
125
+ "unhead": "1.8.3",
127
126
  "vue": "3.3.7",
128
127
  "vue-gtag": "2.0.1",
129
128
  "vue-router": "4.2.5",
130
129
  "vue-tsc": "1.8.22"
131
130
  },
131
+ "devDependencies": {
132
+ "nuxt": "3.8.0"
133
+ },
132
134
  "peerDependencies": {
133
- "playwright-core": "1.39.0"
135
+ "playwright-core": "1.39.0",
136
+ "nuxt": "3.8.0"
134
137
  }
135
138
  }