Skip to content

Commit b41322a

Browse files
author
Morten N.O. Henriksen
committed
Bump @babel/eslint-parser to 7.14.7
1 parent f8e0fdb commit b41322a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/create-react-app/yarn.lock.cached

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
semver "^6.3.0"
9393
source-map "^0.5.0"
9494

95-
"@babel/eslint-parser@^7.13.14":
95+
"@babel/eslint-parser@^7.14.7":
9696
version "7.14.7"
9797
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.14.7.tgz#91be59a4f7dd60d02a3ef772d156976465596bda"
9898
integrity sha512-6WPwZqO5priAGIwV6msJcdc9TsEPzYeYdS/Xuoap+/ihkgN6dzHp2bcAAwyWZ5bLzk0vvjDmKvRwkqNaiJ8BiQ==

packages/eslint-config-react-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you want to use this ESLint configuration in a project not built with Create
1919
First, install this package, ESLint and the necessary plugins. Note that when using npm 7 (or greater) this step is not required, as npm will automatically install peer dependencies.
2020

2121
```sh
22-
npm install --save-dev eslint-config-react-app @babel/eslint-parser@^7.13.0 @typescript-eslint/eslint-plugin@^4.0.0 @typescript-eslint/parser@^4.0.0 babel-preset-react-app@^10.0.0 eslint@^7.5.0 eslint-plugin-flowtype@^5.2.0 eslint-plugin-import@^2.22.0 eslint-plugin-jsx-a11y@^6.3.1 eslint-plugin-react@^7.20.3 eslint-plugin-react-hooks@^4.0.8
22+
npm install --save-dev eslint-config-react-app @babel/eslint-parser@^7.14.7 @typescript-eslint/eslint-plugin@^4.0.0 @typescript-eslint/parser@^4.0.0 babel-preset-react-app@^10.0.0 eslint@^7.5.0 eslint-plugin-flowtype@^5.2.0 eslint-plugin-import@^2.22.0 eslint-plugin-jsx-a11y@^6.3.1 eslint-plugin-react@^7.20.3 eslint-plugin-react-hooks@^4.0.8
2323
```
2424

2525
Then create a file named `.eslintrc.json` with following contents in the root folder of your project:

packages/eslint-config-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"jest.js"
1818
],
1919
"peerDependencies": {
20-
"@babel/eslint-parser": "^7.13.0",
20+
"@babel/eslint-parser": "^7.14.7",
2121
"@typescript-eslint/eslint-plugin": "^4.0.0",
2222
"@typescript-eslint/parser": "^4.0.0",
2323
"babel-preset-react-app": "^10.0.0",

packages/react-error-overlay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@babel/code-frame": "7.12.13",
3838
"@babel/core": "7.14.2",
39-
"@babel/eslint-parser": "^7.13.14",
39+
"@babel/eslint-parser": "^7.14.7",
4040
"anser": "1.4.10",
4141
"babel-jest": "^26.6.0",
4242
"babel-loader": "8.2.2",

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"types": "./lib/react-app.d.ts",
3030
"dependencies": {
3131
"@babel/core": "7.14.2",
32-
"@babel/eslint-parser": "^7.13.14",
32+
"@babel/eslint-parser": "^7.14.7",
3333
"@pmmmwh/react-refresh-webpack-plugin": "0.5.0-rc.0",
3434
"@svgr/webpack": "5.5.0",
3535
"@typescript-eslint/eslint-plugin": "^4.5.0",

0 commit comments

Comments
 (0)