diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-11 17:04:43 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-11 17:04:43 +0200 |
commit | ce654948ab1d611ae01783dc4788551abdd43370 (patch) | |
tree | 71f0e701b8c65a69da22507efb98136b90b948f3 /packages/server/package.json | |
parent | c1525d83de8126caf24fa21ebf92c2d211c84ce7 (diff) |
Updated dependencies & added a bunch of missing dependencies
Diffstat (limited to 'packages/server/package.json')
-rw-r--r-- | packages/server/package.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/server/package.json b/packages/server/package.json index c16ab34..1f4562e 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -15,20 +15,22 @@ "nodegit": "^0.27.0", "nodemon": "^2.0.7", "tar-stream": "^2.2.0", - "whatwg-url": "^8.5.0" + "whatwg-url": "^9.0.0" }, "devDependencies": { "@types/js-yaml": "^4.0.1", - "@types/node": "^15.12.1", + "@types/node": "^16.3.1", "@types/nodegit": "^0.27.2", "@types/tar-stream": "^2.2.0", "@types/whatwg-url": "^8.2.0", - "shared_types": "^1.0.0", "@typescript-eslint/eslint-plugin": "^4.26.0", "@typescript-eslint/parser": "^4.26.0", "eslint": "^7.30.0", "eslint-config-standard": "^16.0.3", + "eslint-plugin-import": "^2.23.4", "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^5.1.0", + "shared_types": "^1.0.0", "typescript": "^4.3.2" } } |