Skip to content

Commit 91c2673

Browse files
authored
Bump dependencies (#7473)
1 parent cff4046 commit 91c2673

File tree

15 files changed

+96
-76
lines changed

15 files changed

+96
-76
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"get-port": "^4.2.0",
2626
"globby": "^9.1.0",
2727
"husky": "^1.3.1",
28-
"jest": "24.7.1",
29-
"lerna": "3.13.2",
28+
"jest": "24.8.0",
29+
"lerna": "3.16.4",
3030
"lerna-changelog": "~0.8.2",
3131
"lint-staged": "^8.0.4",
3232
"meow": "^5.0.0",
3333
"multimatch": "^3.0.0",
34-
"prettier": "1.16.4",
34+
"prettier": "1.18.2",
3535
"puppeteer": "^1.13.0",
3636
"strip-ansi": "^5.1.0",
3737
"svg-term-cli": "^2.1.1",

packages/babel-plugin-named-asset-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"babel-plugin-tester": "^6.0.1",
23-
"jest": "24.7.1"
23+
"jest": "24.8.0"
2424
},
2525
"scripts": {
2626
"test": "jest"

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@
2121
"test.js"
2222
],
2323
"dependencies": {
24-
"@babel/core": "7.4.3",
25-
"@babel/plugin-proposal-class-properties": "7.4.0",
26-
"@babel/plugin-proposal-decorators": "7.4.0",
27-
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
24+
"@babel/core": "7.5.5",
25+
"@babel/plugin-proposal-class-properties": "7.5.5",
26+
"@babel/plugin-proposal-decorators": "7.4.4",
27+
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
2828
"@babel/plugin-syntax-dynamic-import": "7.2.0",
29-
"@babel/plugin-transform-classes": "7.4.3",
30-
"@babel/plugin-transform-destructuring": "7.4.3",
31-
"@babel/plugin-transform-flow-strip-types": "7.4.0",
32-
"@babel/plugin-transform-react-constant-elements": "7.2.0",
29+
"@babel/plugin-transform-classes": "7.5.5",
30+
"@babel/plugin-transform-destructuring": "7.5.0",
31+
"@babel/plugin-transform-flow-strip-types": "7.4.4",
32+
"@babel/plugin-transform-react-constant-elements": "7.5.0",
3333
"@babel/plugin-transform-react-display-name": "7.2.0",
34-
"@babel/plugin-transform-runtime": "7.4.3",
35-
"@babel/preset-env": "7.4.3",
34+
"@babel/plugin-transform-runtime": "7.5.5",
35+
"@babel/preset-env": "7.5.5",
3636
"@babel/preset-react": "7.0.0",
3737
"@babel/preset-typescript": "7.3.3",
38-
"@babel/runtime": "7.4.3",
39-
"babel-plugin-dynamic-import-node": "2.2.0",
40-
"babel-plugin-macros": "2.5.1",
38+
"@babel/runtime": "7.5.5",
39+
"babel-plugin-dynamic-import-node": "2.3.0",
40+
"babel-plugin-macros": "2.6.1",
4141
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
4242
}
4343
}

packages/confusing-browser-globals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"index.js"
2121
],
2222
"devDependencies": {
23-
"jest": "24.7.1"
23+
"jest": "24.8.0"
2424
}
2525
}

packages/create-react-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
},
2828
"dependencies": {
2929
"chalk": "2.4.2",
30-
"commander": "2.19.0",
30+
"commander": "2.20.0",
3131
"cross-spawn": "6.0.5",
32-
"envinfo": "7.1.0",
32+
"envinfo": "7.3.1",
3333
"fs-extra": "7.0.1",
3434
"hyperquest": "2.1.3",
35-
"inquirer": "6.2.2",
36-
"semver": "6.0.0",
35+
"inquirer": "6.5.0",
36+
"semver": "6.3.0",
3737
"tar-pack": "3.4.1",
3838
"tmp": "0.0.33",
3939
"validate-npm-package-name": "3.0.0"

packages/react-app-polyfill/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"stable.js"
2222
],
2323
"dependencies": {
24-
"core-js": "3.0.1",
24+
"core-js": "3.1.4",
2525
"object-assign": "4.1.1",
26-
"promise": "8.0.2",
26+
"promise": "8.0.3",
2727
"raf": "3.4.1",
28-
"regenerator-runtime": "0.13.2",
28+
"regenerator-runtime": "0.13.3",
2929
"whatwg-fetch": "3.0.0"
3030
}
3131
}

