Skip to content

Commit

Permalink
upgrading eslint, prettier, and types to latest (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Nov 16, 2023
1 parent 3a31d66 commit 91df932
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,18 @@
"promise-coalesce": "^1.1.1"
},
"devDependencies": {
"@faker-js/faker": "8.1.0",
"@types/lodash.clonedeep": "4.5.7",
"@types/node": "20.8.2",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@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",
"@vitest/coverage-v8": "0.34.6",
"dotenv-cli": "7.3.0",
"eslint": "8.50.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"eslint-plugin-prettier": "5.0.1",
"lint-staged": "15.1.0",
"prettier": "3.1.0",
"typescript": "5.2.2",
"vitest": "0.34.6"
},
Expand Down

0 comments on commit 91df932

Please sign in to comment.