|
135 | 135 | ] |
136 | 136 | }, |
137 | 137 | "devDependencies": { |
138 | | - "@semantic-release/changelog": "^2.0.2", |
| 138 | + "@babel/cli": "^7.0.0", |
| 139 | + "@babel/core": "^7.0.0", |
| 140 | + "@babel/plugin-external-helpers": "^7.0.0", |
| 141 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 142 | + "@babel/plugin-proposal-decorators": "^7.0.0", |
| 143 | + "@babel/plugin-proposal-json-strings": "^7.0.0", |
| 144 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
| 145 | + "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
| 146 | + "@babel/plugin-syntax-import-meta": "^7.0.0", |
| 147 | + "@babel/plugin-transform-modules-commonjs": "^7.0.0", |
| 148 | + "@babel/plugin-transform-react-constant-elements": "^7.0.0", |
| 149 | + "@babel/plugin-transform-react-inline-elements": "^7.0.0", |
| 150 | + "@babel/preset-env": "^7.0.0", |
| 151 | + "@babel/preset-react": "^7.0.0", |
| 152 | + "@semantic-release/changelog": "^3.0.1", |
139 | 153 | "@semantic-release/exec": "^3.3.0", |
140 | | - "@semantic-release/git": "^5.0.0", |
| 154 | + "@semantic-release/git": "^7.0.5", |
141 | 155 | "@semantic-release/github": "^5.2.1", |
142 | | - "@semantic-release/npm": "^3.3.1", |
143 | | - "@yeutech-lab/rollup-umd-documentation": "^2.4.4", |
144 | | - "babel-cli": "^6.26.0", |
145 | | - "babel-eslint": "^7.2.3", |
146 | | - "babel-jest": "^22.4.1", |
147 | | - "babel-loader": "^7.1.4", |
| 156 | + "@semantic-release/npm": "^5.1.1", |
| 157 | + "@yeutech-lab/rollup-umd-documentation": "^2.4.5", |
| 158 | + "babel-core": "^7.0.0-bridge.0", |
| 159 | + "babel-eslint": "^9.0.0", |
| 160 | + "babel-jest": "^23.4.2", |
| 161 | + "babel-loader": "^8.0.0", |
148 | 162 | "babel-plugin-add-module-exports": "^0.2.1", |
149 | | - "babel-plugin-array-includes": "^2.0.3", |
150 | 163 | "babel-plugin-dynamic-import-node": "^1.1.0", |
151 | | - "babel-plugin-external-helpers": "^6.22.0", |
152 | 164 | "babel-plugin-react-intl": "^2.4.0", |
153 | 165 | "babel-plugin-react-transform": "^3.0.0", |
154 | 166 | "babel-plugin-styled-components": "^1.5.1", |
155 | | - "babel-plugin-transform-class-properties": "^6.24.1", |
156 | | - "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", |
157 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
158 | | - "babel-plugin-transform-react-constant-elements": "^6.23.0", |
159 | | - "babel-plugin-transform-react-inline-elements": "^6.22.0", |
160 | 167 | "babel-plugin-transform-react-remove-prop-types": "^0.4.13", |
161 | | - "babel-preset-env": "^1.6.1", |
162 | | - "babel-preset-es2015": "^6.24.1", |
163 | | - "babel-preset-react": "^6.24.1", |
164 | | - "babel-preset-stage-2": "^6.24.1", |
165 | | - "babel-preset-stage-3": "^6.24.1", |
166 | 168 | "cz-conventional-changelog": "^2.1.0", |
167 | 169 | "enzyme": "^3.3.0", |
168 | 170 | "enzyme-adapter-react-16": "^1.1.1", |
|
187 | 189 | "react-test-renderer": "^16.3.2", |
188 | 190 | "redux": "^4.0.1", |
189 | 191 | "rollup": "^0.57.1", |
190 | | - "rollup-plugin-babel": "^3.0.3", |
| 192 | + "rollup-plugin-babel": "^4.0.1", |
191 | 193 | "rollup-plugin-cleanup": "^2.0.0", |
192 | 194 | "rollup-plugin-commonjs": "^9.1.0", |
193 | 195 | "rollup-plugin-inject": "^2.0.0", |
|
198 | 200 | "rollup-plugin-uglify": "^3.0.0", |
199 | 201 | "rollup-plugin-visualizer": "^0.5.0", |
200 | 202 | "rollup-watch": "^4.3.1", |
201 | | - "semantic-release": "^15.5.2", |
| 203 | + "semantic-release": "^15.12.1", |
202 | 204 | "sinon": "^2.3.2", |
203 | 205 | "styled-components": "^4.1.1", |
204 | 206 | "toctoc": "^0.3.2", |
|
217 | 219 | "extract-intl:doc" |
218 | 220 | ], |
219 | 221 | "dependencies": { |
220 | | - "@bootstrap-styled/v4": "^1.2.2", |
| 222 | + "@bootstrap-styled/v4": "^1.2.6", |
221 | 223 | "prop-types": "^15.6.1" |
222 | 224 | }, |
223 | 225 | "peerDependencies": { |
|
0 commit comments