packages/react-dev-utils/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,22 @@
5050
"webpackHotDevClient.js"
5151
],
5252
"dependencies": {
53-
"@babel/code-frame": "7.0.0",
54-
"address": "1.0.3",
55-
"browserslist": "4.5.4",
53+
"@babel/code-frame": "7.5.5",
54+
"address": "1.1.0",
55+
"browserslist": "4.6.6",
5656
"chalk": "2.4.2",
5757
"cross-spawn": "6.0.5",
5858
"detect-port-alt": "1.1.6",
5959
"escape-string-regexp": "1.0.5",
6060
"filesize": "3.6.1",
6161
"find-up": "3.0.0",
62-
"fork-ts-checker-webpack-plugin": "1.1.1",
62+
"fork-ts-checker-webpack-plugin": "1.5.0",
6363
"global-modules": "2.0.0",
6464
"globby": "8.0.2",
65-
"gzip-size": "5.0.0",
65+
"gzip-size": "5.1.1",
6666
"immer": "1.10.0",
67-
"inquirer": "6.2.2",
68-
"is-root": "2.0.0",
67+
"inquirer": "6.5.0",
68+
"is-root": "2.1.0",
6969
"loader-utils": "1.2.3",
7070
"open": "^6.3.0",
7171
"pkg-up": "2.0.0",
@@ -78,7 +78,7 @@
7878
},
7979
"devDependencies": {
8080
"cross-env": "^5.2.0",
81-
"jest": "24.7.1"
81+
"jest": "24.8.0"
8282
},
8383
"scripts": {
8484
"test": "cross-env FORCE_COLOR=true jest"

packages/react-error-overlay/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,36 +34,36 @@
3434
"lib/index.js"
3535
],
3636
"devDependencies": {
37-
"@babel/code-frame": "7.0.0",
38-
"@babel/core": "7.4.3",
37+
"@babel/code-frame": "7.5.5",
38+
"@babel/core": "7.5.5",
3939
"anser": "1.4.8",
4040
"babel-eslint": "10.0.2",
4141
"babel-jest": "^24.8.0",
42-
"babel-loader": "8.0.5",
42+
"babel-loader": "8.0.6",
4343
"babel-preset-react-app": "^9.0.0",
4444
"chalk": "^2.4.2",
4545
"chokidar": "^2.1.2",
4646
"cross-env": "5.2.0",
4747
"eslint": "^6.1.0",
4848
"eslint-config-react-app": "^4.0.1",
49-
"eslint-plugin-flowtype": "3.12.1",
49+
"eslint-plugin-flowtype": "3.13.0",
5050
"eslint-plugin-import": "2.18.2",
5151
"eslint-plugin-jsx-a11y": "6.2.3",
5252
"eslint-plugin-react": "7.14.3",
5353
"flow-bin": "^0.63.1",
5454
"html-entities": "1.2.1",
55-
"jest": "24.7.1",
55+
"jest": "24.8.0",
5656
"jest-fetch-mock": "2.1.2",
5757
"object-assign": "4.1.1",
58-
"promise": "8.0.2",
58+
"promise": "8.0.3",
5959
"raw-loader": "^1.0.0",
6060
"react": "^16.8.4",
6161
"react-app-polyfill": "^1.0.1",
6262
"react-dom": "^16.8.4",
6363
"rimraf": "^2.6.3",
6464
"settle-promise": "1.0.0",
6565
"source-map": "0.5.6",
66-
"terser-webpack-plugin": "1.2.3",
66+
"terser-webpack-plugin": "1.4.1",
6767
"webpack": "^4.35.0"
6868
},
6969
"jest": {
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"dependencies": {
3-
"bootstrap": "4.1.1",
4-
"jest": "24.7.1",
5-
"node-sass": "4.8.3",
3+
"bootstrap": "4.3.1",
4+
"jest": "24.8.0",
5+
"node-sass": "4.12.0",
66
"normalize.css": "7.0.0",
7-
"prop-types": "15.5.6",
8-
"test-integrity": "1.0.0"
7+
"prop-types": "15.7.2",
8+
"test-integrity": "2.0.1"
99
}
1010
}

