Skip to content

Commit

Permalink
fix(emitter-express): update express peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
codingmatty committed Sep 15, 2024
1 parent 941a654 commit 8aaea6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": true,
"commit": false,
"fixed": [
[
"@typespec-tools/emitter-express",
Expand Down
5 changes: 5 additions & 0 deletions .changeset/fluffy-yaks-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@typespec-tools/emitter-express": patch
---

Relax express version in peer dependency.
2 changes: 1 addition & 1 deletion packages/emitter-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"peerDependencies": {
"@typespec/compiler": "^0.59.1",
"@typespec/http": "^0.59.1",
"express": "4.21.0"
"express": "^4.21.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
Expand Down

0 comments on commit 8aaea6d

Please sign in to comment.