Skip to content

Commit 6bb4021

Browse files
authored
Merge pull request #56 from rollup-umd/dev
Dev
2 parents b451e46 + 9479a7b commit 6bb4021

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -172,27 +172,27 @@
172172
"lint-staged"
173173
],
174174
"devDependencies": {
175-
"@babel/cli": "^7.6.4",
176-
"@babel/core": "^7.6.4",
175+
"@babel/cli": "^7.7.0",
176+
"@babel/core": "^7.7.2",
177177
"@babel/plugin-external-helpers": "^7.2.0",
178-
"@babel/plugin-proposal-class-properties": "^7.5.5",
179-
"@babel/plugin-proposal-decorators": "^7.6.0",
178+
"@babel/plugin-proposal-class-properties": "^7.7.0",
179+
"@babel/plugin-proposal-decorators": "^7.7.0",
180180
"@babel/plugin-proposal-json-strings": "^7.2.0",
181181
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
182182
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
183183
"@babel/plugin-syntax-import-meta": "^7.2.0",
184-
"@babel/plugin-transform-async-to-generator": "^7.5.0",
185-
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
184+
"@babel/plugin-transform-async-to-generator": "^7.7.0",
185+
"@babel/plugin-transform-modules-commonjs": "^7.7.0",
186186
"@babel/plugin-transform-react-constant-elements": "^7.6.3",
187187
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
188188
"@babel/plugin-transform-runtime": "^7.6.2",
189-
"@babel/preset-env": "^7.6.3",
190-
"@babel/preset-react": "^7.6.3",
189+
"@babel/preset-env": "^7.7.1",
190+
"@babel/preset-react": "^7.7.0",
191191
"@rollup-umd/ncu": "^1.0.9",
192-
"@semantic-release/changelog": "^3.0.4",
193-
"@semantic-release/git": "^7.0.16",
194-
"@semantic-release/github": "^5.5.3",
195-
"@semantic-release/npm": "^5.2.0",
192+
"@semantic-release/changelog": "^3.0.5",
193+
"@semantic-release/git": "^7.0.18",
194+
"@semantic-release/github": "^5.5.5",
195+
"@semantic-release/npm": "^5.3.4",
196196
"babel-eslint": "^10.0.3",
197197
"babel-jest": "^24.9.0",
198198
"babel-loader": "^8.0.6",
@@ -204,8 +204,8 @@
204204
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
205205
"cz-conventional-changelog": "^3.0.2",
206206
"enzyme": "^3.10.0",
207-
"enzyme-adapter-react-16": "^1.15.0",
208-
"eslint": "^6.5.1",
207+
"enzyme-adapter-react-16": "^1.15.1",
208+
"eslint": "^6.6.0",
209209
"eslint-config-airbnb": "^18.0.1",
210210
"eslint-plugin-import": "^2.18.2",
211211
"eslint-plugin-jsx-a11y": "^6.2.3",
@@ -214,34 +214,34 @@
214214
"istanbul-reports": "^2.2.6",
215215
"jest-cli": "^24.9.0",
216216
"jest-sonar-reporter": "^2.0.0",
217-
"lint-staged": "^9.4.2",
217+
"lint-staged": "^9.4.3",
218218
"pre-commit": "^1.2.2",
219219
"raf": "^3.4.1",
220-
"react-test-renderer": "^16.10.2",
221-
"semantic-release": "^15.13.24",
220+
"react-test-renderer": "^16.11.0",
221+
"semantic-release": "^15.13.30",
222222
"toctoc": "^0.3.2",
223-
"webpack": "^4.41.0"
223+
"webpack": "^4.41.2"
224224
},
225225
"dependencies": {
226-
"@babel/runtime": "^7.6.3",
226+
"@babel/runtime": "^7.7.2",
227227
"@bootstrap-styled/rsg-components": "2.1.5",
228228
"acorn": "^6.1.1",
229229
"acorn-jsx": "^5.0.1",
230230
"css-loader": "^2.1.1",
231-
"documentation": "^12.1.2",
231+
"documentation": "^12.1.3",
232232
"exports-loader": "^0.7.0",
233233
"image-webpack-loader": "^6.0.0",
234234
"lodash.omit": "^4.5.0",
235235
"mini-html-webpack-plugin": "^1.0.0",
236236
"parse-author": "^2.0.0",
237237
"prop-types": "^15.7.2",
238-
"react": "^16.10.2",
239-
"react-dom": "^16.10.2",
238+
"react": "^16.11.0",
239+
"react-dom": "^16.11.0",
240240
"react-ga": "^2.7.0",
241241
"react-styleguidist": "9.1.2",
242242
"react-transition-group": "^2.9.0",
243243
"style-loader": "^1.0.0",
244-
"styled-components": "^4.4.0",
244+
"styled-components": "^4.4.1",
245245
"url-loader": "^1.1.2",
246246
"webpack-merge": "^4.2.2"
247247
},

src/createConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ export function createConfig(config = {}, options = {}) {
327327
optimizationLevel: 7,
328328
},
329329
pngquant: {
330-
quality: '65-90',
330+
quality: [0.65, 0.90],
331331
speed: 4,
332332
},
333333
},

0 commit comments

Comments
 (0)