Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 23 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"private": true,
"workspaces": [
"packages/*"
],
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/babel-eslint/**"
]
},
"scripts": {
"build": "cd packages/react-scripts && node bin/react-scripts.js build",
"changelog": "lerna-changelog",
Expand All @@ -19,24 +24,24 @@
"compile:lockfile": "node tasks/compile-lockfile.js"
},
"devDependencies": {
"async-sema": "^2.1.3",
"eslint": "5.6.0",
"async-sema": "2.1.4",
"eslint": "5.6.1",
"execa": "1.0.0",
"fs-extra": "^7.0.0",
"get-port": "^4.0.0",
"globby": "^8.0.1",
"husky": "1.0.0-rc.15",
"jest": "^23.6.0",
"fs-extra": "7.0.0",
"get-port": "4.0.0",
"globby": "8.0.1",
"husky": "1.1.1",
"jest": "23.6.0",
"lerna": "2.9.1",
"lerna-changelog": "^0.8.0",
"lint-staged": "^7.0.5",
"meow": "^5.0.0",
"multimatch": "^2.1.0",
"lerna-changelog": "0.8.0",
"lint-staged": "7.3.0",
"meow": "5.0.0",
"multimatch": "2.1.0",
"prettier": "1.14.3",
"puppeteer": "^1.8.0",
"strip-ansi": "^4.0.0",
"svg-term-cli": "^2.1.1",
"tempy": "^0.2.1"
"puppeteer": "1.9.0",
"strip-ansi": "5.0.0",
"svg-term-cli": "2.1.1",
"tempy": "0.2.1"
},
"husky": {
"hooks": {
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"test.js"
],
"dependencies": {
"@babel/core": "7.1.0",
"@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/plugin-transform-classes": "7.1.0",
"@babel/plugin-transform-destructuring": "7.0.0",
"@babel/plugin-transform-destructuring": "7.1.2",
"@babel/plugin-transform-flow-strip-types": "7.0.0",
"@babel/plugin-transform-react-constant-elements": "7.0.0",
"@babel/plugin-transform-react-display-name": "7.0.0",
"@babel/plugin-transform-runtime": "7.1.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"@babel/runtime": "7.0.0",
"@babel/runtime": "7.1.2",
"babel-loader": "8.0.4",
"babel-plugin-macros": "2.4.2",
"babel-plugin-transform-dynamic-import": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@babel/code-frame": "7.0.0",
"address": "1.0.3",
"browserslist": "4.1.1",
"browserslist": "4.2.0",
"chalk": "2.4.1",
"cross-spawn": "6.0.5",
"detect-port-alt": "1.1.6",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-error-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@
],
"devDependencies": {
"@babel/code-frame": "7.0.0",
"@babel/core": "7.1.0",
"@babel/core": "7.1.2",
"anser": "1.4.7",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-eslint": "10.0.1",
"babel-jest": "23.6.0",
"babel-loader": "8.0.4",
"babel-preset-react-app": "^5.0.3",
"chalk": "^2.3.2",
"chokidar": "^2.0.2",
"cross-env": "5.2.0",
"eslint": "5.6.0",
"eslint": "5.6.1",
"eslint-config-react-app": "^3.0.3",
"eslint-plugin-flowtype": "2.50.1",
"eslint-plugin-flowtype": "2.50.3",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.11.1",
"flow-bin": "^0.63.1",
"html-entities": "1.2.1",
Expand Down
17 changes: 9 additions & 8 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,25 @@
"react-scripts": "./bin/react-scripts.js"
},
"dependencies": {
"@babel/core": "7.1.0",
"@svgr/webpack": "2.4.1",
"@babel/core": "7.1.2",
"@svgr/webpack": "3.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-eslint": "10.0.1",
"babel-jest": "23.6.0",
"babel-loader": "8.0.4",
"babel-plugin-named-asset-import": "^0.2.2",
"babel-preset-react-app": "^5.0.3",
"bfj": "6.1.1",
"browserslist": "4.2.0",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1",
"css-loader": "1.0.0",
"dotenv": "6.0.0",
"dotenv-expand": "4.2.0",
"eslint": "5.6.0",
"eslint": "5.6.1",
"eslint-config-react-app": "^3.0.3",
"eslint-loader": "2.1.1",
"eslint-plugin-flowtype": "2.50.1",
"eslint-plugin-flowtype": "2.50.3",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have an update for this yet?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"eslint-plugin-react": "7.11.1",
Expand All @@ -54,16 +55,16 @@
"pnp-webpack-plugin": "1.1.0",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.0.6",
"postcss-preset-env": "6.0.10",
"postcss-safe-parser": "4.0.1",
"react-app-polyfill": "^0.1.3",
"react-dev-utils": "^6.0.4",
"resolve": "1.8.1",
"sass-loader": "7.1.0",
"style-loader": "0.23.0",
"style-loader": "0.23.1",
"terser-webpack-plugin": "1.1.0",
"url-loader": "1.1.1",
"webpack": "4.19.1",
"webpack": "4.20.2",
"webpack-dev-server": "3.1.9",
"webpack-manifest-plugin": "2.0.4",
"workbox-webpack-plugin": "3.6.2"
Expand Down