Skip to content

Commit

Permalink
Update pnpm version and dependencies. (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisman authored Jan 18, 2025
1 parent f0c9a13 commit aa15a1b
Show file tree
Hide file tree
Showing 9 changed files with 428 additions and 469 deletions.
2 changes: 1 addition & 1 deletion ts/examples/viewList/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"typescript": "^5.4.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
"webpack-dev-server": "^5.2.0"
}
}
2 changes: 1 addition & 1 deletion ts/examples/whisperClient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"typescript": "^5.4.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
"webpack-dev-server": "^5.2.0"
}
}
2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"markdown-link-check": "^3.12.2",
"prettier": "^3.2.5"
},
"packageManager": "[email protected].0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"packageManager": "[email protected].4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"engines": {
"node": ">=18",
"pnpm": ">=9"
Expand Down
4 changes: 2 additions & 2 deletions ts/packages/agents/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@typeagent/agent-sdk": "workspace:*",
"aiclient": "workspace:*",
"common-utils": "workspace:*",
"express": "^4.21.1",
"express": "^4.21.2",
"katex": "^0.16.21",
"markdown-it": "^14.1.0",
"markdown-it-texmath": "^1.0.0",
Expand All @@ -51,6 +51,6 @@
"typescript": "^5.4.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
"webpack-dev-server": "^5.2.0"
}
}
2 changes: 1 addition & 1 deletion ts/packages/agents/player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"common-utils": "workspace:*",
"debug": "^4.3.4",
"dotenv": "^16.3.1",
"express": "^4.21.1",
"express": "^4.21.2",
"open": "^7.0.4",
"typechat": "^0.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion ts/packages/agents/turtle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"typescript": "^5.4.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
"webpack-dev-server": "^5.2.0"
}
}
2 changes: 1 addition & 1 deletion ts/packages/cacheExplorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"typescript": "^5.4.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
"webpack-dev-server": "^5.2.0"
}
}
2 changes: 1 addition & 1 deletion ts/packages/knowledgeVisualizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"typescript": "^5.4.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
"webpack-dev-server": "^5.2.0"
}
}
Loading

0 comments on commit aa15a1b

Please sign in to comment.