diff options
author | eug-vs <eug-vs@keemail.me> | 2020-06-24 00:58:45 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-06-24 00:58:45 +0300 |
commit | 75e527334e4e9a94b63704f87aa650c75f13891c (patch) | |
tree | c05aef37007c85321aa75b118de7d4ffe0c58b6a /package.json | |
parent | b054bd6cf5be0eed0c17fbacec8bcc09cf013d44 (diff) | |
download | which-api-75e527334e4e9a94b63704f87aa650c75f13891c.tar.gz |
feat: migrate to latest which-types
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
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" } } |