diff options
| author | Uri Shaked | 2020-04-30 13:13:39 +0300 |
|---|---|---|
| committer | Uri Shaked | 2020-04-30 13:13:39 +0300 |
| commit | ad6f1b4ea5c5013801c711dd0d52413c7dffb0bf (patch) | |
| tree | 5d5a9fcac6c81729665b97d7e4b72c168f4f1311 /package.json | |
| parent | feat(demo): add timer 2 to simulation (diff) | |
| download | avr8js-ad6f1b4ea5c5013801c711dd0d52413c7dffb0bf.tar.gz avr8js-ad6f1b4ea5c5013801c711dd0d52413c7dffb0bf.tar.bz2 avr8js-ad6f1b4ea5c5013801c711dd0d52413c7dffb0bf.zip | |
chore(deps): npm update
Diffstat (limited to '')
| -rw-r--r-- | package.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/package.json b/package.json index d670b93..4c786c6 100644 --- a/package.json +++ b/package.json @@ -22,27 +22,27 @@ "dist" ], "devDependencies": { - "@types/jest": "^24.0.23", - "@types/node": "^12.12.7", - "@types/prettier": "^1.19.0", - "@typescript-eslint/eslint-plugin": "^2.10.0", - "@typescript-eslint/parser": "^2.10.0", + "@types/jest": "^24.9.1", + "@types/node": "^12.12.37", + "@types/prettier": "^2.0.0", + "@typescript-eslint/eslint-plugin": "^2.30.0", + "@typescript-eslint/parser": "^2.30.0", "@wokwi/elements": "^0.1.1", "acorn": "^7.1.1", - "eslint": "^6.7.2", + "eslint": "^6.8.0", "eslint-config-prettier": "^6.11.0", - "eslint-plugin-jest": "^23.1.1", - "eslint-plugin-json": "^2.0.1", + "eslint-plugin-jest": "^23.8.2", + "eslint-plugin-json": "^2.1.1", "eslint-plugin-prettier": "^3.1.3", "husky": "^3.0.9", - "jest": "^25.3.0", - "lint-staged": "^9.4.2", + "jest": "^25.5.2", + "lint-staged": "^9.5.0", "parcel-bundler": "^1.12.4", "prettier": "^2.0.0", - "rimraf": "^3.0.0", - "ts-jest": "^25.3.1", - "ts-node": "^8.5.0", - "typescript": "~3.6.0" + "rimraf": "^3.0.2", + "ts-jest": "^25.4.0", + "ts-node": "^8.9.1", + "typescript": "^3.6.5" }, "husky": { "hooks": { |
