Skip to content

Commit

Permalink
bump some dev dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Mar 1, 2024
1 parent 77aea5c commit 7689386
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 59 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"postgres": ">= 3.4.0 < 4"
},
"devDependencies": {
"@tsconfig/node18": "^1.0.1",
"@tsconfig/node20": "^20.1.2",
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",
"@types/chai-subset": "^1.3.3",
"@types/mocha": "^10.0.1",
"@types/mocha-each": "^2.0.0",
"@types/node": "^18.15.11",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"chai": "^4.3.7",
Expand All @@ -56,15 +56,15 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"kysely": "^0.26.3",
"kysely": "^0.27.2",
"mocha": "^10.2.0",
"mocha-each": "^2.0.1",
"postgres": "^3.4.1",
"postgres": "^3.4.3",
"prettier": "^2.8.7",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-pkg": "^0.17.1",
"tsup": "^6.7.0",
"typescript": "^5.0.4"
"typescript": "^5.3.3"
},
"sideEffects": false
}
112 changes: 59 additions & 53 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node18/tsconfig.json",
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"rootDir": "src"
},
Expand Down

0 comments on commit 7689386

Please sign in to comment.