From 9aea54267a2bc73c2915753e050a50313cb32972 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 10 Jun 2025 15:49:17 +0200 Subject: [PATCH] chore(deps): add `@internationalized/date` in playground --- playground/package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/playground/package.json b/playground/package.json index c656e7bd..3093db9a 100644 --- a/playground/package.json +++ b/playground/package.json @@ -11,6 +11,7 @@ "dependencies": { "@iconify-json/lucide": "^1.2.45", "@iconify-json/simple-icons": "^1.2.37", + "@internationalized/date": "^3.8.1", "@nuxt/ui": "latest", "@nuxthub/core": "^0.8.27", "nuxt": "^3.17.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cdf26781..42738eb4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -336,6 +336,9 @@ importers: '@iconify-json/simple-icons': specifier: ^1.2.37 version: 1.2.37 + '@internationalized/date': + specifier: ^3.8.1 + version: 3.8.1 '@nuxt/ui': specifier: workspace:* version: link:..