mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Merge pull request #937 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/parser-8.20.0
Bump @typescript-eslint/parser from 8.19.1 to 8.20.0
This commit is contained in:
commit
30798e238f
2 changed files with 19 additions and 3 deletions
|
@ -85,7 +85,7 @@
|
|||
"@types/react": "^19.0.6",
|
||||
"@types/react-dom": "^19.0.2",
|
||||
"@typescript-eslint/eslint-plugin": "^8.20.0",
|
||||
"@typescript-eslint/parser": "^8.19.1",
|
||||
"@typescript-eslint/parser": "^8.20.0",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"babel-plugin-react-compiler": "^19.0.0-beta-55955c9-20241229",
|
||||
"eslint": "^9.16.0",
|
||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -4655,7 +4655,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0, @typescript-eslint/parser@npm:^8.19.1":
|
||||
"@typescript-eslint/parser@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0":
|
||||
version: 8.19.1
|
||||
resolution: "@typescript-eslint/parser@npm:8.19.1"
|
||||
dependencies:
|
||||
|
@ -4671,6 +4671,22 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:^8.20.0":
|
||||
version: 8.20.0
|
||||
resolution: "@typescript-eslint/parser@npm:8.20.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": "npm:8.20.0"
|
||||
"@typescript-eslint/types": "npm:8.20.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.20.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.20.0"
|
||||
debug: "npm:^4.3.4"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/fff4a86be27f603ad8d6f7dd9758c46b04a254828f0c6d8a34869c1cf30b5828b60a1dc088f72680a7b65cc5fc696848df4605de19e59a18467306d7ca56c11d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:8.19.1":
|
||||
version: 8.19.1
|
||||
resolution: "@typescript-eslint/scope-manager@npm:8.19.1"
|
||||
|
@ -12713,7 +12729,7 @@ __metadata:
|
|||
"@types/react": "npm:^19.0.6"
|
||||
"@types/react-dom": "npm:^19.0.2"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^8.20.0"
|
||||
"@typescript-eslint/parser": "npm:^8.19.1"
|
||||
"@typescript-eslint/parser": "npm:^8.20.0"
|
||||
"@vercel/analytics": "npm:^1.4.1"
|
||||
"@vercel/speed-insights": "npm:^1.1.0"
|
||||
autoprefixer: "npm:^10.4.20"
|
||||
|
|
Loading…
Reference in a new issue