Skip to content

Commit

Permalink
**/package.json: typescript -> devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO authored May 21, 2024
1 parent 5d4ddb3 commit 28232f8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
4 changes: 1 addition & 3 deletions agents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.0",
"@types/ws": "^8.5.10"
},
"peerDependencies": {
"@types/ws": "^8.5.10",
"typescript": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "tsc",
"lint": "eslint -f unix \"src/**/*.ts\""
},
"peerDependencies": {
"devDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
Expand Down
4 changes: 1 addition & 3 deletions plugins/elevenlabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.0",
"@types/ws": "^8.5.10"
},
"peerDependencies": {
"@types/ws": "^8.5.10",
"typescript": "^5.0.0"
},
"dependencies": {
Expand Down
13 changes: 7 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 28232f8

Please sign in to comment.