diff options
author | Matthew Miller <matthew@millerti.me> | 2021-08-25 22:53:36 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2021-08-25 22:53:36 -0700 |
commit | 69a3b97c68badb2b9ea9b6f1589a45e47c7a4030 (patch) | |
tree | ea22fc2adee11d6f94f5b10d9af5496ce206600b | |
parent | a760d92db1487de8a91e6f406bb07f65eca1f495 (diff) |
Update monorepo dependencies
-rw-r--r-- | package.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json index 7d1ec18..908ca2b 100644 --- a/package.json +++ b/package.json @@ -15,22 +15,22 @@ }, "devDependencies": { "@types/express": "^4.17.9", - "@types/jest": "^25.2.3", + "@types/jest": "^27.0.1", "@types/node-fetch": "^2.5.7", "@typescript-eslint/eslint-plugin": "^4.17.0", "@typescript-eslint/parser": "^4.17.0", "eslint": "^7.21.0", - "husky": "^4.3.0", - "jest": "^26.6.3", - "jest-environment-jsdom": "^26.3.0", + "husky": "^7.0.2", + "jest": "^27.0.6", + "jest-environment-jsdom": "^27.0.6", "lerna": "^3.22.1", - "lint-staged": "^10.3.0", + "lint-staged": "^11.1.2", "prettier": "^2.2.1", "rimraf": "^3.0.2", "semver": "^7.3.2", - "ts-jest": "^26.4.4", - "ts-morph": "^9.0.0", - "ts-node": "^8.10.2", + "ts-jest": "^27.0.5", + "ts-morph": "^11.0.3", + "ts-node": "^10.2.1", "typedoc": "^0.21.0-beta.4", "typescript": "^4.0.5" }, |