|
36 | 36 | }, |
37 | 37 | "dependencies": { |
38 | 38 | "is-promise": "^2.1.0", |
39 | | - "hoist-non-react-statics": "^2.5.0" |
| 39 | + "hoist-non-react-statics": "^3.1.0" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@babel/cli": "^7.0.0-beta.46", |
43 | | - "@babel/core": "^7.0.0-beta.46", |
44 | | - "@babel/helper-plugin-utils": "^7.0.0-beta.46", |
45 | | - "@babel/plugin-external-helpers": "^7.0.0-beta.46", |
46 | | - "@babel/plugin-proposal-class-properties": "^7.0.0-beta.46", |
47 | | - "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.46", |
48 | | - "@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.46", |
49 | | - "@babel/polyfill": "^7.0.0-beta.46", |
50 | | - "@babel/preset-env": "^7.0.0-beta.46", |
51 | | - "@babel/preset-react": "^7.0.0-beta.46", |
52 | | - "@storybook/addon-info": "^3.4.2", |
53 | | - "@storybook/react": "^3.4.2", |
| 42 | + "@babel/cli": "^7.1.5", |
| 43 | + "@babel/core": "^7.1.6", |
| 44 | + "@babel/helper-plugin-utils": "^7.0.0", |
| 45 | + "@babel/plugin-external-helpers": "^7.0.0", |
| 46 | + "@babel/plugin-proposal-class-properties": "^7.1.0", |
| 47 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
| 48 | + "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
| 49 | + "@babel/polyfill": "^7.0.0", |
| 50 | + "@babel/preset-env": "^7.1.6", |
| 51 | + "@babel/preset-react": "^7.0.0", |
| 52 | + "@storybook/addon-info": "^4.0.7", |
| 53 | + "@storybook/react": "^4.0.7", |
54 | 54 | "@storybook/storybook-deployer": "^2.3.0", |
55 | | - "@types/lodash": "^4.14.108", |
56 | | - "@types/prop-types": "^15.5.2", |
57 | | - "@types/react": "^16.3.12", |
| 55 | + "@types/lodash": "^4.14.118", |
| 56 | + "@types/prop-types": "^15.5.6", |
| 57 | + "@types/react": "^16.6.3", |
58 | 58 | "babel-core": "^7.0.0-bridge.0", |
59 | 59 | "babel-eslint": "^8.2.3", |
60 | | - "babel-plugin-add-module-exports": "^0.2.1", |
| 60 | + "babel-plugin-add-module-exports": "^0.3.3", |
61 | 61 | "babel-plugin-dev-expression": "^0.2.1", |
62 | | - "babel-plugin-transform-react-remove-prop-types": "^0.4.13", |
| 62 | + "babel-plugin-transform-react-remove-prop-types": "^0.4.20", |
63 | 63 | "eslint": "^4.19.1", |
64 | 64 | "eslint-config-airbnb": "^16.1.0", |
65 | 65 | "eslint-plugin-import": "^2.9.0", |
66 | 66 | "eslint-plugin-jsx-a11y": "^6.0.3", |
67 | 67 | "eslint-plugin-react": "^7.7.0", |
68 | | - "gzip-size": "^4.1.0", |
69 | | - "highlight.js": "^9.12.0", |
70 | | - "lodash": "^4.17.10", |
71 | | - "pretty-bytes": "^4.0.2", |
72 | | - "prop-types": "^15.6.1", |
73 | | - "react": "^16.3.2", |
74 | | - "react-dom": "^16.3.2", |
75 | | - "react-markdown": "^3.3.0", |
76 | | - "rollup": "^0.58.2", |
77 | | - "rollup-analyzer-plugin": "^1.1.1", |
78 | | - "rollup-plugin-babel": "^4.0.0-beta.4", |
| 68 | + "gzip-size": "^5.0.0", |
| 69 | + "highlight.js": "^9.13.1", |
| 70 | + "lodash": "^4.17.11", |
| 71 | + "pretty-bytes": "^5.1.0", |
| 72 | + "prop-types": "^15.6.2", |
| 73 | + "react": "^16.6.3", |
| 74 | + "react-dom": "^16.6.3", |
| 75 | + "react-markdown": "^4.0.3", |
| 76 | + "rollup": "^0.67.3", |
| 77 | + "rollup-analyzer-plugin": "^1.2.0", |
| 78 | + "rollup-plugin-babel": "^4.0.3", |
79 | 79 | "rollup-plugin-closure-compiler-js": "^1.0.6", |
80 | | - "rollup-plugin-commonjs": "^9.1.0", |
81 | | - "rollup-plugin-node-resolve": "^3.2.0", |
82 | | - "rollup-plugin-peer-deps-external": "^2.1.0", |
83 | | - "rollup-plugin-replace": "^2.0.0", |
84 | | - "rollup-plugin-uglify": "^3.0.0", |
85 | | - "classnames": "^2.2.5" |
| 80 | + "rollup-plugin-commonjs": "^9.2.0", |
| 81 | + "rollup-plugin-node-resolve": "^3.4.0", |
| 82 | + "rollup-plugin-peer-deps-external": "^2.2.0", |
| 83 | + "rollup-plugin-replace": "^2.1.0", |
| 84 | + "rollup-plugin-uglify": "^6.0.0", |
| 85 | + "classnames": "^2.2.6" |
86 | 86 | }, |
87 | 87 | "keywords": [ |
88 | 88 | "react", |
|
0 commit comments