Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2024
1 parent 4bca558 commit 462dbd0
Show file tree
Hide file tree
Showing 7 changed files with 340 additions and 2,809 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"env-cmd": "~10.1.0",
"eslint": "^8.56.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "~9.1.0",
"husky": "^9.0.10",
"is-ci": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@socialgouv/eslint-config-recommended": "^1.131.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "29.7.0",
"lint-staged": "^15.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend-bo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@nuxt/eslint-config": "^0.3.6",
"@socialgouv/eslint-config-recommended": "^1.131.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend-usagers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@nuxt/devtools": "^1.3.9",
"@nuxt/eslint-config": "^0.3.6",
"@socialgouv/eslint-config-recommended": "^1.131.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.2",
Expand Down
636 changes: 63 additions & 573 deletions packages/frontend-usagers/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@socialgouv/eslint-config-recommended": "^1.131.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "29.7.0",
"lint-staged": "^15.2.2",
Expand Down
2,503 changes: 272 additions & 2,231 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 462dbd0

Please sign in to comment.