Skip to content
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 dependency @babel/eslint-parser to v7.23.3 #303

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
24 changes: 12 additions & 12 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
"packageManager": "[email protected]",
"devDependencies": {
"@babel/eslint-parser": "7.22.5",
"@babel/eslint-parser": "7.23.3",
"@craco/craco": "7.1.0",
"@playwright/test": "1.36.1",
"@testing-library/cypress": "9.0.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/eslint-parser@npm:7.22.5, @babel/eslint-parser@npm:^7.16.3":
version: 7.22.5
resolution: "@babel/eslint-parser@npm:7.22.5"
"@babel/eslint-parser@npm:7.23.3, @babel/eslint-parser@npm:^7.16.3":
version: 7.23.3
resolution: "@babel/eslint-parser@npm:7.23.3"
dependencies:
"@nicolo-ribaudo/eslint-scope-5-internals": 5.1.1-v1
eslint-visitor-keys: ^2.1.0
semver: ^6.3.0
semver: ^6.3.1
peerDependencies:
"@babel/core": ">=7.11.0"
"@babel/core": ^7.11.0
eslint: ^7.5.0 || ^8.0.0
checksum: d259a5c6bb11d2b99316a1aafb85be56fd290e2b7076b386a026cd0f8db4b27c0bf0c733bfa2006bb88d38abef323fc2c1352a3521e6e9865f8b205fef6ac845
checksum: 9573daebe21af5123c302c307be80cacf1c2bf236a9497068a14726d3944ef55e1282519d0ccf51882dfc369359a3442299c98cb22a419e209924db39d4030fd
languageName: node
linkType: hard

Expand Down Expand Up @@ -12366,7 +12366,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "operationsgateway@workspace:."
dependencies:
"@babel/eslint-parser": 7.22.5
"@babel/eslint-parser": 7.23.3
"@craco/craco": 7.1.0
"@date-io/date-fns": 2.17.0
"@emotion/cache": 11.11.0
Expand Down Expand Up @@ -14956,7 +14956,7 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^6.0.0, semver@npm:^6.1.1, semver@npm:^6.1.2, semver@npm:^6.3.0":
"semver@npm:^6.0.0, semver@npm:^6.1.1, semver@npm:^6.1.2, semver@npm:^6.3.0, semver@npm:^6.3.1":
version: 6.3.1
resolution: "semver@npm:6.3.1"
bin:
Expand Down
Loading