Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyBeldone committed Mar 9, 2021
1 parent e3f6954 commit cbea65a
Show file tree
Hide file tree
Showing 2 changed files with 875 additions and 138 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,32 +35,32 @@
"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",
"babel-preset-gatsby-package": "0.11.0",
"babel-preset-gatsby-package": "1.0.0",
"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-config-universe": "7.0.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.1.3",
"eslint-plugin-jest": "24.1.10",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.22.0",
"husky": "4.3.8",
"lint-staged": "10.5.3",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
"prop-types": "15.7.2",
"react": "17.0.1",
"rimraf": "3.0.2",
"semantic-release": "17.3.7"
"semantic-release": "17.4.1"
},
"husky": {
"hooks": {
Expand All @@ -79,7 +79,7 @@
}
},
"dependencies": {
"@babel/runtime": "^7.11.0"
"@babel/runtime": "^7.13.10"
},
"peerDependencies": {
"gatsby": "^2.*.*",
Expand Down
Loading

0 comments on commit cbea65a

Please sign in to comment.