From 78f24aa2a49309fd690eb13ae8f2fffa9b0cf7d1 Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Sun, 29 Sep 2024 21:41:41 +0200 Subject: [PATCH] fix(deps): use jiti as normal dependency --- pnpm-lock.yaml | 6 +++--- src/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index adaa44fc..23e6f04d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -135,6 +135,9 @@ importers: globals: specifier: 15.9.0 version: 15.9.0 + jiti: + specifier: 2.0.0 + version: 2.0.0 jose: specifier: 5.9.3 version: 5.9.3 @@ -175,9 +178,6 @@ importers: h3: specifier: 1.12.0 version: 1.12.0 - jiti: - specifier: 2.0.0 - version: 2.0.0 lodash-es: specifier: 4.17.21 version: 4.17.21 diff --git a/src/package.json b/src/package.json index a209ef98..354f058a 100644 --- a/src/package.json +++ b/src/package.json @@ -28,6 +28,7 @@ "eslint-plugin-prettier": "5.2.1", "eslint-plugin-yml": "1.14.0", "globals": "15.9.0", + "jiti": "2.0.0", "jose": "5.9.3", "nuxt-gtag": "3.0.1", "nuxt-security": "2.0.0", @@ -43,7 +44,6 @@ "cookie-es": "1.2.2", "defu": "6.1.4", "h3": "1.12.0", - "jiti": "2.0.0", "lodash-es": "4.17.21", "nuxt": "3.13.2", "pinia": "2.2.2",