Browse Source

Upgrade various dependencies

pull/5497/head
Thomas Kaul 2 months ago
parent
commit
5c620935d2
  1. 691
      package-lock.json
  2. 20
      package.json

691
package-lock.json

File diff suppressed because it is too large

20
package.json

@ -155,7 +155,7 @@
"@angular/localize": "20.2.4",
"@angular/pwa": "20.2.2",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.24.0",
"@eslint/js": "9.35.0",
"@nestjs/schematics": "11.0.5",
"@nestjs/testing": "11.1.3",
"@nx/angular": "21.5.1",
@ -170,8 +170,8 @@
"@nx/web": "21.5.1",
"@nx/workspace": "21.5.1",
"@schematics/angular": "20.2.2",
"@storybook/addon-docs": "9.0.17",
"@storybook/angular": "9.0.17",
"@storybook/addon-docs": "9.1.5",
"@storybook/angular": "9.1.5",
"@trivago/prettier-plugin-sort-imports": "5.2.2",
"@types/big.js": "6.2.2",
"@types/google-spreadsheet": "3.1.5",
@ -180,14 +180,14 @@
"@types/node": "22.15.17",
"@types/papaparse": "5.3.7",
"@types/passport-google-oauth20": "2.0.16",
"@typescript-eslint/eslint-plugin": "8.29.0",
"@typescript-eslint/parser": "8.29.0",
"@typescript-eslint/eslint-plugin": "8.43.0",
"@typescript-eslint/parser": "8.43.0",
"cypress": "6.2.1",
"eslint": "9.24.0",
"eslint-config-prettier": "10.1.1",
"eslint": "9.35.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-cypress": "4.2.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-storybook": "9.0.17",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-storybook": "9.1.5",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
@ -200,7 +200,7 @@
"react-dom": "18.2.0",
"replace-in-file": "8.3.0",
"shx": "0.3.4",
"storybook": "9.0.17",
"storybook": "9.1.5",
"ts-jest": "29.4.0",
"ts-node": "10.9.2",
"tslib": "2.8.1",

Loading…
Cancel
Save