Skip to content

Commit 0498c1e

Browse files
authored
fix: allow TypeScript@7 in peer dependency (#1949)
1 parent 75fe794 commit 0498c1e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@semantic-release/changelog": "^6.0.0",
8989
"@semantic-release/git": "^10.0.0",
9090
"@tsconfig/node20": "^20.0.0",
91-
"@types/eslint": "^8.4.6",
91+
"@types/eslint": "^9.6.1",
9292
"@types/jest": "^30.0.0",
9393
"@types/node": "^20.0.0",
9494
"@types/semver": "^7.5.8",
@@ -125,7 +125,7 @@
125125
"@typescript-eslint/eslint-plugin": "^8.0.0",
126126
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
127127
"jest": "*",
128-
"typescript": ">=4.8.4 <6.0.0"
128+
"typescript": ">=4.8.4 <7.0.0"
129129
},
130130
"peerDependenciesMeta": {
131131
"@typescript-eslint/eslint-plugin": {

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2956,13 +2956,13 @@ __metadata:
29562956
languageName: node
29572957
linkType: hard
29582958

2959-
"@types/eslint@npm:^8.4.6":
2960-
version: 8.56.12
2961-
resolution: "@types/eslint@npm:8.56.12"
2959+
"@types/eslint@npm:^9.6.1":
2960+
version: 9.6.1
2961+
resolution: "@types/eslint@npm:9.6.1"
29622962
dependencies:
29632963
"@types/estree": "npm:*"
29642964
"@types/json-schema": "npm:*"
2965-
checksum: 10c0/e4ca426abe9d55f82b69a3250bec78b6d340ad1e567f91c97ecc59d3b2d6a1d8494955ac62ad0ea14b97519db580611c02be8277cbea370bdfb0f96aa2910504
2965+
checksum: 10c0/69ba24fee600d1e4c5abe0df086c1a4d798abf13792d8cfab912d76817fe1a894359a1518557d21237fbaf6eda93c5ab9309143dee4c59ef54336d1b3570420e
29662966
languageName: node
29672967
linkType: hard
29682968

@@ -5354,7 +5354,7 @@ __metadata:
53545354
"@semantic-release/changelog": "npm:^6.0.0"
53555355
"@semantic-release/git": "npm:^10.0.0"
53565356
"@tsconfig/node20": "npm:^20.0.0"
5357-
"@types/eslint": "npm:^8.4.6"
5357+
"@types/eslint": "npm:^9.6.1"
53585358
"@types/jest": "npm:^30.0.0"
53595359
"@types/node": "npm:^20.0.0"
53605360
"@types/semver": "npm:^7.5.8"
@@ -5390,7 +5390,7 @@ __metadata:
53905390
"@typescript-eslint/eslint-plugin": ^8.0.0
53915391
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
53925392
jest: "*"
5393-
typescript: ">=4.8.4 <6.0.0"
5393+
typescript: ">=4.8.4 <7.0.0"
53945394
peerDependenciesMeta:
53955395
"@typescript-eslint/eslint-plugin":
53965396
optional: true

0 commit comments

Comments
 (0)