We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b1b97 commit 97abd38Copy full SHA for 97abd38
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hawk.api",
3
- "version": "1.1.30",
+ "version": "1.1.31",
4
"main": "index.ts",
5
"license": "UNLICENSED",
6
"scripts": {
@@ -21,8 +21,6 @@
21
"devDependencies": {
22
"@shelf/jest-mongodb": "^1.2.2",
23
"@types/jest": "^26.0.8",
24
- "@types/lodash.clonedeep": "^4.5.9",
25
- "@types/lodash.mergewith": "^4.6.9",
26
"eslint": "^6.7.2",
27
"eslint-config-codex": "1.2.4",
28
"eslint-plugin-import": "^2.19.1",
@@ -47,6 +45,8 @@
47
45
"@types/escape-html": "^1.0.0",
48
46
"@types/graphql-upload": "^8.0.11",
49
"@types/jsonwebtoken": "^8.3.5",
+ "@types/lodash.clonedeep": "^4.5.9",
+ "@types/lodash.mergewith": "^4.6.9",
50
"@types/mime-types": "^2.1.0",
51
"@types/mongodb": "^3.6.20",
52
"@types/node": "^16.11.46",
0 commit comments