|
1 | 1 | { |
2 | 2 | "name": "animate-css-styled-components", |
3 | | - "version": "0.0.20", |
| 3 | + "version": "1.0.0", |
4 | 4 | "description": "port of animate.css for styled-components", |
5 | 5 | "main": "./lib/index.js", |
6 | 6 | "scripts": { |
|
23 | 23 | }, |
24 | 24 | "homepage": "https://github.com/dielduarte/animate-css-styled-components#readme", |
25 | 25 | "peerDependencies": { |
26 | | - "styled-components": "^2.1.2" |
| 26 | + "styled-components": "^3.3.2" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@kadira/storybook": "^2.21.0", |
| 29 | + "@kadira/storybook": "^2.35.3", |
30 | 30 | "babel-cli": "^6.26.0", |
31 | | - "babel-core": "^6.26.0", |
| 31 | + "babel-core": "^6.26.3", |
32 | 32 | "babel-preset-es2015": "^6.24.1", |
33 | 33 | "babel-preset-react": "^6.24.1", |
34 | | - "styled-components": "^2.1.2", |
35 | | - "jest": "^20.0.4", |
36 | | - "prop-types": "^15.5.10", |
37 | | - "react": "^15.6.1", |
38 | | - "react-dom": "^15.6.1", |
39 | | - "react-test-renderer": "^15.6.1" |
| 34 | + "styled-components": "^3.3.2", |
| 35 | + "jest": "^23.1.0", |
| 36 | + "prop-types": "^15.6.1", |
| 37 | + "react": "^16.4.0", |
| 38 | + "react-dom": "^16.4.0", |
| 39 | + "react-test-renderer": "^16.4.0", |
| 40 | + "@storybook/react": "^3.4.7", |
| 41 | + "@storybook/addon-actions": "^3.4.7", |
| 42 | + "@storybook/addon-links": "^3.4.7", |
| 43 | + "@storybook/addons": "^3.4.7", |
| 44 | + "babel-runtime": "^6.26.0" |
40 | 45 | }, |
41 | 46 | "files": [ |
42 | 47 | "lib/" |
|
53 | 58 | "!**/.storybook/**", |
54 | 59 | "!**/lib/**" |
55 | 60 | ] |
56 | | - } |
| 61 | + }, |
| 62 | + "dependencies": {} |
57 | 63 | } |
0 commit comments