Skip to content

Commit

Permalink
chore(deps): update dependency @types/eslint to ^8.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 31, 2022
1 parent 6e9512f commit c2ac0d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Expand Up @@ -53,7 +53,7 @@
"eslint-plugin-unicorn": "^43.0.2"
},
"devDependencies": {
"@types/eslint": "^8.4.7",
"@types/eslint": "^8.4.9",
"eslint": "^8.20.0"
}
}
2 changes: 1 addition & 1 deletion packages/scaffold/package.json
Expand Up @@ -65,7 +65,7 @@
"devDependencies": {
"@types/babel__core": "^7.1.19",
"@types/babel__preset-env": "^7.9.2",
"@types/eslint": "^8.4.7",
"@types/eslint": "^8.4.9",
"@types/lodash": "^4.14.186",
"@types/prettier": "^2.7.1",
"@types/which": "^2.0.1"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -3566,7 +3566,7 @@ __metadata:
"@rollup/plugin-node-resolve": ^13.3.0
"@types/babel__core": ^7.1.19
"@types/babel__preset-env": ^7.9.2
"@types/eslint": ^8.4.7
"@types/eslint": ^8.4.9
"@types/lodash": ^4.14.186
"@types/prettier": ^2.7.1
"@types/which": ^2.0.1
Expand Down Expand Up @@ -4280,13 +4280,13 @@ __metadata:
languageName: node
linkType: hard

"@types/eslint@npm:^8.4.7":
version: 8.4.7
resolution: "@types/eslint@npm:8.4.7"
"@types/eslint@npm:^8.4.9":
version: 8.4.9
resolution: "@types/eslint@npm:8.4.9"
dependencies:
"@types/estree": "*"
"@types/json-schema": "*"
checksum: 5e1b8ed100dcb96c74098030ca00386d1661e83261c0b64a841e570a4dd74740bc15fe04363cb22d7c6e0c56cee61f8b2c1455ec7124e69226d41fb4fed2028e
checksum: 9eda34e000f1e09850f447d8d65b671f59153aa5b580aca5b95185cf42b047b9cfda86eea83a6295aa883931b769a79236ce439601be7ab4485be88ce77b69ad
languageName: node
linkType: hard

Expand Down Expand Up @@ -7825,7 +7825,7 @@ __metadata:
resolution: "eslint-config-niieani@workspace:packages/eslint-config"
dependencies:
"@niieani/scaffold-config-constants": "*"
"@types/eslint": ^8.4.7
"@types/eslint": ^8.4.9
"@typescript-eslint/eslint-plugin": ^5.31.0
"@typescript-eslint/parser": ^5.31.0
eslint: ^8.20.0
Expand Down

0 comments on commit c2ac0d7

Please sign in to comment.