Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion extras/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@repo/ui": "workspace:^",
"next": "^15.5.15",
"next": "^15.5.16",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion extras/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@repo/ui": "workspace:^",
"next": "^15.5.15",
"next": "^15.5.16",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
Expand Down
117 changes: 74 additions & 43 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
minimumReleaseAge: 20160 # 60 * 24 * 7 * 2 = do not install package releases that are not at least 2 weeks old
minimumReleaseAge: 10080 # 60 * 24 * 7 = do not install package releases that are not at least 1 week old
Comment thread
taylanpince marked this conversation as resolved.
# DO NOT REMOVE OR MODIFY minimumReleaseAge without approval
# list packages to be excluded from minimum release limitation

Expand Down
Loading