Skip to content

Commit 00442c9

Browse files
committed
fix: remove @types/mocha to resolve Jest type clash and unblock publish
1 parent 3429d13 commit 00442c9

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

packages/foo-api-client/package-lock.json

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

packages/foo-api-client/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@foo-software/foo-api-client",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"author": "Adam Henson <[email protected]> (https://github.com/adamhenson)",
55
"description": "An API client to communicate with Foo's REST API endpoints. Foo provides website quality monitoring with tools such as Lighthouse.",
66
"bugs": {
@@ -29,13 +29,12 @@
2929
},
3030
"devDependencies": {
3131
"@types/jest": "^26.0.24",
32-
"@types/mocha": "^10.0.10",
3332
"@types/node": "16.18.38",
3433
"@types/node-fetch": "^2.6.13",
3534
"jest": "^26.6.3",
3635
"rimraf": "^3.0.2",
3736
"ts-jest": "^26.5.5",
3837
"typescript": "^4.9.5"
3938
},
40-
"gitHead": "061af4bd29a873f98ebe3921e2f2d9ab37b527a7"
39+
"gitHead": "3429d13eda93590961fcd972954ee66b34a25ed9"
4140
}

0 commit comments

Comments
 (0)