Skip to content

Commit

Permalink
upgrading typescript and eslint to latest (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Dec 19, 2023
1 parent 7cc832e commit 5d6912a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@
"devDependencies": {
"@faker-js/faker": "8.3.1",
"@types/lodash.clonedeep": "4.5.9",
"@types/node": "20.9.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@types/node": "20.10.5",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@vitest/coverage-v8": "1.1.0",
"dotenv-cli": "7.3.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.0.1",
"lint-staged": "15.1.0",
"prettier": "3.1.0",
"lint-staged": "15.2.0",
"prettier": "3.1.1",
"rimraf": "^5.0.5",
"typescript": "5.2.2",
"typescript": "5.3.3",
"vitest": "1.1.0"
},
"lint-staged": {
Expand Down

0 comments on commit 5d6912a

Please sign in to comment.