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.26.5 #1689

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion packages/datagateway-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react-router-dom": ">= 5.2.0 < 6"
},
"devDependencies": {
"@babel/eslint-parser": "7.23.3",
"@babel/eslint-parser": "7.26.5",
"@mui/icons-material": "5.11.0",
"@mui/material": "5.11.0",
"@testing-library/jest-dom": "6.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/datagateway-dataview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
]
},
"devDependencies": {
"@babel/eslint-parser": "7.23.3",
"@babel/eslint-parser": "7.26.5",
"@testing-library/jest-dom": "6.4.1",
"@testing-library/react": "12.1.3",
"@testing-library/react-hooks": "8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/datagateway-download/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"typescript": "5.3.3"
},
"devDependencies": {
"@babel/eslint-parser": "7.23.3",
"@babel/eslint-parser": "7.26.5",
"@testing-library/jest-dom": "6.4.1",
"@testing-library/react": "12.1.3",
"@testing-library/react-hooks": "8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/datagateway-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
]
},
"devDependencies": {
"@babel/eslint-parser": "7.23.3",
"@babel/eslint-parser": "7.26.5",
"@testing-library/cypress": "8.0.7",
"@testing-library/jest-dom": "6.4.1",
"@testing-library/react": "12.1.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,17 @@ __metadata:
languageName: node
linkType: hard

"@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"
"@babel/eslint-parser@npm:7.26.5, @babel/eslint-parser@npm:^7.16.3":
version: 7.26.5
resolution: "@babel/eslint-parser@npm:7.26.5"
dependencies:
"@nicolo-ribaudo/eslint-scope-5-internals": 5.1.1-v1
eslint-visitor-keys: ^2.1.0
semver: ^6.3.1
peerDependencies:
"@babel/core": ^7.11.0
eslint: ^7.5.0 || ^8.0.0
checksum: 9573daebe21af5123c302c307be80cacf1c2bf236a9497068a14726d3944ef55e1282519d0ccf51882dfc369359a3442299c98cb22a419e209924db39d4030fd
eslint: ^7.5.0 || ^8.0.0 || ^9.0.0
checksum: 3ed969eabc940aa29a2e5bef525674b47ebccb8dfe686737e84fed2b09fbf4bd23c2503936ed340bde2a870fc1917668ec7ab357b97bab504aceb84e9608d213
languageName: node
linkType: hard

Expand Down Expand Up @@ -6271,7 +6271,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "datagateway-common@workspace:packages/datagateway-common"
dependencies:
"@babel/eslint-parser": 7.23.3
"@babel/eslint-parser": 7.26.5
"@date-io/date-fns": 2.17.0
"@emotion/react": 11.11.1
"@emotion/styled": 11.11.0
Expand Down Expand Up @@ -6335,7 +6335,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "datagateway-dataview@workspace:packages/datagateway-dataview"
dependencies:
"@babel/eslint-parser": 7.23.3
"@babel/eslint-parser": 7.26.5
"@craco/craco": 7.1.0
"@emotion/react": 11.11.1
"@emotion/styled": 11.11.0
Expand Down Expand Up @@ -6412,7 +6412,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "datagateway-download@workspace:packages/datagateway-download"
dependencies:
"@babel/eslint-parser": 7.23.3
"@babel/eslint-parser": 7.26.5
"@craco/craco": 7.1.0
"@emotion/react": 11.11.1
"@emotion/styled": 11.11.0
Expand Down Expand Up @@ -6474,7 +6474,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "datagateway-search@workspace:packages/datagateway-search"
dependencies:
"@babel/eslint-parser": 7.23.3
"@babel/eslint-parser": 7.26.5
"@craco/craco": 7.1.0
"@date-io/date-fns": 2.17.0
"@emotion/react": 11.11.1
Expand Down
Loading