-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Update all dependencies #11537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update all dependencies #11537
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,6 @@ | |
"index.js" | ||
], | ||
"devDependencies": { | ||
"jest": "^27.1.0" | ||
"jest": "^27.2.5" | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,59 +28,59 @@ | |
}, | ||
"types": "./lib/react-app.d.ts", | ||
"dependencies": { | ||
"@babel/core": "^7.14.2", | ||
"@babel/core": "^7.15.8", | ||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1", | ||
"@svgr/webpack": "^5.5.0", | ||
"babel-jest": "^27.1.0", | ||
"babel-jest": "^27.2.5", | ||
"babel-loader": "^8.2.2", | ||
"babel-plugin-named-asset-import": "^0.3.7", | ||
"babel-preset-react-app": "^10.0.0", | ||
"bfj": "^7.0.2", | ||
"browserslist": "^4.16.5", | ||
"browserslist": "^4.17.3", | ||
"camelcase": "^6.2.0", | ||
"case-sensitive-paths-webpack-plugin": "^2.4.0", | ||
"css-loader": "^6.2.0", | ||
"css-minimizer-webpack-plugin": "^3.0.2", | ||
"dotenv": "^9.0.2", | ||
"css-loader": "^6.4.0", | ||
"css-minimizer-webpack-plugin": "^3.1.1", | ||
"dotenv": "^10.0.0", | ||
"dotenv-expand": "^5.1.0", | ||
"eslint": "^7.30.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-react-app": "^6.0.0", | ||
"eslint-webpack-plugin": "^2.5.4", | ||
"eslint-webpack-plugin": "^3.0.1", | ||
"file-loader": "^6.2.0", | ||
"fs-extra": "^10.0.0", | ||
"html-webpack-plugin": "^5.3.2", | ||
"identity-obj-proxy": "^3.0.0", | ||
"jest": "^27.1.0", | ||
"jest-resolve": "^27.1.0", | ||
"jest-watch-typeahead": "^0.6.4", | ||
"mini-css-extract-plugin": "^2.1.0", | ||
"postcss": "^8.3.5", | ||
"jest": "^27.2.5", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Jest is also on 27.4.3 now |
||
"jest-resolve": "^27.2.5", | ||
"jest-watch-typeahead": "^1.0.0", | ||
"mini-css-extract-plugin": "^2.4.2", | ||
"postcss": "^8.3.9", | ||
"postcss-flexbugs-fixes": "^5.0.2", | ||
"postcss-loader": "^6.1.1", | ||
"postcss-normalize": "^10.0.1", | ||
"postcss-preset-env": "^6.7.0", | ||
"prompts": "^2.4.1", | ||
"prompts": "^2.4.2", | ||
"react-app-polyfill": "^2.0.0", | ||
"react-dev-utils": "^11.0.4", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think Currently, the webpack.config.js uses ForkTsCheckerWarningWebpackPlugin that isn't included in |
||
"react-refresh": "^0.10.0", | ||
"resolve": "^1.20.0", | ||
"resolve-url-loader": "^4.0.0", | ||
"sass-loader": "^12.1.0", | ||
"semver": "^7.3.5", | ||
"source-map-loader": "^1.1.2", | ||
"style-loader": "^3.0.0", | ||
"terser-webpack-plugin": "^5.1.4", | ||
"webpack": "^5.41.1", | ||
"webpack-dev-server": "^4.0.0", | ||
"source-map-loader": "^3.0.0", | ||
"style-loader": "^3.3.0", | ||
"terser-webpack-plugin": "^5.2.4", | ||
"webpack": "^5.58.1", | ||
"webpack-dev-server": "^4.3.1", | ||
"webpack-manifest-plugin": "^4.0.2", | ||
"workbox-webpack-plugin": "^6.2.4" | ||
"workbox-webpack-plugin": "^6.3.0" | ||
}, | ||
"devDependencies": { | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1" | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
}, | ||
"optionalDependencies": { | ||
"fsevents": "^2.1.3" | ||
"fsevents": "^2.3.2" | ||
}, | ||
"peerDependencies": { | ||
"react": ">= 16", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bump eslint to
^8.0.0
as well here? Need to ensure the plugins are compatible thought.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct, this isn't ready yet. See #11374 for tracking - thanks @silverwind :)