Browse Source

fix: errors during npm install which were mostly linked to Angular 19 (sub)dependencies

pull/4152/head
Karel De Smet 8 months ago
parent
commit
01d3bddd33
  1. 38369
      package-lock.json
  2. 14
      package.json

38369
package-lock.json

File diff suppressed because it is too large

14
package.json

@ -89,7 +89,7 @@
"@prisma/client": "6.0.1", "@prisma/client": "6.0.1",
"@simplewebauthn/browser": "9.0.1", "@simplewebauthn/browser": "9.0.1",
"@simplewebauthn/server": "9.0.3", "@simplewebauthn/server": "9.0.3",
"@stripe/stripe-js": "4.9.0", "@stripe/stripe-js": "5.4.0",
"alphavantage": "2.2.0", "alphavantage": "2.2.0",
"big.js": "6.2.2", "big.js": "6.2.2",
"body-parser": "1.20.2", "body-parser": "1.20.2",
@ -118,13 +118,13 @@
"ionicons": "7.4.0", "ionicons": "7.4.0",
"jsonpath": "1.1.1", "jsonpath": "1.1.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"marked": "12.0.2", "marked": "15.0.4",
"ms": "3.0.0-canary.1", "ms": "3.0.0-canary.1",
"ng-extract-i18n-merge": "2.12.0", "ng-extract-i18n-merge": "2.13.1",
"ngx-device-detector": "8.0.0", "ngx-device-detector": "9.0.0",
"ngx-markdown": "18.0.0", "ngx-markdown": "19.0.0",
"ngx-skeleton-loader": "9.0.0", "ngx-skeleton-loader": "9.0.0",
"ngx-stripe": "18.1.0", "ngx-stripe": "19.0.0",
"open-color": "1.9.1", "open-color": "1.9.1",
"papaparse": "5.3.1", "papaparse": "5.3.1",
"passport": "0.7.0", "passport": "0.7.0",
@ -203,7 +203,7 @@
"react-dom": "18.2.0", "react-dom": "18.2.0",
"replace-in-file": "7.0.1", "replace-in-file": "7.0.1",
"shx": "0.3.4", "shx": "0.3.4",
"storybook": "8.3.6", "storybook": "8.4.7",
"ts-jest": "29.1.0", "ts-jest": "29.1.0",
"ts-node": "10.9.2", "ts-node": "10.9.2",
"tslib": "2.6.0", "tslib": "2.6.0",

Loading…
Cancel
Save