Skip to content

Commit 97abd38

Browse files
fix(build): fix broken build after new merge (#521)
* Update package.json * Bump version up to 1.1.31 --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 05b1b97 commit 97abd38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hawk.api",
3-
"version": "1.1.30",
3+
"version": "1.1.31",
44
"main": "index.ts",
55
"license": "UNLICENSED",
66
"scripts": {
@@ -21,8 +21,6 @@
2121
"devDependencies": {
2222
"@shelf/jest-mongodb": "^1.2.2",
2323
"@types/jest": "^26.0.8",
24-
"@types/lodash.clonedeep": "^4.5.9",
25-
"@types/lodash.mergewith": "^4.6.9",
2624
"eslint": "^6.7.2",
2725
"eslint-config-codex": "1.2.4",
2826
"eslint-plugin-import": "^2.19.1",
@@ -47,6 +45,8 @@
4745
"@types/escape-html": "^1.0.0",
4846
"@types/graphql-upload": "^8.0.11",
4947
"@types/jsonwebtoken": "^8.3.5",
48+
"@types/lodash.clonedeep": "^4.5.9",
49+
"@types/lodash.mergewith": "^4.6.9",
5050
"@types/mime-types": "^2.1.0",
5151
"@types/mongodb": "^3.6.20",
5252
"@types/node": "^16.11.46",

0 commit comments

Comments
 (0)