Skip to content

Commit

Permalink
fix: bundling issues due to missing peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreaves committed Sep 20, 2024
1 parent 2d88aef commit 900ac4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@
"contributors:generate": "all-contributors generate"
},
"dependencies": {
"cookie": "^0.6.0",
"esbuild": "^0.23.0",
"express": "^4.21.0",
"fs-extra": "^11.2.0",
"mime": "^4.0.1",
"minimatch": "^9.0.3",
Expand Down Expand Up @@ -63,7 +61,9 @@
},
"peerDependencies": {
"aws-cdk-lib": "^2.124.0",
"constructs": "^10.3.0"
"constructs": "^10.3.0",
"cookie": "^0.6.0",
"express": "^4.21.0"
},
"workspaces": [
"examples/*"
Expand Down

0 comments on commit 900ac4f

Please sign in to comment.