Skip to content

Commit

Permalink
Merge pull request #225 from jaredwray/upgrading-typescript-and-modul…
Browse files Browse the repository at this point in the history
…es-to-latest

upgrading typescript and modules to latest
  • Loading branch information
jaredwray committed Jul 4, 2023
2 parents 0519778 + 4e140c0 commit 010dd26
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -21,16 +21,16 @@
"@jest/globals": "^29.5.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"dotenv": "^16.1.4",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^0.57.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest": "^27.2.2",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.1",
"ts-jest-resolver": "^2.0.1",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"xo": "^0.54.2"
},
"dependencies": {
Expand Down

0 comments on commit 010dd26

Please sign in to comment.