Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyBeldone committed Mar 9, 2021
1 parent 5bde4a7 commit 5e624f1
Show file tree
Hide file tree
Showing 2 changed files with 767 additions and 508 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"license": "MIT",
"private": false,
"devDependencies": {
"@babel/cli": "7.12.10",
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
"@babel/cli": "7.13.10",
"@babel/core": "7.13.10",
"@babel/preset-env": "7.13.10",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.0",
"babel-eslint": "10.1.0",
Expand All @@ -40,20 +40,20 @@
"commitizen": "4.2.3",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "7.18.0",
"eslint": "7.21.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "7.2.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.1.3",
"eslint-plugin-jest": "24.1.10",
"eslint-plugin-prettier": "3.3.1",
"husky": "4.3.8",
"jest": "26.6.3",
"lint-staged": "10.5.3",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
"prompts": "2.4.0",
"replace": "1.2.0",
"rimraf": "3.0.2",
"semantic-release": "17.3.7"
"semantic-release": "17.4.1"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 5e624f1

Please sign in to comment.