mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Merge pull request #874 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/parser-8.18.2
This commit is contained in:
commit
da68dc30bd
2 changed files with 19 additions and 3 deletions
|
@ -69,7 +69,7 @@
|
||||||
"@types/react": "^19.0.0",
|
"@types/react": "^19.0.0",
|
||||||
"@types/react-dom": "^19.0.2",
|
"@types/react-dom": "^19.0.2",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.18.2",
|
"@typescript-eslint/eslint-plugin": "^8.18.2",
|
||||||
"@typescript-eslint/parser": "^8.18.1",
|
"@typescript-eslint/parser": "^8.18.2",
|
||||||
"autoprefixer": "^10.4.20",
|
"autoprefixer": "^10.4.20",
|
||||||
"babel-plugin-react-compiler": "^19.0.0-beta-201e55d-20241215",
|
"babel-plugin-react-compiler": "^19.0.0-beta-201e55d-20241215",
|
||||||
"eslint": "^9.16.0",
|
"eslint": "^9.16.0",
|
||||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -3806,7 +3806,7 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/parser@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0, @typescript-eslint/parser@npm:^8.18.1":
|
"@typescript-eslint/parser@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0":
|
||||||
version: 8.18.1
|
version: 8.18.1
|
||||||
resolution: "@typescript-eslint/parser@npm:8.18.1"
|
resolution: "@typescript-eslint/parser@npm:8.18.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -3822,6 +3822,22 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/parser@npm:^8.18.2":
|
||||||
|
version: 8.18.2
|
||||||
|
resolution: "@typescript-eslint/parser@npm:8.18.2"
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/scope-manager": "npm:8.18.2"
|
||||||
|
"@typescript-eslint/types": "npm:8.18.2"
|
||||||
|
"@typescript-eslint/typescript-estree": "npm:8.18.2"
|
||||||
|
"@typescript-eslint/visitor-keys": "npm:8.18.2"
|
||||||
|
debug: "npm:^4.3.4"
|
||||||
|
peerDependencies:
|
||||||
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
|
typescript: ">=4.8.4 <5.8.0"
|
||||||
|
checksum: 10c0/ea28130e0a2733e3e40708ddfbb7b6522d9644e49cae2c3dc3faddd7ac7e7f73ed9775f19463ca0deca55edb52f5d9d522c206bb2a14fe3c9c6eef03d144b41f
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/scope-manager@npm:8.18.1":
|
"@typescript-eslint/scope-manager@npm:8.18.1":
|
||||||
version: 8.18.1
|
version: 8.18.1
|
||||||
resolution: "@typescript-eslint/scope-manager@npm:8.18.1"
|
resolution: "@typescript-eslint/scope-manager@npm:8.18.1"
|
||||||
|
@ -12379,7 +12395,7 @@ __metadata:
|
||||||
"@types/react": "npm:^19.0.0"
|
"@types/react": "npm:^19.0.0"
|
||||||
"@types/react-dom": "npm:^19.0.2"
|
"@types/react-dom": "npm:^19.0.2"
|
||||||
"@typescript-eslint/eslint-plugin": "npm:^8.18.2"
|
"@typescript-eslint/eslint-plugin": "npm:^8.18.2"
|
||||||
"@typescript-eslint/parser": "npm:^8.18.1"
|
"@typescript-eslint/parser": "npm:^8.18.2"
|
||||||
"@vercel/analytics": "npm:^1.4.1"
|
"@vercel/analytics": "npm:^1.4.1"
|
||||||
"@vercel/speed-insights": "npm:^1.1.0"
|
"@vercel/speed-insights": "npm:^1.1.0"
|
||||||
autoprefixer: "npm:^10.4.20"
|
autoprefixer: "npm:^10.4.20"
|
||||||
|
|
Loading…
Reference in a new issue