Skip to content

Commit 7e4657b

Browse files
committed
Bump dependencies (#3785)
* Bump dependencies * Use a more sensible way to compile error overlay * Keep old chalk for global CLI
1 parent a78325c commit 7e4657b

File tree

6 files changed

+63
-52
lines changed

6 files changed

+63
-52
lines changed

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

+13-13
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
"dependencies.js"
1313
],
1414
"dependencies": {
15-
"@babel/core": "7.0.0-beta.36",
16-
"@babel/plugin-proposal-class-properties": "7.0.0-beta.36",
17-
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.36",
18-
"@babel/plugin-transform-classes": "7.0.0-beta.36",
19-
"@babel/plugin-transform-destructuring": "7.0.0-beta.36",
20-
"@babel/plugin-transform-react-constant-elements": "7.0.0-beta.36",
21-
"@babel/plugin-transform-react-display-name": "7.0.0-beta.36",
22-
"@babel/plugin-transform-react-jsx": "7.0.0-beta.36",
23-
"@babel/plugin-transform-regenerator": "7.0.0-beta.36",
24-
"@babel/plugin-transform-runtime": "7.0.0-beta.36",
25-
"@babel/preset-env": "7.0.0-beta.36",
26-
"@babel/preset-flow": "7.0.0-beta.36",
27-
"@babel/preset-react": "7.0.0-beta.36",
15+
"@babel/core": "7.0.0-beta.37",
16+
"@babel/plugin-proposal-class-properties": "7.0.0-beta.37",
17+
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.37",
18+
"@babel/plugin-transform-classes": "7.0.0-beta.37",
19+
"@babel/plugin-transform-destructuring": "7.0.0-beta.37",
20+
"@babel/plugin-transform-react-constant-elements": "7.0.0-beta.37",
21+
"@babel/plugin-transform-react-display-name": "7.0.0-beta.37",
22+
"@babel/plugin-transform-react-jsx": "7.0.0-beta.37",
23+
"@babel/plugin-transform-regenerator": "7.0.0-beta.37",
24+
"@babel/plugin-transform-runtime": "7.0.0-beta.37",
25+
"@babel/preset-env": "7.0.0-beta.37",
26+
"@babel/preset-flow": "7.0.0-beta.37",
27+
"@babel/preset-react": "7.0.0-beta.37",
2828
"babel-plugin-macros": "2.0.0",
2929
"babel-plugin-transform-dynamic-import": "2.0.0"
3030
}

packages/create-react-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"create-react-app": "./index.js"
2222
},
2323
"dependencies": {
24-
"chalk": "^1.1.1",
24+
"chalk": "^1.1.3",
2525
"commander": "^2.9.0",
2626
"cross-spawn": "^4.0.0",
2727
"envinfo": "^3.8.0",
28-
"fs-extra": "^1.0.0",
28+
"fs-extra": "^5.0.0",
2929
"hyperquest": "^2.1.2",
3030
"semver": "^5.0.3",
3131
"tar-pack": "^3.4.0",
32-
"tmp": "0.0.31",
32+
"tmp": "0.0.33",
3333
"validate-npm-package-name": "^3.0.0"
3434
}
3535
}

