Skip to content

Commit 2e19824

Browse files
committed
Update tons of packages (facebook#5080)
1 parent 9084a1f commit 2e19824

File tree

6 files changed

+34
-30
lines changed

6 files changed

+34
-30
lines changed

package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
"screencast": "node ./tasks/screencast.js",
1616
"screencast:error": "svg-term --cast jyu19xGl88FQ3poMY8Hbmfw8y --out screencast-error.svg --window --at 12000 --no-cursor",
1717
"test": "cd packages/react-scripts && node bin/react-scripts.js test",
18-
"format": "prettier --trailing-comma es5 --single-quote --write 'packages/*/*.js' 'packages/*/!(node_modules)/**/*.js'",
19-
"precommit": "lint-staged"
18+
"format": "prettier --trailing-comma es5 --single-quote --write 'packages/*/*.js' 'packages/*/!(node_modules)/**/*.js'"
2019
},
2120
"devDependencies": {
2221
"eslint": "5.6.0",
2322
"execa": "1.0.0",
24-
"husky": "^0.14.3",
23+
"husky": "1.0.0-rc.15",
2524
"lerna": "2.9.1",
2625
"lerna-changelog": "^0.8.0",
2726
"lint-staged": "^7.0.5",
@@ -31,6 +30,11 @@
3130
"svg-term-cli": "^2.1.1",
3231
"tempy": "^0.2.1"
3332
},
33+
"husky": {
34+
"hooks": {
35+
"pre-commit": "lint-staged"
36+
}
37+
},
3438
"lint-staged": {
3539
"*.js": [
3640
"prettier --trailing-comma es5 --single-quote --write",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@babel/preset-env": "7.1.0",
3030
"@babel/preset-flow": "7.0.0",
3131
"@babel/preset-react": "7.0.0",
32-
"babel-plugin-macros": "2.4.1",
32+
"babel-plugin-macros": "2.4.2",
3333
"babel-plugin-transform-dynamic-import": "2.0.0",
34-
"babel-plugin-transform-react-remove-prop-types": "0.4.15"
34+
"babel-plugin-transform-react-remove-prop-types": "0.4.18"
3535
}
3636
}

packages/create-react-app/package.json

+9-9
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.3",
25-
"commander": "^2.9.0",
26-
"cross-spawn": "^4.0.0",
27-
"envinfo": "5.4.0",
28-
"fs-extra": "^5.0.0",
29-
"hyperquest": "^2.1.2",
30-
"semver": "^5.0.3",
31-
"tar-pack": "^3.4.0",
24+
"chalk": "1.1.3",
25+
"commander": "2.18.0",
26+
"cross-spawn": "4.0.2",
27+
"envinfo": "5.10.0",
28+
"fs-extra": "5.0.0",
29+
"hyperquest": "2.1.3",
30+
"semver": "5.5.1",
31+
"tar-pack": "3.4.1",
3232
"tmp": "0.0.33",
33-
"validate-npm-package-name": "^3.0.0"
33+
"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
@@ -42,17 +42,17 @@
4242
"dependencies": {
4343
"@babel/code-frame": "7.0.0",
4444
"address": "1.0.3",
45-
"browserslist": "3.2.6",
45+
"browserslist": "4.1.1",
4646
"chalk": "2.4.1",
4747
"cross-spawn": "6.0.5",
4848
"detect-port-alt": "1.1.6",
4949
"escape-string-regexp": "1.0.5",
5050
"filesize": "3.6.1",
5151
"global-modules": "1.0.0",
52-
"gzip-size": "4.1.0",
53-
"inquirer": "5.1.0",
54-
"is-root": "1.0.0",
55-
"opn": "5.3.0",
52+
"gzip-size": "5.0.0",
53+
"inquirer": "6.2.0",
54+
"is-root": "2.0.0",
55+
"opn": "5.4.0",
5656
"pkg-up": "2.0.0",
5757
"react-error-overlay": "^4.0.0",
5858
"recursive-readdir": "2.2.2",

packages/react-error-overlay/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,27 @@
3333
"@babel/code-frame": "7.0.0",
3434
"@babel/core": "7.1.0",
3535
"@babel/runtime": "7.0.0",
36-
"anser": "1.4.6",
36+
"anser": "1.4.7",
3737
"babel-core": "7.0.0-bridge.0",
3838
"babel-eslint": "9.0.0",
3939
"babel-jest": "23.6.0",
4040
"babel-loader": "8.0.2",
4141
"babel-preset-react-app": "^3.1.1",
4242
"chalk": "^2.3.2",
4343
"chokidar": "^2.0.2",
44-
"cross-env": "5.1.4",
44+
"cross-env": "5.2.0",
4545
"eslint": "5.6.0",
4646
"eslint-config-react-app": "^2.1.0",
47-
"eslint-plugin-flowtype": "2.46.1",
48-
"eslint-plugin-import": "2.9.0",
49-
"eslint-plugin-jsx-a11y": "6.0.3",
50-
"eslint-plugin-react": "7.8.2",
47+
"eslint-plugin-flowtype": "2.50.1",
48+
"eslint-plugin-import": "2.14.0",
49+
"eslint-plugin-jsx-a11y": "6.1.1",
50+
"eslint-plugin-react": "7.11.1",
5151
"flow-bin": "^0.63.1",
5252
"html-entities": "1.2.1",
5353
"jest": "23.6.0",
54-
"jest-fetch-mock": "1.5.0",
54+
"jest-fetch-mock": "1.6.6",
5555
"object-assign": "4.1.1",
56-
"promise": "8.0.1",
56+
"promise": "8.0.2",
5757
"raw-loader": "^0.5.1",
5858
"react": "^16.3.2",
5959
"react-dom": "^16.3.2",

packages/react-scripts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"bfj": "6.1.1",
3535
"case-sensitive-paths-webpack-plugin": "2.1.2",
3636
"chalk": "2.4.1",
37-
"css-loader": "0.28.11",
37+
"css-loader": "1.0.0",
3838
"dotenv": "6.0.0",
3939
"dotenv-expand": "4.2.0",
4040
"eslint": "5.6.0",
@@ -44,7 +44,7 @@
4444
"eslint-plugin-import": "2.14.0",
4545
"eslint-plugin-jsx-a11y": "6.1.1",
4646
"eslint-plugin-react": "7.11.1",
47-
"file-loader": "1.1.11",
47+
"file-loader": "2.0.0",
4848
"fs-extra": "7.0.0",
4949
"html-webpack-plugin": "4.0.0-alpha.2",
5050
"identity-obj-proxy": "3.0.0",
@@ -67,7 +67,7 @@
6767
"thread-loader": "1.2.0",
6868
"url-loader": "1.1.1",
6969
"webpack": "4.19.1",
70-
"webpack-dev-server": "3.1.8",
70+
"webpack-dev-server": "3.1.9",
7171
"webpack-manifest-plugin": "2.0.4",
7272
"whatwg-fetch": "3.0.0"
7373
},

0 commit comments

Comments
 (0)