We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
typescript
1 parent e493317 commit 9d46857Copy full SHA for 9d46857
packages/project-service/package.json
@@ -45,6 +45,9 @@
45
"test": "yarn run -BT nx test",
46
"typecheck": "yarn run -BT nx typecheck"
47
},
48
+ "peerDependencies": {
49
+ "typescript": ">=4.8.4 <5.9.0"
50
+ },
51
"dependencies": {
52
"@typescript-eslint/tsconfig-utils": "^8.33.0",
53
"@typescript-eslint/types": "^8.33.0",
yarn.lock
@@ -5500,6 +5500,8 @@ __metadata:
5500
"@typescript-eslint/tsconfig-utils": ^8.33.0
5501
"@typescript-eslint/types": ^8.33.0
5502
debug: ^4.3.4
5503
+ peerDependencies:
5504
+ typescript: ">=4.8.4 <5.9.0"
5505
languageName: unknown
5506
linkType: soft
5507
0 commit comments