Skip to content

Commit

Permalink
Merge pull request #252 from jaredwray/upgrading-jest-and-eslint-to-l…
Browse files Browse the repository at this point in the history
…atest

upgrading jest and eslint to latest
  • Loading branch information
jaredwray authored Oct 6, 2023
2 parents c26db6c + 28e8b50 commit ef43aa0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"build": "tsc --project tsconfig.dist.json"
},
"devDependencies": {
"@jest/globals": "^29.6.4",
"@jest/globals": "^29.7.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"dotenv": "^16.3.1",
"eslint": "^8.48.0",
"eslint": "^8.50.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^1.0.1",
"eslint-plugin-jest": "^27.2.3",
"jest": "^29.6.4",
"eslint-plugin-jest": "^27.4.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-jest-resolver": "^2.0.1",
"typescript": "^5.2.2",
Expand Down

0 comments on commit ef43aa0

Please sign in to comment.