Skip to content

Commit

Permalink
Update npm package @babel/eslint-parser to v7.23.10 (#3971)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent 07548c7 commit b47991b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/plugin-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/eslint-parser": "7.23.9",
"@babel/eslint-parser": "7.23.10",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.23.3",
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/core": "7.23.9",
"@babel/eslint-parser": "7.23.9",
"@babel/eslint-parser": "7.23.10",
"@babel/preset-react": "7.23.3",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -980,10 +980,10 @@
json5 "^2.2.2"
semver "^6.3.0"

"@babel/[email protected].9":
version "7.23.9"
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.23.9.tgz#052c13b39144e21fdd1e03fc9b67e98976a1ebfc"
integrity sha512-xPndlO7qxiJbn0ATvfXQBjCS7qApc9xmKHArgI/FTEFxXas5dnjC/VqM37lfZun9dclRYcn+YQAr6uDFy0bB2g==
"@babel/[email protected].10":
version "7.23.10"
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.23.10.tgz#2d4164842d6db798873b40e0c4238827084667a2"
integrity sha512-3wSYDPZVnhseRnxRJH6ZVTNknBz76AEnyC+AYYhasjP3Yy23qz0ERR7Fcd2SHmYuSFJ2kY9gaaDd3vyqU09eSw==
dependencies:
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
eslint-visitor-keys "^2.1.0"
Expand Down

0 comments on commit b47991b

Please sign in to comment.