|
94 | 94 | "react": "^15.0.0 || ^16.0.0 || ^17.0.0" |
95 | 95 | }, |
96 | 96 | "devDependencies": { |
97 | | - "@babel/cli": "^7.0.0", |
98 | | - "@babel/core": "^7.0.0", |
99 | | - "@babel/plugin-external-helpers": "^7.0.0", |
| 97 | + "@babel/cli": "^7.1.5", |
| 98 | + "@babel/core": "^7.1.5", |
100 | 99 | "@babel/plugin-proposal-class-properties": "^7.0.0", |
101 | | - "@babel/plugin-proposal-decorators": "^7.0.0", |
102 | | - "@babel/plugin-proposal-export-namespace-from": "^7.0.0", |
103 | | - "@babel/plugin-proposal-function-sent": "^7.0.0", |
104 | | - "@babel/plugin-proposal-json-strings": "^7.0.0", |
105 | | - "@babel/plugin-proposal-numeric-separator": "^7.0.0", |
106 | | - "@babel/plugin-proposal-throw-expressions": "^7.0.0", |
107 | | - "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
108 | | - "@babel/plugin-syntax-import-meta": "^7.0.0", |
109 | | - "@babel/preset-env": "^7.0.0", |
| 100 | + "@babel/preset-env": "^7.1.5", |
110 | 101 | "@babel/preset-flow": "^7.0.0", |
111 | 102 | "@babel/preset-react": "^7.0.0", |
112 | | - "@babel/runtime": "^7.0.0", |
113 | | - "@storybook/addon-actions": "^3.4.10", |
114 | | - "@storybook/addon-options": "^3.4.10", |
115 | | - "@storybook/react": "^3.4.10", |
116 | | - "babel-core": "^7.0.0-bridge.0", |
| 103 | + "@babel/runtime": "^7.1.5", |
| 104 | + "@storybook/addon-actions": "^4.0.4", |
| 105 | + "@storybook/addon-options": "^4.0.4", |
| 106 | + "@storybook/react": "^4.0.4", |
117 | 107 | "babel-jest": "^23.4.2", |
| 108 | + "babel-loader": "^8.0.4", |
118 | 109 | "concurrently": "4.0.1", |
119 | 110 | "coveralls": "^3.0.2", |
120 | | - "enzyme": "^3.6.0", |
121 | | - "enzyme-adapter-react-16": "^1.4.0", |
| 111 | + "enzyme": "^3.7.0", |
| 112 | + "enzyme-adapter-react-16": "^1.7.0", |
122 | 113 | "enzyme-to-json": "^3.3.4", |
123 | | - "eslint": "^5.5.0", |
| 114 | + "eslint": "^5.9.0", |
124 | 115 | "eslint-config-insilico": "^5.2.0", |
125 | | - "flow-bin": "^0.82.0", |
| 116 | + "flow-bin": "^0.86.0", |
126 | 117 | "flow-copy-source": "^2.0.2", |
127 | | - "husky": "^1.0.1", |
128 | | - "intersection-observer": "^0.5.0", |
| 118 | + "husky": "^1.1.3", |
| 119 | + "intersection-observer": "^0.5.1", |
129 | 120 | "jest": "^23.5.0", |
130 | | - "lint-staged": "^7.3.0", |
| 121 | + "lint-staged": "^8.0.4", |
131 | 122 | "npm-run-all": "^4.1.3", |
132 | | - "prettier": "^1.14.2", |
133 | | - "react": "^16.4.2", |
134 | | - "react-dom": "^16.4.2", |
135 | | - "react-test-renderer": "^16.4.2", |
136 | | - "rollup": "^0.66.2", |
| 123 | + "prettier": "^1.15.2", |
| 124 | + "react": "^16.6.1", |
| 125 | + "react-dom": "^16.6.1", |
| 126 | + "react-test-renderer": "^16.6.1", |
| 127 | + "rollup": "^0.67.1", |
137 | 128 | "rollup-plugin-babel": "^4.0.1", |
138 | | - "rollup-plugin-commonjs": "^9.1.6", |
| 129 | + "rollup-plugin-commonjs": "^9.2.0", |
139 | 130 | "rollup-plugin-node-resolve": "^3.3.0", |
140 | | - "rollup-plugin-replace": "^2.0.0", |
| 131 | + "rollup-plugin-replace": "^2.1.0", |
141 | 132 | "rollup-plugin-uglify": "^6.0.0" |
142 | 133 | } |
143 | 134 | } |
0 commit comments