Skip to content

Commit 211694a

Browse files
authored
Fix CI (#7951)
1 parent 8a1ee2f commit 211694a

File tree

13 files changed

+607
-541
lines changed

13 files changed

+607
-541
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"compile:lockfile": "node tasks/compile-lockfile.js"
2121
},
2222
"devDependencies": {
23-
"@testing-library/react": "^9.3.0",
2423
"@testing-library/jest-dom": "^4.2.0",
24+
"@testing-library/react": "^9.3.0",
2525
"@testing-library/user-event": "^7.1.2",
2626
"alex": "^8.0.0",
2727
"eslint": "^6.1.0",
@@ -31,12 +31,12 @@
3131
"globby": "^9.1.0",
3232
"husky": "^1.3.1",
3333
"jest": "24.9.0",
34-
"lerna": "3.16.4",
34+
"lerna": "3.18.4",
3535
"lerna-changelog": "~0.8.2",
3636
"lint-staged": "^8.0.4",
3737
"meow": "^5.0.0",
3838
"multimatch": "^3.0.0",
39-
"prettier": "1.18.2",
39+
"prettier": "1.19.0",
4040
"puppeteer": "^1.13.0",
4141
"strip-ansi": "^5.1.0",
4242
"svg-term-cli": "^2.1.1",

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121
"test.js"
2222
],
2323
"dependencies": {
24-
"@babel/core": "7.6.4",
25-
"@babel/plugin-proposal-class-properties": "7.5.5",
26-
"@babel/plugin-proposal-decorators": "7.6.0",
24+
"@babel/core": "7.7.2",
25+
"@babel/plugin-proposal-class-properties": "7.7.0",
26+
"@babel/plugin-proposal-decorators": "7.7.0",
2727
"@babel/plugin-proposal-numeric-separator": "7.2.0",
2828
"@babel/plugin-proposal-object-rest-spread": "7.6.2",
2929
"@babel/plugin-syntax-dynamic-import": "7.2.0",
3030
"@babel/plugin-transform-destructuring": "7.6.0",
3131
"@babel/plugin-transform-flow-strip-types": "7.6.3",
3232
"@babel/plugin-transform-react-display-name": "7.2.0",
3333
"@babel/plugin-transform-runtime": "7.6.2",
34-
"@babel/preset-env": "7.6.3",
35-
"@babel/preset-react": "7.6.3",
36-
"@babel/preset-typescript": "7.6.0",
37-
"@babel/runtime": "7.6.3",
34+
"@babel/preset-env": "7.7.1",
35+
"@babel/preset-react": "7.7.0",
36+
"@babel/preset-typescript": "7.7.2",
37+
"@babel/runtime": "7.7.2",
3838
"babel-plugin-dynamic-import-node": "2.3.0",
3939
"babel-plugin-macros": "2.6.1",
4040
"babel-plugin-transform-react-remove-prop-types": "0.4.24"

packages/cra-template-typescript/template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"@types/react": "^16.9.0",
88
"@types/react-dom": "^16.9.0",
99
"@types/jest": "^24.0.0",
10-
"typescript": "^3.6.0"
10+
"typescript": "~3.7.2"
1111
}
1212
}

packages/create-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"chalk": "2.4.2",
3030
"commander": "2.20.0",
3131
"cross-spawn": "6.0.5",
32-
"envinfo": "7.3.1",
32+
"envinfo": "7.4.0",
3333
"fs-extra": "7.0.1",
3434
"hyperquest": "2.1.3",
3535
"inquirer": "6.5.0",

packages/create-react-app/yarn.lock.cached

+582-516
Large diffs are not rendered by default.

packages/react-app-polyfill/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"stable.js"
2222
],
2323
"dependencies": {
24-
"core-js": "3.2.1",
24+
"core-js": "3.4.0",
2525
"object-assign": "4.1.1",
2626
"promise": "8.0.3",
2727
"raf": "3.4.1",

packages/react-dev-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dependencies": {
5353
"@babel/code-frame": "7.5.5",
5454
"address": "1.1.2",
55-
"browserslist": "4.7.0",
55+
"browserslist": "4.7.2",
5656
"chalk": "2.4.2",
5757
"cross-spawn": "6.0.5",
5858
"detect-port-alt": "1.1.6",

packages/react-error-overlay/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
],
3636
"devDependencies": {
3737
"@babel/code-frame": "7.5.5",
38-
"@babel/core": "7.6.4",
39-
"anser": "1.4.8",
38+
"@babel/core": "7.7.2",
39+
"anser": "1.4.9",
4040
"babel-eslint": "10.0.3",
4141
"babel-jest": "^24.9.0",
4242
"babel-loader": "8.0.6",
@@ -49,7 +49,7 @@
4949
"eslint-plugin-flowtype": "3.13.0",
5050
"eslint-plugin-import": "2.18.2",
5151
"eslint-plugin-jsx-a11y": "6.2.3",
52-
"eslint-plugin-react": "7.14.3",
52+
"eslint-plugin-react": "7.16.0",
5353
"flow-bin": "^0.110.0",
5454
"html-entities": "1.2.1",
5555
"jest": "24.9.0",

packages/react-scripts/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
},
2929
"types": "./lib/react-app.d.ts",
3030
"dependencies": {
31-
"@babel/core": "7.6.4",
31+
"@babel/core": "7.7.2",
3232
"@svgr/webpack": "4.3.3",
33-
"@typescript-eslint/eslint-plugin": "^2.5.0",
34-
"@typescript-eslint/parser": "^2.5.0",
33+
"@typescript-eslint/eslint-plugin": "^2.6.1",
34+
"@typescript-eslint/parser": "^2.6.1",
3535
"babel-eslint": "10.0.3",
3636
"babel-jest": "^24.9.0",
3737
"babel-loader": "8.0.6",
@@ -86,7 +86,7 @@
8686
"react-dom": "^16.11.0"
8787
},
8888
"optionalDependencies": {
89-
"fsevents": "2.0.7"
89+
"fsevents": "2.1.1"
9090
},
9191
"peerDependenciesMeta": {
9292
"typescript": {

tasks/publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ if [ -z $CI ]; then
4848
fi
4949

5050
# Go!
51-
NPM_CONFIG_OTP="$otp" ./node_modules/.bin/lerna publish --npm-client=npm "$@"
51+
NPM_CONFIG_OTP="$otp" ./node_modules/.bin/lerna publish "$@"

test/fixtures/typescript-advanced/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"@types/jest": "*",
66
"react": "*",
77
"react-dom": "*",
8-
"typescript": "3.1.3"
8+
"typescript": "3.7.2"
99
}
1010
}

test/fixtures/typescript-typecheck/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"@types/react-dom": "*",
55
"react": "*",
66
"react-dom": "*",
7-
"typescript": "3.1.3"
7+
"typescript": "3.7.2"
88
}
99
}

test/fixtures/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"typescript": "3.1.3"
3+
"typescript": "3.7.2"
44
}
55
}

0 commit comments

Comments
 (0)