Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: use pnpm for package and workspace management #8132

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix upgrading ws
  • Loading branch information
david-shibley-contentful committed Jun 18, 2024
commit 0a34193b2dc648a5f672ba35babbd2109ede19e9
102 changes: 12 additions & 90 deletions apps/ai-image-generator/frontend/package-lock.json

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

5 changes: 4 additions & 1 deletion apps/ai-image-generator/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,8 @@
"typescript": "4.9.5",
"webpack": "^5.88.2"
},
"homepage": "."
"homepage": ".",
"overrides": {
"ws": "^8.17.1"
}
}
46 changes: 10 additions & 36 deletions apps/ai-image-tagging/frontend/package-lock.json

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

5 changes: 4 additions & 1 deletion apps/ai-image-tagging/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
"> 1%",
"not ie <= 11"
],
"homepage": "."
"homepage": ".",
"overrides": {
"ws": "^8.17.1"
}
}
Loading
Loading