packages/react-dev-utils/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,22 @@
3737
],
3838
"dependencies": {
3939
"address": "1.0.3",
40-
"@babel/code-frame": "7.0.0-beta.36",
41-
"chalk": "1.1.3",
40+
"@babel/code-frame": "7.0.0-beta.37",
41+
"chalk": "2.3.0",
4242
"cross-spawn": "5.1.0",
4343
"detect-port-alt": "1.1.5",
4444
"escape-string-regexp": "1.0.5",
4545
"filesize": "3.5.11",
4646
"global-modules": "1.0.0",
47-
"gzip-size": "3.0.0",
48-
"inquirer": "3.3.0",
47+
"gzip-size": "4.1.0",
48+
"inquirer": "5.0.0",
4949
"is-root": "1.0.0",
5050
"opn": "5.2.0",
5151
"react-error-overlay": "^3.0.0",
5252
"recursive-readdir": "2.2.1",
5353
"shell-quote": "1.6.1",
5454
"sockjs-client": "1.1.4",
55-
"strip-ansi": "3.0.1",
55+
"strip-ansi": "4.0.0",
5656
"text-table": "0.2.0"
5757
},
5858
"devDependencies": {

packages/react-error-overlay/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"chalk": "^2.1.0",
4343
"chokidar": "^1.7.0",
4444
"cross-env": "5.0.5",
45-
"eslint": "4.4.1",
45+
"eslint": "4.15.0",
4646
"eslint-config-react-app": "^2.0.1",
47-
"eslint-plugin-flowtype": "2.35.0",
48-
"eslint-plugin-import": "2.7.0",
49-
"eslint-plugin-jsx-a11y": "6.0.2",
50-
"eslint-plugin-react": "7.1.0",
47+
"eslint-plugin-flowtype": "2.41.0",
48+
"eslint-plugin-import": "2.8.0",
49+
"eslint-plugin-jsx-a11y": "6.0.3",
50+
"eslint-plugin-react": "7.5.1",
5151
"flow-bin": "^0.63.1",
5252
"html-entities": "1.2.1",
5353
"jest": "22.0.6",

packages/react-error-overlay/webpack.config.iframe.js

+21-10
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,28 @@ module.exports = {
1818
module: {
1919
rules: [
2020
{
21-
test: /\.js$/,
22-
include: [
23-
path.resolve(__dirname, './src'),
24-
/[\/\\]node_modules[\/\\](ansi-styles|chalk)[\/\\]/,
25-
],
26-
use: {
27-
loader: 'babel-loader',
28-
options: {
29-
presets: ['react-app'],
21+
oneOf: [
22+
// Source
23+
{
24+
test: /\.js$/,
25+
include: [path.resolve(__dirname, './src')],
26+
use: {
27+
loader: 'babel-loader',
28+
},
29+
},
30+
// Dependencies
31+
{
32+
test: /\.js$/,
33+
use: {
34+
loader: 'babel-loader',
35+
options: {
36+
babelrc: false,
37+
compact: false,
38+
presets: ['babel-preset-react-app/dependencies'],
39+
},
40+
},
3041
},
31-
},
42+
],
3243
},
3344
],
3445
},

packages/react-scripts/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -21,44 +21,44 @@
2121
"react-scripts": "./bin/react-scripts.js"
2222
},
2323
"dependencies": {
24-
"@babel/core": "7.0.0-beta.36",
25-
"@babel/runtime": "7.0.0-beta.36",
26-
"autoprefixer": "7.1.6",
24+
"@babel/core": "7.0.0-beta.37",
25+
"@babel/runtime": "7.0.0-beta.37",
26+
"autoprefixer": "7.2.5",
2727
"babel-core": "7.0.0-bridge.0",
28-
"babel-eslint": "8.0.2",
28+
"babel-eslint": "8.2.1",
2929
"babel-jest": "22.0.6",
3030
"babel-loader": "8.0.0-beta.0",
3131
"babel-preset-react-app": "^3.1.0",
3232
"case-sensitive-paths-webpack-plugin": "2.1.1",
33-
"chalk": "1.1.3",
34-
"css-loader": "0.28.7",
33+
"chalk": "2.3.0",
34+
"css-loader": "0.28.8",
3535
"dotenv": "4.0.0",
3636
"dotenv-expand": "4.0.1",
3737
"eslint": "4.15.0",
3838
"eslint-config-react-app": "^2.0.1",
3939
"eslint-loader": "1.9.0",
40-
"eslint-plugin-flowtype": "2.39.1",
40+
"eslint-plugin-flowtype": "2.41.0",
4141
"eslint-plugin-import": "2.8.0",
42-
"eslint-plugin-jsx-a11y": "6.0.2",
43-
"eslint-plugin-react": "7.4.0",
42+
"eslint-plugin-jsx-a11y": "6.0.3",
43+
"eslint-plugin-react": "7.5.1",
4444
"extract-text-webpack-plugin": "3.0.2",
45-
"file-loader": "1.1.5",
46-
"fs-extra": "3.0.1",
47-
"html-webpack-plugin": "2.29.0",
45+
"file-loader": "1.1.6",
46+
"fs-extra": "5.0.0",
47+
"html-webpack-plugin": "2.30.1",
4848
"jest": "22.0.6",
4949
"object-assign": "4.1.1",
5050
"postcss-flexbugs-fixes": "3.2.0",
51-
"postcss-loader": "2.0.8",
51+
"postcss-loader": "2.0.10",
5252
"promise": "8.0.1",
5353
"raf": "3.4.0",
5454
"react-dev-utils": "^4.2.1",
55-
"style-loader": "0.19.0",
55+
"style-loader": "0.19.1",
5656
"sw-precache-webpack-plugin": "0.11.4",
5757
"thread-loader": "1.1.2",
5858
"uglifyjs-webpack-plugin": "1.1.6",
5959
"url-loader": "0.6.2",
60-
"webpack": "3.8.1",
61-
"webpack-dev-server": "2.9.4",
60+
"webpack": "3.10.0",
61+
"webpack-dev-server": "2.11.0",
6262
"webpack-manifest-plugin": "1.3.2",
6363
"whatwg-fetch": "2.0.3"
6464
},

0 commit comments

Comments
 (0)