packages/react-scripts/fixtures/kitchensink/integration/config.test.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@ import initDOM from './initDOM';
99

1010
describe('Integration', () => {
1111
describe('jsconfig.json/tsconfig.json', () => {
12+
let doc;
13+
14+
afterEach(() => {
15+
doc && doc.defaultView.close();
16+
doc = undefined;
17+
});
18+
1219
it('Supports setting baseUrl to src', async () => {
13-
const doc = await initDOM('base-url');
20+
doc = await initDOM('base-url');
1421

1522
expect(doc.getElementById('feature-base-url').childElementCount).toBe(4);
16-
doc.defaultView.close();
1723
});
1824
});
1925
});

packages/react-scripts/fixtures/kitchensink/integration/initDOM.js

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ export const fetchFile = url => {
2424
);
2525
};
2626

27-
const fileResourceLoader = new class FileResourceLoader extends ResourceLoader {
27+
const fileResourceLoader = new (class FileResourceLoader extends ResourceLoader {
2828
fetch(href, options) {
2929
return Promise.resolve(fetchFile(url.parse(href)));
3030
}
31-
}();
31+
})();
3232

3333
if (!process.env.E2E_FILE && !process.env.E2E_URL) {
3434
it.only('can run jsdom (at least one of "E2E_FILE" or "E2E_URL" environment variables must be provided)', () => {
@@ -63,6 +63,13 @@ export default feature =>
6363

6464
const { document } = window;
6565

66+
const cancelToken = setTimeout(() => {
67+
// Cleanup jsdom instance since we don't need it anymore
68+
window.close();
69+
70+
reject(`Timed out loading feature: ${feature}`);
71+
}, 10000);
72+
6673
document.addEventListener(
6774
'ReactFeatureDidMount',
6875
() => resolve(document),
@@ -71,6 +78,8 @@ export default feature =>
7178
document.addEventListener(
7279
'ReactFeatureError',
7380
() => {
81+
clearTimeout(cancelToken);
82+
7483
// Cleanup jsdom instance since we don't need it anymore
7584
window.close();
7685

packages/react-scripts/fixtures/kitchensink/src/features/webpack/DynamicImport.test.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ import ReactDOM from 'react-dom';
1010

1111
describe('dynamic import', () => {
1212
it('renders without crashing', async () => {
13-
import('./DynamicImport').then(DynamicImport => {
14-
const div = document.createElement('div');
15-
ReactDOM.render(<DynamicImport />, div);
16-
expect(div.textContent).toBe('Hello World!');
17-
});
13+
const DynamicImport = (await import('./DynamicImport')).default;
14+
const div = document.createElement('div');
15+
ReactDOM.render(<DynamicImport />, div);
16+
expect(div.textContent).toBe('Hello World!');
1817
});
1918
});

packages/react-scripts/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
},
2929
"types": "./lib/react-app.d.ts",
3030
"dependencies": {
31-
"@babel/core": "7.4.3",
32-
"@svgr/webpack": "4.3.1",
31+
"@babel/core": "7.5.5",
32+
"@svgr/webpack": "4.3.2",
3333
"@typescript-eslint/eslint-plugin": "1.13.0",
3434
"@typescript-eslint/parser": "1.13.0",
3535
"babel-eslint": "10.0.2",
3636
"babel-jest": "^24.8.0",
37-
"babel-loader": "8.0.5",
37+
"babel-loader": "8.0.6",
3838
"babel-plugin-named-asset-import": "^0.3.2",
3939
"babel-preset-react-app": "^9.0.0",
4040
"camelcase": "^5.2.0",
@@ -45,7 +45,7 @@
4545
"eslint": "^6.1.0",
4646
"eslint-config-react-app": "^4.0.1",
4747
"eslint-loader": "2.2.1",
48-
"eslint-plugin-flowtype": "3.12.1",
48+
"eslint-plugin-flowtype": "3.13.0",
4949
"eslint-plugin-import": "2.18.2",
5050
"eslint-plugin-jsx-a11y": "6.2.3",
5151
"eslint-plugin-react": "7.14.3",
@@ -55,32 +55,32 @@
5555
"html-webpack-plugin": "4.0.0-beta.5",
5656
"identity-obj-proxy": "3.0.0",
5757
"is-wsl": "^1.1.0",
58-
"jest": "24.7.1",
58+
"jest": "24.8.0",
5959
"jest-environment-jsdom-fourteen": "0.1.0",
60-
"jest-resolve": "24.7.1",
61-
"jest-watch-typeahead": "0.3.0",
60+
"jest-resolve": "24.8.0",
61+
"jest-watch-typeahead": "0.3.1",
6262
"mini-css-extract-plugin": "0.5.0",
63-
"optimize-css-assets-webpack-plugin": "5.0.1",
64-
"pnp-webpack-plugin": "1.2.1",
63+
"optimize-css-assets-webpack-plugin": "5.0.3",
64+
"pnp-webpack-plugin": "1.5.0",
6565
"postcss-flexbugs-fixes": "4.1.0",
6666
"postcss-loader": "3.0.0",
6767
"postcss-normalize": "7.0.1",
68-
"postcss-preset-env": "6.6.0",
68+
"postcss-preset-env": "6.7.0",
6969
"postcss-safe-parser": "4.0.1",
7070
"react-app-polyfill": "^1.0.1",
7171
"react-dev-utils": "^9.0.1",
72-
"resolve": "1.10.0",
73-
"resolve-url-loader": "3.0.1",
72+
"resolve": "1.12.0",
73+
"resolve-url-loader": "3.1.0",
7474
"sass-loader": "7.1.0",
75-
"semver": "6.0.0",
76-
"style-loader": "0.23.1",
77-
"terser-webpack-plugin": "1.2.3",
75+
"semver": "6.3.0",
76+
"style-loader": "1.0.0",
77+
"terser-webpack-plugin": "1.4.1",
7878
"ts-pnp": "1.1.2",
79-
"url-loader": "2.0.1",
80-
"webpack": "4.35.0",
79+
"url-loader": "2.1.0",
80+
"webpack": "4.39.1",
8181
"webpack-dev-server": "3.2.1",
8282
"webpack-manifest-plugin": "2.0.4",
83-
"workbox-webpack-plugin": "4.2.0"
83+
"workbox-webpack-plugin": "4.3.1"
8484
},
8585
"devDependencies": {
8686
"react": "^16.8.4",

packages/react-scripts/template-typescript/public/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
8-
<meta name="description" content="Web site created using create-react-app">
9-
<link rel="apple-touch-icon" href="logo192.png">
8+
<meta
9+
name="description"
10+
content="Web site created using create-react-app"
11+
/>
12+
<link rel="apple-touch-icon" href="logo192.png" />
1013
<!--
1114
manifest.json provides metadata used when your web app is installed on a
1215
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/

packages/react-scripts/template/public/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
8-
<meta name="description" content="Web site created using create-react-app">
9-
<link rel="apple-touch-icon" href="logo192.png">
8+
<meta
9+
name="description"
10+
content="Web site created using create-react-app"
11+
/>
12+
<link rel="apple-touch-icon" href="logo192.png" />
1013
<!--
1114
manifest.json provides metadata used when your web app is installed on a
1215
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/

0 commit comments

Comments
 (0)