Skip to content

Commit

Permalink
Update safe deps
Browse files Browse the repository at this point in the history
Didn’t update react-collapse because it will require some refactoring
  • Loading branch information
iAdramelk committed Dec 2, 2019
1 parent 50bc171 commit 7980ab1
Show file tree
Hide file tree
Showing 2 changed files with 1,622 additions and 605 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,40 +33,40 @@
"lodash.kebabcase": "^4.1.1",
"lodash.startcase": "^4.4.0",
"lodash.throttle": "^4.1.1",
"next": "^9.0.5",
"next": "^9.1.4",
"perfect-scrollbar": "^1.4.0",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react": "^16.12.0",
"react-collapse": "^4.0.3",
"react-collapsible": "^2.6.0",
"react-dom": "^16.9.0",
"react-ga": "^2.6.0",
"react-markdown": "^4.1.0",
"react-collapsible": "^2.6.2",
"react-dom": "^16.12.0",
"react-ga": "^2.7.0",
"react-markdown": "^4.2.2",
"react-motion": "^0.5.2",
"react-popover": "^0.5.10",
"react-scroll": "^1.7.13",
"react-slick": "^0.25.2",
"react-syntax-highlighter": "^11.0.2",
"styled-components": "^4.3.2",
"styled-reset": "^3.0.2",
"unist-util-visit": "latest"
"styled-components": "^4.4.1",
"styled-reset": "^4.0.8",
"unist-util-visit": "2.0.1"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/core": "^7.7.4",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-plugin-transform-define": "^1.3.1",
"babel-plugin-transform-define": "^2.0.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"eslint": "^6.4.0",
"eslint-config-prettier": "^6.3.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.14.3",
"husky": "^3.0.4",
"eslint-plugin-react": "^7.17.0",
"husky": "^3.1.0",
"jest": "^24.9.0",
"lint-staged": "^10.0.0-1",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1"
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 7980ab1

Please sign in to comment.