Browse Source

chore: 补依赖

nmtuan 1 year ago
parent
commit
57beb631be
2 changed files with 14 additions and 4 deletions
  1. 1 0
      package.json
  2. 13 4
      pnpm-lock.yaml

+ 1 - 0
package.json

@@ -10,6 +10,7 @@
     "postinstall": "nuxt prepare"
     "postinstall": "nuxt prepare"
   },
   },
   "dependencies": {
   "dependencies": {
+    "@iconify-json/ri": "^1.1.19",
     "@nuxt/ui": "^2.13.0",
     "@nuxt/ui": "^2.13.0",
     "@pinia/nuxt": "^0.5.1",
     "@pinia/nuxt": "^0.5.1",
     "nuxt": "^3.10.2",
     "nuxt": "^3.10.2",

+ 13 - 4
pnpm-lock.yaml

@@ -1,10 +1,9 @@
 lockfileVersion: '6.0'
 lockfileVersion: '6.0'
 
 
-settings:
-  autoInstallPeers: true
-  excludeLinksFromLockfile: false
-
 dependencies:
 dependencies:
+  '@iconify-json/ri':
+    specifier: ^1.1.19
+    version: 1.1.19
   '@nuxt/ui':
   '@nuxt/ui':
     specifier: ^2.13.0
     specifier: ^2.13.0
     version: 2.13.0(nuxt@3.10.2)(vite@5.1.3)(vue@3.4.19)
     version: 2.13.0(nuxt@3.10.2)(vite@5.1.3)(vue@3.4.19)
@@ -887,6 +886,12 @@ packages:
       '@iconify/types': 2.0.0
       '@iconify/types': 2.0.0
     dev: false
     dev: false
 
 
+  /@iconify-json/ri@1.1.19:
+    resolution: {integrity: sha512-S9usTucQOY//J3LGIGZ+A6i8AYGCStDcLKjmWzI2UPnWJo+Xd5dESMQGkhOI5BlG3W4AtH6RmiXcpbPy3krmjQ==}
+    dependencies:
+      '@iconify/types': 2.0.0
+    dev: false
+
   /@iconify/collections@1.0.395:
   /@iconify/collections@1.0.395:
     resolution: {integrity: sha512-NwzLrvQDEAsXpCwRGzI6uSE6gJT5u1/AZLPRPRSqTIOym5NRahpQL/VTFUH8DU0YVWVj6ulfxlHdtAz6lp38Rg==}
     resolution: {integrity: sha512-NwzLrvQDEAsXpCwRGzI6uSE6gJT5u1/AZLPRPRSqTIOym5NRahpQL/VTFUH8DU0YVWVj6ulfxlHdtAz6lp38Rg==}
     dependencies:
     dependencies:
@@ -7294,3 +7299,7 @@ packages:
       compress-commons: 5.0.1
       compress-commons: 5.0.1
       readable-stream: 3.6.2
       readable-stream: 3.6.2
     dev: false
     dev: false
+
+settings:
+  autoInstallPeers: true
+  excludeLinksFromLockfile: false