From abeff99be53f0b3bb363e7b88861905b5ef74a8c Mon Sep 17 00:00:00 2001 From: Sgal Cheung Date: Tue, 13 Aug 2024 01:58:41 +0800 Subject: [PATCH] fix npm install error (#1112) --- frontend/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index ad1c8a8c4..481c61477 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,8 +30,8 @@ "@floating-ui/dom": "^1.6.5", "@graphiql/toolkit": "^0.9.1", "@iharbeck/ngx-virtual-scroller": "^17.0.2", - "@lithiumjs/angular": "^7.3.1", - "@lithiumjs/ngx-virtual-scroll": "^0.3.1", + "@lithiumjs/angular": "^8.0.0", + "@lithiumjs/ngx-virtual-scroll": "^0.3.2", "@marker.io/browser": "^0.19.0", "@types/ace": "^0.0.52", "ace-builds": "^1.34.2", @@ -56,7 +56,7 @@ "ng2-charts": "^6.0.1", "ngx-color-picker": "16.0.0", "ngx-doc-viewer": "15.0.1", - "ngx-ui-tour-core": "^12.0.2", + "ngx-ui-tour-core": "13.0.0", "oidc-client-ts": "^3.0.1", "pikaday": "1.8.2", "progressbar.js": "1.1.1",