Skip to content

Commit

Permalink
chore(deps): update dependency @typescript-eslint/parser to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2023
1 parent 9a29670 commit 0116b65
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "18.17.1",
"@types/react": "18.2.18",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^5.51.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"eslint-config-prettier": "^8.6.0",
Expand Down
22 changes: 20 additions & 2 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^5.42.0, @typescript-eslint/parser@npm:^5.51.0":
"@typescript-eslint/parser@npm:^5.42.0":
version: 5.62.0
resolution: "@typescript-eslint/parser@npm:5.62.0"
dependencies:
Expand All @@ -954,6 +954,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^6.0.0":
version: 6.2.1
resolution: "@typescript-eslint/parser@npm:6.2.1"
dependencies:
"@typescript-eslint/scope-manager": 6.2.1
"@typescript-eslint/types": 6.2.1
"@typescript-eslint/typescript-estree": 6.2.1
"@typescript-eslint/visitor-keys": 6.2.1
debug: ^4.3.4
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: cf4768cbfc696ce1d4b15ae55b3d2b52761e91a4a80e738cf3a75c501c2257d735cd6e462567965069d0d693a8cf5463ab9e8b97c36c6ed1fccd3c1c09855bdb
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:5.62.0":
version: 5.62.0
resolution: "@typescript-eslint/scope-manager@npm:5.62.0"
Expand Down Expand Up @@ -3271,7 +3289,7 @@ __metadata:
"@types/node": 18.17.1
"@types/react": 18.2.18
"@typescript-eslint/eslint-plugin": ^6.0.0
"@typescript-eslint/parser": ^5.51.0
"@typescript-eslint/parser": ^6.0.0
eslint: 8.46.0
eslint-config-next: 13.4.12
eslint-config-prettier: ^8.6.0
Expand Down

0 comments on commit 0116b65

Please sign in to comment.