Skip to content

Commit 91cc371

Browse files
authored
Merge pull request #57 from rollup-umd/dev
fix(dependencies): upgrade all dependencies
2 parents 5ad1870 + 464c112 commit 91cc371

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

package.json

+40-40
Original file line numberDiff line numberDiff line change
@@ -172,75 +172,75 @@
172172
"lint-staged"
173173
],
174174
"devDependencies": {
175-
"@babel/cli": "^7.7.0",
176-
"@babel/core": "^7.7.2",
177-
"@babel/plugin-external-helpers": "^7.2.0",
178-
"@babel/plugin-proposal-class-properties": "^7.7.0",
179-
"@babel/plugin-proposal-decorators": "^7.7.0",
180-
"@babel/plugin-proposal-json-strings": "^7.2.0",
181-
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
182-
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
183-
"@babel/plugin-syntax-import-meta": "^7.2.0",
184-
"@babel/plugin-transform-async-to-generator": "^7.7.0",
185-
"@babel/plugin-transform-modules-commonjs": "^7.7.0",
186-
"@babel/plugin-transform-react-constant-elements": "^7.6.3",
187-
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
188-
"@babel/plugin-transform-runtime": "^7.6.2",
189-
"@babel/preset-env": "^7.7.1",
190-
"@babel/preset-react": "^7.7.0",
175+
"@babel/cli": "^7.8.3",
176+
"@babel/core": "^7.8.3",
177+
"@babel/plugin-external-helpers": "^7.8.3",
178+
"@babel/plugin-proposal-class-properties": "^7.8.3",
179+
"@babel/plugin-proposal-decorators": "^7.8.3",
180+
"@babel/plugin-proposal-json-strings": "^7.8.3",
181+
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
182+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
183+
"@babel/plugin-syntax-import-meta": "^7.8.3",
184+
"@babel/plugin-transform-async-to-generator": "^7.8.3",
185+
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
186+
"@babel/plugin-transform-react-constant-elements": "^7.8.3",
187+
"@babel/plugin-transform-react-inline-elements": "^7.8.3",
188+
"@babel/plugin-transform-runtime": "^7.8.3",
189+
"@babel/preset-env": "^7.8.3",
190+
"@babel/preset-react": "^7.8.3",
191191
"@rollup-umd/ncu": "^1.0.9",
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",
192+
"@semantic-release/changelog": "^5.0.0",
193+
"@semantic-release/git": "^9.0.0",
194+
"@semantic-release/github": "^7.0.0",
195+
"@semantic-release/npm": "^7.0.0",
196196
"babel-eslint": "^10.0.3",
197-
"babel-jest": "^24.9.0",
197+
"babel-jest": "^25.1.0",
198198
"babel-loader": "^8.0.6",
199199
"babel-merge": "^3.0.0",
200200
"babel-plugin-add-module-exports": "^1.0.2",
201201
"babel-plugin-dynamic-import-node": "^2.3.0",
202202
"babel-plugin-react-transform": "^3.0.0",
203-
"babel-plugin-styled-components": "^1.10.6",
203+
"babel-plugin-styled-components": "^1.10.7",
204204
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
205-
"cz-conventional-changelog": "^3.0.2",
206-
"enzyme": "^3.10.0",
207-
"enzyme-adapter-react-16": "^1.15.1",
208-
"eslint": "^6.6.0",
205+
"cz-conventional-changelog": "^3.1.0",
206+
"enzyme": "^3.11.0",
207+
"enzyme-adapter-react-16": "^1.15.2",
208+
"eslint": "^6.8.0",
209209
"eslint-config-airbnb": "^18.0.1",
210-
"eslint-plugin-import": "^2.18.2",
210+
"eslint-plugin-import": "^2.20.0",
211211
"eslint-plugin-jsx-a11y": "^6.2.3",
212-
"eslint-plugin-react": "^7.16.0",
212+
"eslint-plugin-react": "^7.18.0",
213213
"istanbul-api": "^3.0.0",
214-
"istanbul-reports": "^2.2.6",
215-
"jest-cli": "^24.9.0",
214+
"istanbul-reports": "^3.0.0",
215+
"jest-cli": "^25.1.0",
216216
"jest-sonar-reporter": "^2.0.0",
217-
"lint-staged": "^9.4.3",
217+
"lint-staged": "^10.0.4",
218218
"pre-commit": "^1.2.2",
219219
"raf": "^3.4.1",
220-
"react-test-renderer": "^16.11.0",
221-
"semantic-release": "^15.13.30",
220+
"react-test-renderer": "^16.12.0",
221+
"semantic-release": "^17.0.1",
222222
"toctoc": "^0.3.2",
223-
"webpack": "^4.41.2"
223+
"webpack": "^4.41.5"
224224
},
225225
"dependencies": {
226-
"@babel/runtime": "^7.7.2",
227-
"@bootstrap-styled/rsg-components": "2.1.5",
226+
"@babel/runtime": "^7.8.3",
227+
"@bootstrap-styled/rsg-components": "2.1.6",
228228
"acorn": "^6.1.1",
229229
"acorn-jsx": "^5.0.1",
230230
"css-loader": "^2.1.1",
231-
"documentation": "^12.1.3",
231+
"documentation": "^12.1.4",
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.11.0",
239-
"react-dom": "^16.11.0",
238+
"react": "^16.12.0",
239+
"react-dom": "^16.12.0",
240240
"react-ga": "^2.7.0",
241241
"react-styleguidist": "9.1.2",
242242
"react-transition-group": "^2.9.0",
243-
"style-loader": "^1.0.0",
243+
"style-loader": "^1.1.3",
244244
"styled-components": "^4.4.1",
245245
"url-loader": "^1.1.2",
246246
"webpack-merge": "^4.2.2"

0 commit comments

Comments
 (0)