Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioctetsuo committed Mar 12, 2021
1 parent 048f25c commit 4d41ea4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 4d41ea4

Please sign in to comment.