Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleBertoli committed Sep 8, 2018
1 parent 4891f00 commit 5de01ff
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 120 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,33 +29,33 @@
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.4.1",
"enzyme-adapter-react-16": "^1.2.0",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"enzyme-to-json": "^3.3.1",
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-react": "^6.10.0",
"husky": "^0.14.3",
"jest": "^23.5.0",
"lint-staged": "^7.0.0",
"preact": "^8.3.0",
"preact-compat": "^3.18.2",
"lint-staged": "^7.2.2",
"preact": "^8.3.1",
"preact-compat": "^3.18.4",
"preact-render-to-json": "^3.6.6",
"prettier": "^1.14.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-native": "^0.53.3",
"react-test-renderer": "^16.4.2",
"react-testing-library": "^5.0.0",
"styled-components": "^3.4.2",
"typescript": "^3.0.1"
"react-test-renderer": "^16.5.0",
"react-testing-library": "^5.0.1",
"styled-components": "^3.4.5",
"typescript": "^3.0.3"
},
"dependencies": {
"css": "^2.2.1"
"css": "^2.2.4"
},
"peerDependencies": {
"styled-components": "^2.0.0 || ^3.0.2"
Expand Down
Loading

0 comments on commit 5de01ff

Please sign in to comment.