Skip to content

Commit c219072

Browse files
committed
chore(deps): update dependency @typescript-eslint/parser to v7.9.0
1 parent 0b2f316 commit c219072

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

packages/chrome-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/react": "18.3.2",
1919
"@types/react-dom": "18.3.0",
2020
"@typescript-eslint/eslint-plugin": "7.9.0",
21-
"@typescript-eslint/parser": "7.8.0",
21+
"@typescript-eslint/parser": "7.9.0",
2222
"@vitejs/plugin-react": "4.2.1",
2323
"autoprefixer": "10.4.19",
2424
"chrome-types": "0.1.283",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/eslint__js": "8.42.3",
2727
"@types/jest": "29.5.12",
2828
"@typescript-eslint/eslint-plugin": "7.9.0",
29-
"@typescript-eslint/parser": "7.8.0",
29+
"@typescript-eslint/parser": "7.9.0",
3030
"@vitejs/plugin-react": "4.2.1",
3131
"@vitejs/plugin-react-swc": "3.6.0",
3232
"autoprefixer": "10.4.19",

yarn.lock

+20-2
Original file line numberDiff line numberDiff line change
@@ -3745,7 +3745,7 @@ __metadata:
37453745
"@types/react": "npm:18.3.2"
37463746
"@types/react-dom": "npm:18.3.0"
37473747
"@typescript-eslint/eslint-plugin": "npm:7.9.0"
3748-
"@typescript-eslint/parser": "npm:7.8.0"
3748+
"@typescript-eslint/parser": "npm:7.9.0"
37493749
"@vitejs/plugin-react": "npm:4.2.1"
37503750
autoprefixer: "npm:10.4.19"
37513751
chrome-types: "npm:0.1.283"
@@ -3780,7 +3780,7 @@ __metadata:
37803780
"@types/eslint__js": "npm:8.42.3"
37813781
"@types/jest": "npm:29.5.12"
37823782
"@typescript-eslint/eslint-plugin": "npm:7.9.0"
3783-
"@typescript-eslint/parser": "npm:7.8.0"
3783+
"@typescript-eslint/parser": "npm:7.9.0"
37843784
"@vitejs/plugin-react": "npm:4.2.1"
37853785
"@vitejs/plugin-react-swc": "npm:3.6.0"
37863786
autoprefixer: "npm:10.4.19"
@@ -6108,6 +6108,24 @@ __metadata:
61086108
languageName: node
61096109
linkType: hard
61106110

6111+
"@typescript-eslint/parser@npm:7.9.0":
6112+
version: 7.9.0
6113+
resolution: "@typescript-eslint/parser@npm:7.9.0"
6114+
dependencies:
6115+
"@typescript-eslint/scope-manager": "npm:7.9.0"
6116+
"@typescript-eslint/types": "npm:7.9.0"
6117+
"@typescript-eslint/typescript-estree": "npm:7.9.0"
6118+
"@typescript-eslint/visitor-keys": "npm:7.9.0"
6119+
debug: "npm:^4.3.4"
6120+
peerDependencies:
6121+
eslint: ^8.56.0
6122+
peerDependenciesMeta:
6123+
typescript:
6124+
optional: true
6125+
checksum: 10/6c10ceae8a9199b07ca91e75e59d5cc789a6931ed2284a698e482f2653f832c6c89201fc4399334189fd76e4d30c0d1885caca96ff3af4bf9f7cf2777d9fb91f
6126+
languageName: node
6127+
linkType: hard
6128+
61116129
"@typescript-eslint/parser@npm:^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0":
61126130
version: 7.2.0
61136131
resolution: "@typescript-eslint/parser@npm:7.2.0"

0 commit comments

Comments
 (0)