Skip to content

Commit 91ddd61

Browse files
authored
Update dependency versions (#6767)
Includes only minor/patch version bumps.
1 parent c03d6b1 commit 91ddd61

File tree

6 files changed

+24
-21
lines changed

6 files changed

+24
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"compile:lockfile": "node tasks/compile-lockfile.js"
2020
},
2121
"devDependencies": {
22-
"eslint": "5.15.1",
22+
"eslint": "5.16.0",
2323
"execa": "1.0.0",
2424
"fs-extra": "^7.0.1",
2525
"get-port": "^4.2.0",

packages/babel-preset-react-app/create.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ module.exports = function(api, opts, env) {
8181
{
8282
// Allow importing @babel/polyfill in entrypoint and use browserlist to select polyfills
8383
useBuiltIns: 'entry',
84+
// Set the corejs version we are using to avoid warnings in console
85+
// This will need to change once we upgrade to corejs@3
86+
corejs: 2,
8487
// Do not transform modules to CJS
8588
modules: false,
8689
// Exclude transforms that make all code slower

packages/babel-preset-react-app/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@
1717
"test.js"
1818
],
1919
"dependencies": {
20-
"@babel/core": "7.3.4",
21-
"@babel/plugin-proposal-class-properties": "7.3.4",
22-
"@babel/plugin-proposal-decorators": "7.3.0",
23-
"@babel/plugin-proposal-object-rest-spread": "7.3.4",
20+
"@babel/core": "7.4.3",
21+
"@babel/plugin-proposal-class-properties": "7.4.0",
22+
"@babel/plugin-proposal-decorators": "7.4.0",
23+
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
2424
"@babel/plugin-syntax-dynamic-import": "7.2.0",
25-
"@babel/plugin-transform-classes": "7.3.4",
26-
"@babel/plugin-transform-destructuring": "7.3.2",
27-
"@babel/plugin-transform-flow-strip-types": "7.3.4",
25+
"@babel/plugin-transform-classes": "7.4.3",
26+
"@babel/plugin-transform-destructuring": "7.4.3",
27+
"@babel/plugin-transform-flow-strip-types": "7.4.0",
2828
"@babel/plugin-transform-react-constant-elements": "7.2.0",
2929
"@babel/plugin-transform-react-display-name": "7.2.0",
30-
"@babel/plugin-transform-runtime": "7.3.4",
31-
"@babel/preset-env": "7.3.4",
30+
"@babel/plugin-transform-runtime": "7.4.3",
31+
"@babel/preset-env": "7.4.3",
3232
"@babel/preset-react": "7.0.0",
3333
"@babel/preset-typescript": "7.3.3",
34-
"@babel/runtime": "7.3.4",
34+
"@babel/runtime": "7.4.3",
3535
"babel-loader": "8.0.5",
3636
"babel-plugin-dynamic-import-node": "2.2.0",
37-
"babel-plugin-macros": "2.5.0",
37+
"babel-plugin-macros": "2.5.1",
3838
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
3939
}
4040
}

packages/react-dev-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@babel/code-frame": "7.0.0",
5050
"address": "1.0.3",
51-
"browserslist": "4.4.2",
51+
"browserslist": "4.5.4",
5252
"chalk": "2.4.2",
5353
"cross-spawn": "6.0.5",
5454
"detect-port-alt": "1.1.6",
@@ -69,7 +69,7 @@
6969
"recursive-readdir": "2.2.2",
7070
"shell-quote": "1.6.1",
7171
"sockjs-client": "1.3.0",
72-
"strip-ansi": "5.1.0",
72+
"strip-ansi": "5.2.0",
7373
"text-table": "0.2.0"
7474
},
7575
"devDependencies": {

packages/react-error-overlay/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
],
3232
"devDependencies": {
3333
"@babel/code-frame": "7.0.0",
34-
"@babel/core": "7.3.4",
34+
"@babel/core": "7.4.3",
3535
"anser": "1.4.8",
3636
"babel-eslint": "10.0.1",
3737
"babel-jest": "24.7.1",
@@ -40,7 +40,7 @@
4040
"chalk": "^2.4.2",
4141
"chokidar": "^2.1.2",
4242
"cross-env": "5.2.0",
43-
"eslint": "5.15.1",
43+
"eslint": "5.16.0",
4444
"eslint-config-react-app": "^3.0.8",
4545
"eslint-plugin-flowtype": "2.50.1",
4646
"eslint-plugin-import": "2.16.0",
@@ -49,7 +49,7 @@
4949
"flow-bin": "^0.63.1",
5050
"html-entities": "1.2.1",
5151
"jest": "24.7.1",
52-
"jest-fetch-mock": "2.1.1",
52+
"jest-fetch-mock": "2.1.2",
5353
"object-assign": "4.1.1",
5454
"promise": "8.0.2",
5555
"raw-loader": "^1.0.0",

packages/react-scripts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
},
2525
"types": "./lib/react-app.d.ts",
2626
"dependencies": {
27-
"@babel/core": "7.3.4",
27+
"@babel/core": "7.4.3",
2828
"@svgr/webpack": "4.1.0",
29-
"@typescript-eslint/eslint-plugin": "1.4.1",
30-
"@typescript-eslint/parser": "1.4.1",
29+
"@typescript-eslint/eslint-plugin": "1.6.0",
30+
"@typescript-eslint/parser": "1.6.0",
3131
"babel-eslint": "10.0.1",
3232
"babel-jest": "24.7.1",
3333
"babel-loader": "8.0.5",
@@ -37,7 +37,7 @@
3737
"css-loader": "2.1.1",
3838
"dotenv": "6.2.0",
3939
"dotenv-expand": "4.2.0",
40-
"eslint": "5.15.1",
40+
"eslint": "5.16.0",
4141
"eslint-config-react-app": "^3.0.8",
4242
"eslint-loader": "2.1.2",
4343
"eslint-plugin-flowtype": "2.50.1",

0 commit comments

Comments
 (0)