Skip to content

Commit

Permalink
Update dependency @babel/eslint-parser to v7.26.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 8bc47cb commit ed9c9b9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
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.8",
"@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.8",
"@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.8",
"@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.8",
"@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.8, @babel/eslint-parser@npm:^7.16.3":
version: 7.26.8
resolution: "@babel/eslint-parser@npm:7.26.8"
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: a434da9e3099e5f77911baa4eaa21f2ec64768703be1fde2858e8ffdb8be6cb78ff67c611c8c17fe1ece54d925b65487a7455cca93103b017443a51b76320751
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.8
"@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.8
"@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.8
"@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.8
"@craco/craco": 7.1.0
"@date-io/date-fns": 2.17.0
"@emotion/react": 11.11.1
Expand Down

0 comments on commit ed9c9b9

Please sign in to comment.