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 1, 2024
1 parent 057270d commit 008a05d
Show file tree
Hide file tree
Showing 7 changed files with 252 additions and 2,081 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 @@ -29,7 +29,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 @@ -32,7 +32,7 @@
"@nuxt/devtools": "^1.1.5",
"@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
472 changes: 41 additions & 431 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
1,851 changes: 206 additions & 1,645 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 008a05d

Please sign in to comment.