Skip to content

Commit

Permalink
upgrading eslint and modules to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Nov 6, 2023
1 parent 302df41 commit 700ceb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"@jest/globals": "^29.7.0",
"@types/fs-extra": "^11.0.3",
"@types/jest": "^29.5.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"dotenv": "^16.3.1",
"eslint": "^8.50.0",
"eslint": "^8.53.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^1.0.1",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-jest": "^27.6.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-jest-resolver": "^2.0.1",
Expand Down

0 comments on commit 700ceb5

Please sign in to comment.