Browse Source

:update version

0235699曾露 1 day ago
parent
commit
b1a18a417d
2 changed files with 17 additions and 0 deletions
  1. 16 0
      industry-monitor-web/package-lock.json
  2. 1 0
      industry-monitor-web/package.json

+ 16 - 0
industry-monitor-web/package-lock.json

@@ -8,6 +8,7 @@
       "name": "industry-monitor",
       "name": "industry-monitor",
       "version": "0.0.0",
       "version": "0.0.0",
       "dependencies": {
       "dependencies": {
+        "@angular/animations": "^20.3.4",
         "@angular/common": "^20.0.0",
         "@angular/common": "^20.0.0",
         "@angular/compiler": "^20.0.0",
         "@angular/compiler": "^20.0.0",
         "@angular/core": "^20.0.0",
         "@angular/core": "^20.0.0",
@@ -111,6 +112,21 @@
         "yarn": ">= 1.13.0"
         "yarn": ">= 1.13.0"
       }
       }
     },
     },
+    "node_modules/@angular/animations": {
+      "version": "20.3.4",
+      "resolved": "https://registry.npmmirror.com/@angular/animations/-/animations-20.3.4.tgz",
+      "integrity": "sha512-b+vFsTtMYtOrcZZLXB4BxuErbrLlShFT6khTvkwu/pFK8ri3tasyJGkeKRZJHao5ZsWdZSqV2mRwzg7vphchnA==",
+      "license": "MIT",
+      "dependencies": {
+        "tslib": "^2.3.0"
+      },
+      "engines": {
+        "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
+      },
+      "peerDependencies": {
+        "@angular/core": "20.3.4"
+      }
+    },
     "node_modules/@angular/build": {
     "node_modules/@angular/build": {
       "version": "20.0.4",
       "version": "20.0.4",
       "resolved": "https://registry.npmmirror.com/@angular/build/-/build-20.0.4.tgz",
       "resolved": "https://registry.npmmirror.com/@angular/build/-/build-20.0.4.tgz",

+ 1 - 0
industry-monitor-web/package.json

@@ -20,6 +20,7 @@
   },
   },
   "private": true,
   "private": true,
   "dependencies": {
   "dependencies": {
+    "@angular/animations": "^20.3.4",
     "@angular/common": "^20.0.0",
     "@angular/common": "^20.0.0",
     "@angular/compiler": "^20.0.0",
     "@angular/compiler": "^20.0.0",
     "@angular/core": "^20.0.0",
     "@angular/core": "^20.0.0",