From 4d41ea4803f5062afe6e1c74a5930d21d4ff3341 Mon Sep 17 00:00:00 2001 From: Fabio Tetsuo Date: Fri, 12 Mar 2021 01:56:47 -0300 Subject: [PATCH] feat: update dependencies --- package.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 91cd266..8ae63eb 100644 --- a/package.json +++ b/package.json @@ -43,25 +43,25 @@ "commit": "npx git-cz" }, "dependencies": { - "jest": "^26.0.1", + "jest": "^26.6.3", "unique-random-array": "^2.0.0" }, "devDependencies": { - "@babel/core": "^7.10.2", - "@babel/preset-env": "^7.10.2", - "babel-loader": "^8.1.0", - "commitizen": "^4.1.2", - "cz-conventional-changelog": "^3.2.0", - "eslint": "^7.2.0", - "eslint-config-prettier": "^6.11.0", - "husky": "^4.2.5", - "lint-staged": "^10.2.9", + "@babel/core": "^7.13.10", + "@babel/preset-env": "^7.13.10", + "babel-loader": "^8.2.2", + "commitizen": "^4.2.3", + "cz-conventional-changelog": "^3.3.0", + "eslint": "^7.21.0", + "eslint-config-prettier": "^6.15.0", + "husky": "^4.3.8", + "lint-staged": "^10.5.4", "npm-run-all": "^4.1.5", - "prettier": "^2.0.5", + "prettier": "^2.2.1", "rimraf": "^3.0.2", - "semantic-release": "^17.0.8", + "semantic-release": "^17.4.2", "validate-commit-msg": "^2.14.0", - "webpack": "^4.43.0", - "webpack-cli": "^3.3.11" + "webpack": "^4.46.0", + "webpack-cli": "^3.3.12" } }