Browse Source

fix npm install error (#1112)

pull/1117/head
Sgal Cheung 2 years ago
committed by GitHub
parent
commit
abeff99be5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      frontend/package.json

6
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",

Loading…
Cancel
Save