Skip to content

Commit

Permalink
chore(deps): update definitelytyped
Browse files Browse the repository at this point in the history
| datasource | package       | from   | to     |
| ---------- | ------------- | ------ | ------ |
| npm        | @types/eslint | 7.2.11 | 8.44.6 |
| npm        | @types/estree | 0.0.47 | 1.0.3  |
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent 58f21b7 commit f90490f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@types/eslint": "^7.2.11",
"@types/estree": "^0.0.47",
"@types/eslint": "^8.44.6",
"@types/estree": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^7.27.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,18 @@
"@nodelib/fs.scandir" "2.1.4"
fastq "^1.6.0"

"@types/eslint@^7.2.11":
version "7.2.11"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.11.tgz#180b58f5bb7d7376e39d22496e2b08901aa52fd2"
integrity sha512-WYhv//5K8kQtsSc9F1Kn2vHzhYor6KpwPbARH7hwYe3C3ETD0EVx/3P5qQybUoaBEuUa9f/02JjBiXFWalYUmw==
"@types/eslint@^8.44.6":
version "8.44.6"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.44.6.tgz#60e564551966dd255f4c01c459f0b4fb87068603"
integrity sha512-P6bY56TVmX8y9J87jHNgQh43h6VVU+6H7oN7hgvivV81K2XY8qJZ5vqPy/HdUoVIelii2kChYVzQanlswPWVFw==
dependencies:
"@types/estree" "*"
"@types/json-schema" "*"

"@types/estree@*", "@types/estree@^0.0.47":
version "0.0.47"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.47.tgz#d7a51db20f0650efec24cd04994f523d93172ed4"
integrity sha512-c5ciR06jK8u9BstrmJyO97m+klJrrhCf9u3rLu3DEAJBirxRqSCvDQoYKmxuYwQI5SZChAWu+tq9oVlGRuzPAg==
"@types/estree@*", "@types/estree@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.3.tgz#2be19e759a3dd18c79f9f436bd7363556c1a73dd"
integrity sha512-CS2rOaoQ/eAgAfcTfq6amKG7bsN+EMcgGY4FAFQdvSj2y1ixvOZTUA9mOtCai7E1SYu283XNw7urKK30nP3wkQ==

"@types/json-schema@*", "@types/json-schema@^7.0.3":
version "7.0.7"
Expand Down

0 comments on commit f90490f

Please sign in to comment.