Skip to content

Commit 15c4735

Browse files
authored
Merge pull request #50 from rollup-umd/dev
fix(dependencies): upgrade react to 16.9.0 and many dependencies
2 parents a9ec71a + 38de73c commit 15c4735

File tree

1 file changed

+43
-40
lines changed

1 file changed

+43
-40
lines changed

package.json

+43-40
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,10 @@
138138
"react/jsx-filename-extension": 0,
139139
"react/jsx-no-target-blank": 0,
140140
"react/require-extension": 0,
141-
"react/self-closing-comp": 0
141+
"react/self-closing-comp": 0,
142+
"react/jsx-props-no-spreading": 0,
143+
"react/state-in-constructor": 0,
144+
"react/static-property-placement": 0
142145
},
143146
"settings": {
144147
"import/resolver": {
@@ -165,62 +168,62 @@
165168
"lint-staged"
166169
],
167170
"devDependencies": {
168-
"@babel/cli": "^7.4.4",
169-
"@babel/core": "^7.4.4",
171+
"@babel/cli": "^7.6.2",
172+
"@babel/core": "^7.6.2",
170173
"@babel/plugin-external-helpers": "^7.2.0",
171-
"@babel/plugin-proposal-class-properties": "^7.4.4",
172-
"@babel/plugin-proposal-decorators": "^7.4.4",
174+
"@babel/plugin-proposal-class-properties": "^7.5.5",
175+
"@babel/plugin-proposal-decorators": "^7.6.0",
173176
"@babel/plugin-proposal-json-strings": "^7.2.0",
174-
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
177+
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
175178
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
176179
"@babel/plugin-syntax-import-meta": "^7.2.0",
177-
"@babel/plugin-transform-async-to-generator": "^7.4.4",
178-
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
179-
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
180+
"@babel/plugin-transform-async-to-generator": "^7.5.0",
181+
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
182+
"@babel/plugin-transform-react-constant-elements": "^7.6.0",
180183
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
181-
"@babel/plugin-transform-runtime": "^7.4.4",
182-
"@babel/preset-env": "^7.4.4",
184+
"@babel/plugin-transform-runtime": "^7.6.2",
185+
"@babel/preset-env": "^7.6.2",
183186
"@babel/preset-react": "^7.0.0",
184187
"@rollup-umd/ncu": "^1.0.9",
185-
"@semantic-release/changelog": "^3.0.2",
186-
"@semantic-release/git": "^7.0.8",
187-
"@semantic-release/github": "^5.2.10",
188-
"@semantic-release/npm": "^5.1.7",
189-
"babel-eslint": "^10.0.1",
190-
"babel-jest": "^24.8.0",
188+
"@semantic-release/changelog": "^3.0.4",
189+
"@semantic-release/git": "^7.0.16",
190+
"@semantic-release/github": "^5.4.3",
191+
"@semantic-release/npm": "^5.1.15",
192+
"babel-eslint": "^10.0.3",
193+
"babel-jest": "^24.9.0",
191194
"babel-loader": "^8.0.6",
192195
"babel-merge": "^3.0.0",
193196
"babel-plugin-add-module-exports": "^1.0.2",
194-
"babel-plugin-dynamic-import-node": "^2.2.0",
197+
"babel-plugin-dynamic-import-node": "^2.3.0",
195198
"babel-plugin-react-transform": "^3.0.0",
196-
"babel-plugin-styled-components": "^1.10.0",
199+
"babel-plugin-styled-components": "^1.10.6",
197200
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
198-
"cz-conventional-changelog": "^2.1.0",
199-
"enzyme": "^3.9.0",
200-
"enzyme-adapter-react-16": "^1.13.1",
201-
"eslint": "^5.16.0",
202-
"eslint-config-airbnb": "^17.1.0",
203-
"eslint-plugin-import": "^2.17.2",
204-
"eslint-plugin-jsx-a11y": "^6.2.1",
205-
"eslint-plugin-react": "^7.13.0",
201+
"cz-conventional-changelog": "^3.0.2",
202+
"enzyme": "^3.10.0",
203+
"enzyme-adapter-react-16": "^1.14.0",
204+
"eslint": "^6.3.0",
205+
"eslint-config-airbnb": "^18.0.1",
206+
"eslint-plugin-import": "^2.18.2",
207+
"eslint-plugin-jsx-a11y": "^6.2.3",
208+
"eslint-plugin-react": "^7.14.3",
206209
"istanbul-api": "^3.0.0",
207210
"istanbul-reports": "^2.2.6",
208-
"jest-cli": "^24.8.0",
211+
"jest-cli": "^24.9.0",
209212
"jest-sonar-reporter": "^2.0.0",
210-
"lint-staged": "^8.1.7",
213+
"lint-staged": "^9.4.0",
211214
"pre-commit": "^1.2.2",
212215
"raf": "^3.4.1",
213-
"react-test-renderer": "^16.8.6",
214-
"semantic-release": "^15.13.12",
216+
"react-test-renderer": "^16.9.0",
217+
"semantic-release": "^15.13.24",
215218
"toctoc": "^0.3.2",
216-
"webpack": "^4.32.0"
219+
"webpack": "^4.41.0"
217220
},
218221
"dependencies": {
219-
"@babel/runtime": "^7.4.4",
222+
"@babel/runtime": "^7.6.2",
220223
"acorn": "^6.1.1",
221224
"acorn-jsx": "^5.0.1",
222225
"react-styleguidist": "^9.1.2",
223-
"@bootstrap-styled/rsg-components": "^2.1.2",
226+
"@bootstrap-styled/rsg-components": "^2.1.3",
224227
"css-loader": "^2.1.1",
225228
"documentation": "^11.0.0",
226229
"exports-loader": "^0.7.0",
@@ -229,14 +232,14 @@
229232
"mini-html-webpack-plugin": "^1.0.0",
230233
"parse-author": "^2.0.0",
231234
"prop-types": "^15.7.2",
232-
"react": "^16.8.6",
233-
"react-dom": "^16.8.6",
234-
"react-ga": "^2.5.7",
235+
"react": "^16.9.0",
236+
"react-dom": "^16.9.0",
237+
"react-ga": "^2.6.0",
235238
"react-transition-group": "^2.9.0",
236239
"style-loader": "^0.23.1",
237-
"styled-components": "^4.2.0",
238-
"url-loader": "^1.1.2",
239-
"webpack-merge": "^4.2.1"
240+
"styled-components": "^4.4.0",
241+
"url-loader": "^2.1.0",
242+
"webpack-merge": "^4.2.2"
240243
},
241244
"peerDependencies": {},
242245
"publishConfig": {

0 commit comments

Comments
 (0)