mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Update tons of packages (#5080)
This commit is contained in:
10
package.json
10
package.json
@@ -15,13 +15,12 @@
|
||||
"screencast": "node ./tasks/screencast.js",
|
||||
"screencast:error": "svg-term --cast jyu19xGl88FQ3poMY8Hbmfw8y --out screencast-error.svg --window --at 12000 --no-cursor",
|
||||
"test": "cd packages/react-scripts && node bin/react-scripts.js test",
|
||||
"format": "prettier --trailing-comma es5 --single-quote --write 'packages/*/*.js' 'packages/*/!(node_modules)/**/*.js'",
|
||||
"precommit": "lint-staged"
|
||||
"format": "prettier --trailing-comma es5 --single-quote --write 'packages/*/*.js' 'packages/*/!(node_modules)/**/*.js'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "5.6.0",
|
||||
"execa": "1.0.0",
|
||||
"husky": "^0.14.3",
|
||||
"husky": "1.0.0-rc.15",
|
||||
"lerna": "2.9.1",
|
||||
"lerna-changelog": "^0.8.0",
|
||||
"lint-staged": "^7.0.5",
|
||||
@@ -31,6 +30,11 @@
|
||||
"svg-term-cli": "^2.1.1",
|
||||
"tempy": "^0.2.1"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.js": [
|
||||
"prettier --trailing-comma es5 --single-quote --write",
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
"@babel/preset-env": "7.1.0",
|
||||
"@babel/preset-flow": "7.0.0",
|
||||
"@babel/preset-react": "7.0.0",
|
||||
"babel-plugin-macros": "2.4.1",
|
||||
"babel-plugin-macros": "2.4.2",
|
||||
"babel-plugin-transform-dynamic-import": "2.0.0",
|
||||
"babel-plugin-transform-react-remove-prop-types": "0.4.15"
|
||||
"babel-plugin-transform-react-remove-prop-types": "0.4.18"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,15 +21,15 @@
|
||||
"create-react-app": "./index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^1.1.3",
|
||||
"commander": "^2.9.0",
|
||||
"cross-spawn": "^4.0.0",
|
||||
"envinfo": "5.4.0",
|
||||
"fs-extra": "^5.0.0",
|
||||
"hyperquest": "^2.1.2",
|
||||
"semver": "^5.0.3",
|
||||
"tar-pack": "^3.4.0",
|
||||
"chalk": "1.1.3",
|
||||
"commander": "2.18.0",
|
||||
"cross-spawn": "4.0.2",
|
||||
"envinfo": "5.10.0",
|
||||
"fs-extra": "5.0.0",
|
||||
"hyperquest": "2.1.3",
|
||||
"semver": "5.5.1",
|
||||
"tar-pack": "3.4.1",
|
||||
"tmp": "0.0.33",
|
||||
"validate-npm-package-name": "^3.0.0"
|
||||
"validate-npm-package-name": "3.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,17 +42,17 @@
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "7.0.0",
|
||||
"address": "1.0.3",
|
||||
"browserslist": "3.2.6",
|
||||
"browserslist": "4.1.1",
|
||||
"chalk": "2.4.1",
|
||||
"cross-spawn": "6.0.5",
|
||||
"detect-port-alt": "1.1.6",
|
||||
"escape-string-regexp": "1.0.5",
|
||||
"filesize": "3.6.1",
|
||||
"global-modules": "1.0.0",
|
||||
"gzip-size": "4.1.0",
|
||||
"inquirer": "5.1.0",
|
||||
"is-root": "1.0.0",
|
||||
"opn": "5.3.0",
|
||||
"gzip-size": "5.0.0",
|
||||
"inquirer": "6.2.0",
|
||||
"is-root": "2.0.0",
|
||||
"opn": "5.4.0",
|
||||
"pkg-up": "2.0.0",
|
||||
"react-error-overlay": "^4.0.0",
|
||||
"recursive-readdir": "2.2.2",
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"@babel/code-frame": "7.0.0",
|
||||
"@babel/core": "7.1.0",
|
||||
"@babel/runtime": "7.0.0",
|
||||
"anser": "1.4.6",
|
||||
"anser": "1.4.7",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-eslint": "9.0.0",
|
||||
"babel-jest": "23.6.0",
|
||||
@@ -41,19 +41,19 @@
|
||||
"babel-preset-react-app": "^3.1.1",
|
||||
"chalk": "^2.3.2",
|
||||
"chokidar": "^2.0.2",
|
||||
"cross-env": "5.1.4",
|
||||
"cross-env": "5.2.0",
|
||||
"eslint": "5.6.0",
|
||||
"eslint-config-react-app": "^2.1.0",
|
||||
"eslint-plugin-flowtype": "2.46.1",
|
||||
"eslint-plugin-import": "2.9.0",
|
||||
"eslint-plugin-jsx-a11y": "6.0.3",
|
||||
"eslint-plugin-react": "7.8.2",
|
||||
"eslint-plugin-flowtype": "2.50.1",
|
||||
"eslint-plugin-import": "2.14.0",
|
||||
"eslint-plugin-jsx-a11y": "6.1.1",
|
||||
"eslint-plugin-react": "7.11.1",
|
||||
"flow-bin": "^0.63.1",
|
||||
"html-entities": "1.2.1",
|
||||
"jest": "23.6.0",
|
||||
"jest-fetch-mock": "1.5.0",
|
||||
"jest-fetch-mock": "1.6.6",
|
||||
"object-assign": "4.1.1",
|
||||
"promise": "8.0.1",
|
||||
"promise": "8.0.2",
|
||||
"raw-loader": "^0.5.1",
|
||||
"react": "^16.3.2",
|
||||
"react-dom": "^16.3.2",
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"bfj": "6.1.1",
|
||||
"case-sensitive-paths-webpack-plugin": "2.1.2",
|
||||
"chalk": "2.4.1",
|
||||
"css-loader": "0.28.11",
|
||||
"css-loader": "1.0.0",
|
||||
"dotenv": "6.0.0",
|
||||
"dotenv-expand": "4.2.0",
|
||||
"eslint": "5.6.0",
|
||||
@@ -44,7 +44,7 @@
|
||||
"eslint-plugin-import": "2.14.0",
|
||||
"eslint-plugin-jsx-a11y": "6.1.1",
|
||||
"eslint-plugin-react": "7.11.1",
|
||||
"file-loader": "1.1.11",
|
||||
"file-loader": "2.0.0",
|
||||
"fs-extra": "7.0.0",
|
||||
"html-webpack-plugin": "4.0.0-alpha.2",
|
||||
"identity-obj-proxy": "3.0.0",
|
||||
@@ -67,7 +67,7 @@
|
||||
"thread-loader": "1.2.0",
|
||||
"url-loader": "1.1.1",
|
||||
"webpack": "4.19.1",
|
||||
"webpack-dev-server": "3.1.8",
|
||||
"webpack-dev-server": "3.1.9",
|
||||
"webpack-manifest-plugin": "2.0.4",
|
||||
"whatwg-fetch": "3.0.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user