Skip to content

Commit 0d0fa22

Browse files
committed
Move @azure-tools/typespec-client-generator-core to devDependencies and bump to ~0.59.0 to fix npm ERESOLVE
1 parent ff21e64 commit 0d0fa22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
],
3030
"dependencies": {
3131
"@open-ai/plugin": "file:",
32-
"@azure-tools/typespec-client-generator-core": "~0.57.0",
3332
"@typespec/http-client-csharp": "1.0.0-alpha.20250626.7"
3433
},
3534
"devDependencies": {
35+
"@azure-tools/typespec-client-generator-core": "~0.59.0",
3636
"@types/node": "^22.8.1",
3737
"@vitest/coverage-v8": "^1.4.0",
3838
"@vitest/ui": "^1.4.0",

0 commit comments

Comments
 (0)