Skip to content

Commit

Permalink
Merge pull request #169 from TNG/dependabot/npm_and_yarn/eslint-9.18.0
Browse files Browse the repository at this point in the history
Bump eslint from 9.17.0 to 9.18.0
  • Loading branch information
ChristophNiehoff authored Jan 20, 2025
2 parents 978dc93 + a3d4720 commit b6cdadb
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 27 deletions.
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/react-helmet": "^6.1.11",
"@types/superagent": "^8.1.9",
"@vitejs/plugin-react-swc": "^3.7.2",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-plugin-react": "^7.37.3",
"jsdom": "^26.0.0",
"nock": "^13.5.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/supertest": "^6.0.2",
"@types/uuid": "^10.0.0",
"cross-env": "^7.0.3",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"supertest": "^7.0.0",
Expand Down
43 changes: 22 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cornucopia-cards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@eop/eslint-config": "*",
"@eop/prettier-config": "*",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"prettier": "^3.4.2"
},
"private": true
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@eop/prettier-config": "*",
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.4.2",
"typescript-eslint": "^8.19.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"format": "prettier . --write"
},
"devDependencies": {
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"prettier": "^3.4.2"
},
"private": true
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/lodash": "^4.17.14",
"@types/seedrandom": "^3.0.8",
"@types/uuid": "^10.0.0",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"seedrandom": "^3.0.5",
Expand Down

0 comments on commit b6cdadb

Please sign in to comment.