Skip to content

Commit

Permalink
Update tons of packages (facebook#5080)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Sep 24, 2018
1 parent 9084a1f commit 2e19824
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 30 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
18 changes: 9 additions & 9 deletions packages/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
10 changes: 5 additions & 5 deletions packages/react-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
16 changes: 8 additions & 8 deletions packages/react-error-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,27 @@
"@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",
"babel-loader": "8.0.2",
"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",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 2e19824

Please sign in to comment.