aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 7b27466..3986b6c 100644
--- a/package.json
+++ b/package.json
@@ -21,8 +21,7 @@
"cors": "^2.8.5",
"feathers-mongoose": "^8.3.0",
"lodash": "^4.17.15",
- "mongoose": "^5.9.18",
- "which-types": "^1.0.3"
+ "mongoose": "^5.9.18"
},
"repository": {
"type": "git",
@@ -43,6 +42,7 @@
"eslint": "^7.2.0",
"eslint-config-airbnb-typescript": "^8.0.2",
"eslint-plugin-import": "^2.21.2",
- "typescript": "^3.9.5"
+ "typescript": "^3.9.5",
+ "which-types": "^1.3.1"
}
}