File tree 4 files changed +56
-318
lines changed
4 files changed +56
-318
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @hey-api/rollup-plugin ' : patch
3
+ ' @hey-api/nuxt ' : patch
4
+ ---
5
+
6
+ fix: move @hey-api/openapi-ts to peerDependencies
Original file line number Diff line number Diff line change 54
54
},
55
55
"dependencies" : {
56
56
"@hey-api/client-nuxt" : " workspace:*" ,
57
- "@hey-api/openapi-ts" : " workspace:*" ,
58
57
"@nuxt/kit" : " 3.15.4" ,
59
58
"defu" : " 6.1.4" ,
60
59
"mlly" : " 1.7.4"
61
60
},
62
61
"peerDependencies" : {
62
+ "@hey-api/openapi-ts" : " < 2" ,
63
63
"nuxt" : " >= 3.0.0 < 4" ,
64
64
"vue" : " >= 3.5.13 < 4"
65
65
},
66
66
"devDependencies" : {
67
+ "@hey-api/openapi-ts" : " workspace:*" ,
67
68
"@nuxt/module-builder" : " 0.8.4" ,
68
69
"@nuxt/schema" : " 3.14.1592" ,
69
70
"@nuxt/test-utils" : " 3.14.0" ,
Original file line number Diff line number Diff line change 55
55
"prepublishOnly" : " pnpm build"
56
56
},
57
57
"peerDependencies" : {
58
- "@hey-api/openapi-ts" : " 0.64.12 "
58
+ "@hey-api/openapi-ts" : " < 2 "
59
59
},
60
60
"devDependencies" : {
61
61
"@hey-api/openapi-ts" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments