We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1431256 commit 304c495Copy full SHA for 304c495
1 file changed
package.json
@@ -215,6 +215,8 @@
215
},
216
"peerDependencies": {
217
"@inertiajs/vue3": "^2.0.7 || ^3.0.0",
218
+ "@internationalized/date": "^3.0.0",
219
+ "@internationalized/number": "^3.0.0",
220
"@nuxt/content": "^3.0.0",
221
"joi": "^18.0.0",
222
"superstruct": "^2.0.0",
@@ -229,6 +231,12 @@
229
231
"@inertiajs/vue3": {
230
232
"optional": true
233
234
+ "@internationalized/date": {
235
+ "optional": true
236
+ },
237
+ "@internationalized/number": {
238
239
240
"@nuxt/content": {
241
242
0 commit comments