Skip to content

Commit 6d0b287

Browse files
author
Dimitri Kopriwa
committed
fix(terser): fixed 3.1.4 of terser
1 parent 3b33f3f commit 6d0b287

File tree

1 file changed

+28
-23
lines changed

1 file changed

+28
-23
lines changed

package.json

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@
5454
],
5555
"ncurc": {
5656
"reject": [
57-
"react-transition-group"
57+
"react-transition-group",
58+
"css-loader",
59+
"mini-html-webpack-plugin",
60+
"react-styleguidist",
61+
"url-loader"
5862
]
5963
},
6064
"license": "MIT",
@@ -168,8 +172,8 @@
168172
"lint-staged"
169173
],
170174
"devDependencies": {
171-
"@babel/cli": "^7.6.2",
172-
"@babel/core": "^7.6.2",
175+
"@babel/cli": "^7.6.4",
176+
"@babel/core": "^7.6.4",
173177
"@babel/plugin-external-helpers": "^7.2.0",
174178
"@babel/plugin-proposal-class-properties": "^7.5.5",
175179
"@babel/plugin-proposal-decorators": "^7.6.0",
@@ -179,16 +183,16 @@
179183
"@babel/plugin-syntax-import-meta": "^7.2.0",
180184
"@babel/plugin-transform-async-to-generator": "^7.5.0",
181185
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
182-
"@babel/plugin-transform-react-constant-elements": "^7.6.0",
186+
"@babel/plugin-transform-react-constant-elements": "^7.6.3",
183187
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
184188
"@babel/plugin-transform-runtime": "^7.6.2",
185-
"@babel/preset-env": "^7.6.2",
186-
"@babel/preset-react": "^7.0.0",
189+
"@babel/preset-env": "^7.6.3",
190+
"@babel/preset-react": "^7.6.3",
187191
"@rollup-umd/ncu": "^1.0.9",
188192
"@semantic-release/changelog": "^3.0.4",
189193
"@semantic-release/git": "^7.0.16",
190-
"@semantic-release/github": "^5.4.3",
191-
"@semantic-release/npm": "^5.1.15",
194+
"@semantic-release/github": "^5.5.3",
195+
"@semantic-release/npm": "^5.2.0",
192196
"babel-eslint": "^10.0.3",
193197
"babel-jest": "^24.9.0",
194198
"babel-loader": "^8.0.6",
@@ -200,45 +204,46 @@
200204
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
201205
"cz-conventional-changelog": "^3.0.2",
202206
"enzyme": "^3.10.0",
203-
"enzyme-adapter-react-16": "^1.14.0",
204-
"eslint": "^6.3.0",
207+
"enzyme-adapter-react-16": "^1.15.0",
208+
"eslint": "^6.5.1",
205209
"eslint-config-airbnb": "^18.0.1",
206210
"eslint-plugin-import": "^2.18.2",
207211
"eslint-plugin-jsx-a11y": "^6.2.3",
208-
"eslint-plugin-react": "^7.14.3",
212+
"eslint-plugin-react": "^7.16.0",
209213
"istanbul-api": "^3.0.0",
210214
"istanbul-reports": "^2.2.6",
211215
"jest-cli": "^24.9.0",
212216
"jest-sonar-reporter": "^2.0.0",
213-
"lint-staged": "^9.4.0",
217+
"lint-staged": "^9.4.2",
214218
"pre-commit": "^1.2.2",
215219
"raf": "^3.4.1",
216-
"react-test-renderer": "^16.9.0",
220+
"react-test-renderer": "^16.10.2",
217221
"semantic-release": "^15.13.24",
222+
"terser": "4.3.4",
218223
"toctoc": "^0.3.2",
219224
"webpack": "^4.41.0"
220225
},
221226
"dependencies": {
222-
"@babel/runtime": "^7.6.2",
227+
"@babel/runtime": "^7.6.3",
228+
"@bootstrap-styled/rsg-components": "2.1.5",
223229
"acorn": "^6.1.1",
224230
"acorn-jsx": "^5.0.1",
225-
"react-styleguidist": "^9.1.2",
226-
"@bootstrap-styled/rsg-components": "^2.1.3",
227231
"css-loader": "^2.1.1",
228-
"documentation": "^11.0.0",
232+
"documentation": "^12.1.2",
229233
"exports-loader": "^0.7.0",
230-
"image-webpack-loader": "^4.6.0",
234+
"image-webpack-loader": "^6.0.0",
231235
"lodash.omit": "^4.5.0",
232236
"mini-html-webpack-plugin": "^1.0.0",
233237
"parse-author": "^2.0.0",
234238
"prop-types": "^15.7.2",
235-
"react": "^16.9.0",
236-
"react-dom": "^16.9.0",
237-
"react-ga": "^2.6.0",
239+
"react": "^16.10.2",
240+
"react-dom": "^16.10.2",
241+
"react-ga": "^2.7.0",
242+
"react-styleguidist": "9.1.2",
238243
"react-transition-group": "^2.9.0",
239-
"style-loader": "^0.23.1",
244+
"style-loader": "^1.0.0",
240245
"styled-components": "^4.4.0",
241-
"url-loader": "^2.1.0",
246+
"url-loader": "^1.1.2",
242247
"webpack-merge": "^4.2.2"
243248
},
244249
"peerDependencies": {},

0 commit comments

Comments
 (0)