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
});

0 commit comments

Comments
 (0)