Skip to content

Commit 4945f5e

Browse files
committed
chore: update deps
1 parent 8a446c5 commit 4945f5e

File tree

2 files changed

+11
-143
lines changed

2 files changed

+11
-143
lines changed

package-lock.json

Lines changed: 7 additions & 139 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
2424
"build": "run-s clean format build:*",
2525
"build:main": "tsc -p tsconfig.json",
2626
"build:module": "tsc -p tsconfig.module.json",
27-
"test": "run-s db:clean db:run && jest --runInBand; run-s db:clean",
28-
"test:update": "run-s db:clean db:run && jest --runInBand --updateSnapshot; run-s db:clean",
27+
"test": "run-s db:clean db:run test:run db:clean",
28+
"test:run": "jest --runInBand",
29+
"test:update": "run-s db:clean db:run && jest --runInBand --updateSnapshot && run-s db:clean",
2930
"db:clean": "cd test/db && docker-compose down --volumes",
3031
"db:run": "cd test/db && docker-compose up --detach && wait-for-localhost 3000",
3132
"docs": "typedoc src/index.ts",
@@ -36,7 +37,6 @@
3637
},
3738
"devDependencies": {
3839
"@types/jest": "^27.5.1",
39-
"@types/node-fetch": "^2.6.1",
4040
"jest": "^28.1.0",
4141
"node-abort-controller": "^3.0.1",
4242
"npm-run-all": "^4.1.5",
@@ -45,7 +45,7 @@
4545
"semantic-release-plugin-update-version-in-files": "^1.1.0",
4646
"ts-jest": "^28.0.3",
4747
"typedoc": "^0.22.16",
48-
"typescript": "~4.6.4",
48+
"typescript": "~4.7",
4949
"wait-for-localhost-cli": "^3.0.0"
5050
}
5151
}

0 commit comments

Comments
 (0)