Skip to content

Commit

Permalink
fix: fixed peer dependencies on all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Apr 3, 2024
1 parent 039da78 commit 52da1cb
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
5 changes: 4 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": ["@kitajs/bench-*"]
"ignore": ["@kitajs/bench-*"],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}
7 changes: 7 additions & 0 deletions .changeset/wet-bulldogs-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@kitajs/fastify-html-plugin': patch
'@kitajs/ts-html-plugin': patch
'@kitajs/html': patch
---

Fixed peer dependencies
4 changes: 2 additions & 2 deletions packages/fastify-html-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"tslib": "^2.6.2"
},
"peerDependencies": {
"@kitajs/html": "workspace:^",
"@kitajs/ts-html-plugin": "workspace:^"
"@kitajs/html": "workspace:^4",
"@kitajs/ts-html-plugin": "workspace:^4"
},
"peerDependenciesMeta": {
"@kitajs/ts-html-plugin": {
Expand Down
8 changes: 0 additions & 8 deletions packages/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@
"tslib": "^2.6.2",
"typescript": "^5.4.3"
},
"peerDependencies": {
"@kitajs/ts-html-plugin": "workspace:^"
},
"peerDependenciesMeta": {
"@kitajs/ts-html-plugin": {
"optional": true
}
},
"engines": {
"node": ">=12"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-html-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"self": "file:."
},
"peerDependencies": {
"@kitajs/html": "workspace:^",
"@kitajs/html": "workspace:^4",
"typescript": "^5.3.3"
}
}

0 comments on commit 52da1cb

Please sign in to comment.