Skip to content

Commit

Permalink
chore(deps): update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 26, 2024
1 parent 7d53a4c commit 55a6584
Show file tree
Hide file tree
Showing 8 changed files with 715 additions and 1,302 deletions.
6 changes: 3 additions & 3 deletions admin-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@
"@types/file-saver": "^2.0.7",
"@types/node": "^20.12.7",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vitest/coverage-v8": "^2.0.0",
"@vitest/ui": "^2.0.0",
"@vue/test-utils": "^2.4.3",
"axios-mock-adapter": "^1.22.0",
"eslint": "^8.56.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-vuetify": "^2.1.1",
Expand Down
645 changes: 229 additions & 416 deletions backend-external/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions backend-external/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"@types/node": "^20.10.4",
"@types/supertest": "^6.0.2",
"@types/swagger-jsdoc": "^6.0.4",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jest": "^28.0.0",
"jest": "^29.7.0",
"jest-badges": "^0.1.3",
"jest-sonar-reporter": "^2.0.0",
Expand Down
Loading

0 comments on commit 55a6584

Please sign in to comment.