Skip to content

Commit

Permalink
chore(deps): update typescript-eslint monorepo to v6.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 21, 2024
1 parent 657eb99 commit 401a1b0
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 91 deletions.
4 changes: 2 additions & 2 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@plantarium/types": "workspace:*",
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/kit": "1.27.6",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.35.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"@types/passport-local": "1.0.38",
"@types/supertest": "2.0.16",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/geometry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@plantarium/types": "link:../types",
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/kit": "1.27.6",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "^6.13.2",
"ajv": "^8.12.0",
"codemirror": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/nodesystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@sveltejs/adapter-auto": "2.1.1",
"@sveltejs/kit": "1.27.6",
"@types/cookie": "^0.6.0",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@sveltejs/kit": "1.27.6",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@testing-library/svelte": "^4.0.5",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitest/ui": "^1.0.1",
"@yr/monotone-cubic-spline": "1.0.3",
"c8": "8.0.1",
Expand Down
Loading

0 comments on commit 401a1b0

Please sign in to comment.