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 12, 2024
1 parent 8de8775 commit 6b31e67
Show file tree
Hide file tree
Showing 8 changed files with 248 additions and 226 deletions.
2 changes: 1 addition & 1 deletion application-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint": "8.57.0",
"eslint": "9.7.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"formik": "2.4.6",
Expand Down
2 changes: 1 addition & 1 deletion application-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint": "8.57.0",
"eslint": "9.7.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"formik": "2.4.6",
Expand Down
2 changes: 1 addition & 1 deletion custom-views-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint": "8.57.0",
"eslint": "9.7.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"formik": "2.4.6",
Expand Down
2 changes: 1 addition & 1 deletion custom-views-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint": "8.57.0",
"eslint": "9.7.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"formik": "2.4.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"cross-env": "7.0.3",
"cypress": "12.17.4",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint": "9.7.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"find-up": "5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages-backend/eslint-config-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"eslint-plugin-prettier": "^4.2.1"
},
"peerDependencies": {
"eslint": "8.x"
"eslint": "9.x"
},
"devDependencies": {
"@tsconfig/node16": "^16.1.1",
"eslint": "8.57.0"
"eslint": "9.7.0"
},
"engines": {
"node": "16.x || >=18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"eslint": "8.x"
"eslint": "9.x"
},
"devDependencies": {
"eslint": "8.57.0"
"eslint": "9.7.0"
},
"engines": {
"node": "16.x || >=18.0.0"
Expand Down
Loading

0 comments on commit 6b31e67

Please sign in to comment.