Skip to content

Commit

Permalink
bump test deps.
Browse files Browse the repository at this point in the history
chai v5 is not working for now.
  • Loading branch information
igalklebanov committed Mar 1, 2024
1 parent 2161d0c commit 6e1a0df
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 55 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,14 @@
},
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",
"@types/chai": "^4.3.12",
"@types/chai-subset": "^1.3.3",
"@types/mocha": "^10.0.1",
"@types/mocha-each": "^2.0.0",
"@types/mocha": "^10.0.6",
"@types/mocha-each": "^2.0.4",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"chai": "^4.3.7",
"chai": "^4.4.1",
"chai-subset": "^1.6.0",
"esbuild": "^0.20.1",
"esbuild-runner": "^2.2.2",
Expand All @@ -57,7 +56,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"kysely": "^0.27.2",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"mocha-each": "^2.0.1",
"postgres": "^3.4.3",
"prettier": "^3.2.5",
Expand Down
95 changes: 46 additions & 49 deletions pnpm-lock.yaml

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

0 comments on commit 6e1a0df

Please sign in to comment.