chore(deps): update dependency typescript to v7 - autoclosed #64

Closed
renovate-bot wants to merge 1 commits from renovate/typescript-7.x into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e4db361f88 - Show all commits
+1 -1
View File
@@ -26,7 +26,7 @@
"typescript-eslint": "8.59.4",
},
"peerDependencies": {
"typescript": "^5",
"typescript": "^5 || ^7.0.0",
},
},
},
+1 -1
View File
@@ -30,7 +30,7 @@
"typescript-eslint": "8.59.4"
},
"peerDependencies": {
"typescript": "^5"
"typescript": "^5 || ^7.0.0"
},
"name": "outline-mcp",
"module": "index.ts",