Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3e1dc99

Browse files
authored
Fix CI and upgrade dependencies (#6137)
* Upgrade a bunch of dependencies * Turn off nightly Yarn
1 parent 73e3d0e commit 3e1dc99

File tree

8 files changed

+51
-51
lines changed

8 files changed

+51
-51
lines changed

‎.travis.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cache:
1010
directories:
1111
- .npm
1212
before_install:
13-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --nightly
13+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
1414
- export PATH="$HOME/.yarn/bin:$PATH"
1515
install: true
1616
script:

‎appveyor.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ platform:
3737
install:
3838
- ps: Install-Product node $env:nodejs_version $env:platform
3939
- ps: |
40-
(New-Object Net.WebClient).DownloadFile("https://nightly.yarnpkg.com/latest.msi", "$env:temp\yarn.msi")
40+
(New-Object Net.WebClient).DownloadFile("https://yarnpkg.com/latest.msi", "$env:temp\yarn.msi")
4141
cmd /c start /wait msiexec.exe /i $env:temp\yarn.msi /quiet /qn /norestart
4242
4343
build: off

‎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.6.0",
22+
"eslint": "5.12.0",
2323
"execa": "1.0.0",
2424
"fs-extra": "^7.0.0",
2525
"get-port": "^4.0.0",

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@
1717
"test.js"
1818
],
1919
"dependencies": {
20-
"@babel/core": "7.1.6",
21-
"@babel/plugin-proposal-class-properties": "7.1.0",
22-
"@babel/plugin-proposal-decorators": "7.1.6",
23-
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
24-
"@babel/plugin-syntax-dynamic-import": "7.0.0",
25-
"@babel/plugin-transform-classes": "7.1.0",
26-
"@babel/plugin-transform-destructuring": "7.1.3",
27-
"@babel/plugin-transform-flow-strip-types": "7.1.6",
28-
"@babel/plugin-transform-react-constant-elements": "7.0.0",
29-
"@babel/plugin-transform-react-display-name": "7.0.0",
30-
"@babel/plugin-transform-runtime": "7.1.0",
31-
"@babel/preset-env": "7.1.6",
20+
"@babel/core": "7.2.2",
21+
"@babel/plugin-proposal-class-properties": "7.2.3",
22+
"@babel/plugin-proposal-decorators": "7.2.3",
23+
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
24+
"@babel/plugin-syntax-dynamic-import": "7.2.0",
25+
"@babel/plugin-transform-classes": "7.2.2",
26+
"@babel/plugin-transform-destructuring": "7.2.0",
27+
"@babel/plugin-transform-flow-strip-types": "7.2.3",
28+
"@babel/plugin-transform-react-constant-elements": "7.2.0",
29+
"@babel/plugin-transform-react-display-name": "7.2.0",
30+
"@babel/plugin-transform-runtime": "7.2.0",
31+
"@babel/preset-env": "7.2.3",
3232
"@babel/preset-react": "7.0.0",
3333
"@babel/preset-typescript": "7.1.0",
34-
"@babel/runtime": "7.1.5",
35-
"babel-loader": "8.0.4",
34+
"@babel/runtime": "7.2.0",
35+
"babel-loader": "8.0.5",
3636
"babel-plugin-dynamic-import-node": "2.2.0",
37-
"babel-plugin-macros": "2.4.2",
38-
"babel-plugin-transform-react-remove-prop-types": "0.4.20"
37+
"babel-plugin-macros": "2.4.4",
38+
"babel-plugin-transform-react-remove-prop-types": "0.4.21"
3939
}
4040
}

‎packages/react-app-polyfill/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"jsdom.js"
1717
],
1818
"dependencies": {
19-
"core-js": "2.5.7",
19+
"core-js": "2.6.1",
2020
"object-assign": "4.1.1",
2121
"promise": "8.0.2",
22-
"raf": "3.4.0",
22+
"raf": "3.4.1",
2323
"whatwg-fetch": "3.0.0"
2424
}
2525
}

