Skip to content

Commit b6d24d3

Browse files
committed
Update dependencies
1 parent d8738fc commit b6d24d3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@
2222
},
2323
"homepage": "https://github.com/dielduarte/animate-css-styled-components#readme",
2424
"dependencies": {
25-
"animate-css-styled-components": "^0.0.7",
26-
"jest": "^20.0.4",
27-
"prop-types": "^15.5.10",
28-
"react": "^15.5.4",
29-
"react-dom": "^15.5.4",
30-
"react-test-renderer": "^15.6.1",
25+
"animate-css-styled-components": "^0.0.17",
26+
"react-test-renderer": "^15.6.1"
27+
},
28+
"peerDependencies": {
3129
"styled-components": "^2.1.2"
3230
},
3331
"devDependencies": {
3432
"@kadira/storybook": "^2.21.0",
35-
"babel-cli": "^6.24.1",
36-
"babel-core": "^6.24.1",
33+
"babel-cli": "^6.26.0",
34+
"babel-core": "^6.26.0",
3735
"babel-preset-es2015": "^6.24.1",
3836
"babel-preset-react": "^6.24.1",
39-
"react": "^15.5.4",
40-
"react-dom": "^15.5.4"
37+
"jest": "^20.0.4",
38+
"prop-types": "^15.5.10",
39+
"react": "^15.6.1",
40+
"react-dom": "^15.6.1"
4141
},
4242
"files": [
4343
"lib/"

0 commit comments

Comments
 (0)