‎packages/react-dev-utils/package.json‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,32 +46,32 @@
4646
"dependencies": {
4747
"@babel/code-frame": "7.0.0",
4848
"address": "1.0.3",
49-
"browserslist": "4.1.1",
50-
"chalk": "2.4.1",
49+
"browserslist": "4.3.7",
50+
"chalk": "2.4.2",
5151
"cross-spawn": "6.0.5",
5252
"detect-port-alt": "1.1.6",
5353
"escape-string-regexp": "1.0.5",
5454
"filesize": "3.6.1",
5555
"find-up": "3.0.0",
56-
"global-modules": "1.0.0",
56+
"global-modules": "2.0.0",
5757
"globby": "8.0.1",
5858
"gzip-size": "5.0.0",
59-
"immer": "1.7.2",
60-
"inquirer": "6.2.0",
59+
"immer": "1.10.0",
60+
"inquirer": "6.2.1",
6161
"is-root": "2.0.0",
62-
"loader-utils": "1.1.0",
62+
"loader-utils": "1.2.3",
6363
"opn": "5.4.0",
6464
"pkg-up": "2.0.0",
6565
"react-error-overlay": "^5.1.2",
6666
"recursive-readdir": "2.2.2",
6767
"shell-quote": "1.6.1",
68-
"sockjs-client": "1.1.5",
69-
"strip-ansi": "4.0.0",
68+
"sockjs-client": "1.3.0",
69+
"strip-ansi": "5.0.0",
7070
"text-table": "0.2.0"
7171
},
7272
"devDependencies": {
7373
"cross-env": "^5.2.0",
74-
"jest": "23.6.0"
74+
"jest": "^23.6.0"
7575
},
7676
"scripts": {
7777
"test": "cross-env FORCE_COLOR=true jest"

‎packages/react-error-overlay/package.json‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
],
3232
"devDependencies": {
3333
"@babel/code-frame": "7.0.0",
34-
"@babel/core": "7.1.0",
35-
"anser": "1.4.7",
34+
"@babel/core": "7.2.2",
35+
"anser": "1.4.8",
3636
"babel-core": "7.0.0-bridge.0",
3737
"babel-eslint": "9.0.0",
3838
"babel-jest": "23.6.0",
39-
"babel-loader": "8.0.4",
39+
"babel-loader": "8.0.5",
4040
"babel-preset-react-app": "^7.0.0",
41-
"chalk": "^2.3.2",
41+
"chalk": "^2.4.2",
4242
"chokidar": "^2.0.2",
4343
"cross-env": "5.2.0",
44-
"eslint": "5.6.0",
44+
"eslint": "5.12.0",
4545
"eslint-config-react-app": "^3.0.6",
4646
"eslint-plugin-flowtype": "2.50.1",
4747
"eslint-plugin-import": "2.14.0",
48-
"eslint-plugin-jsx-a11y": "6.1.1",
49-
"eslint-plugin-react": "7.11.1",
48+
"eslint-plugin-jsx-a11y": "6.1.2",
49+
"eslint-plugin-react": "7.12.3",
5050
"flow-bin": "^0.63.1",
5151
"html-entities": "1.2.1",
5252
"jest": "23.6.0",
@@ -60,7 +60,7 @@
6060
"rimraf": "^2.6.2",
6161
"settle-promise": "1.0.0",
6262
"source-map": "0.5.6",
63-
"terser-webpack-plugin": "1.1.0",
63+
"terser-webpack-plugin": "1.2.1",
6464
"webpack": "^4.8.1"
6565
},
6666
"jest": {

‎packages/react-scripts/package.json‎

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@
2424
},
2525
"types": "./lib/react-app.d.ts",
2626
"dependencies": {
27-
"@babel/core": "7.1.6",
27+
"@babel/core": "7.2.2",
2828
"@svgr/webpack": "2.4.1",
2929
"babel-core": "7.0.0-bridge.0",
3030
"babel-eslint": "9.0.0",
3131
"babel-jest": "23.6.0",
32-
"babel-loader": "8.0.4",
32+
"babel-loader": "8.0.5",
3333
"babel-plugin-named-asset-import": "^0.3.0",
3434
"babel-preset-react-app": "^7.0.0",
3535
"bfj": "6.1.1",
3636
"case-sensitive-paths-webpack-plugin": "2.1.2",
37-
"chalk": "2.4.1",
37+
"chalk": "2.4.2",
3838
"css-loader": "1.0.0",
3939
"dotenv": "6.0.0",
4040
"dotenv-expand": "4.2.0",
41-
"eslint": "5.6.0",
41+
"eslint": "5.12.0",
4242
"eslint-config-react-app": "^3.0.6",
4343
"eslint-loader": "2.1.1",
4444
"eslint-plugin-flowtype": "2.50.1",
@@ -47,27 +47,27 @@
4747
"eslint-plugin-react": "7.11.1",
4848
"file-loader": "2.0.0",
4949
"fork-ts-checker-webpack-plugin-alt": "0.4.14",
50-
"fs-extra": "7.0.0",
50+
"fs-extra": "7.0.1",
5151
"html-webpack-plugin": "4.0.0-alpha.2",
5252
"identity-obj-proxy": "3.0.0",
5353
"jest": "23.6.0",
54-
"jest-pnp-resolver": "1.0.1",
54+
"jest-pnp-resolver": "1.0.2",
5555
"jest-resolve": "23.6.0",
5656
"mini-css-extract-plugin": "0.4.3",
5757
"optimize-css-assets-webpack-plugin": "5.0.1",
58-
"pnp-webpack-plugin": "1.1.0",
58+
"pnp-webpack-plugin": "1.2.1",
5959
"postcss-flexbugs-fixes": "4.1.0",
6060
"postcss-loader": "3.0.0",
61-
"postcss-preset-env": "6.3.1",
61+
"postcss-preset-env": "6.5.0",
6262
"postcss-safe-parser": "4.0.1",
6363
"react-app-polyfill": "^0.2.0",
6464
"react-dev-utils": "^7.0.1",
65-
"resolve": "1.8.1",
65+
"resolve": "1.9.0",
6666
"sass-loader": "7.1.0",
67-
"style-loader": "0.23.0",
68-
"terser-webpack-plugin": "1.1.0",
69-
"url-loader": "1.1.1",
70-
"webpack": "4.19.1",
67+
"style-loader": "0.23.1",
68+
"terser-webpack-plugin": "1.2.1",
69+
"url-loader": "1.1.2",
70+
"webpack": "4.28.3",
7171
"webpack-dev-server": "3.1.14",
7272
"webpack-manifest-plugin": "2.0.4",
7373
"workbox-webpack-plugin": "3.6.3"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /