chore: update package versions
all-good: Did all the other checks pass? / all-good (push) Has been cancelled
Ensure Prisma migrations are in sync with the schema / check_prisma_migrations (22.x) (push) Has been cancelled
Docker Server Build and Push / Docker Build and Push Server (push) Has been cancelled
Docker Server Test / docker (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Runs E2E API Tests with custom port prefix / build (22.x) (push) Has been cancelled
Runs E2E API Tests with external source of truth / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (latest) (push) Has been cancelled
Dev Environment Test With Custom Base Port / restart-dev-and-test-with-custom-base-port (push) Has been cancelled
Dev Environment Test / restart-dev-and-test (push) Has been cancelled
Run setup tests / setup-tests (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Has been cancelled
Sync Main to Dev / sync-commits (push) Has been cancelled

This commit is contained in:
Konstantin Wohlwend
2025-10-24 21:09:11 -07:00
parent 9ca1ab1b2d
commit 30fbec196a
44 changed files with 188 additions and 24 deletions
+8
View File
@@ -1,5 +1,13 @@
# react-example
## 2.8.47
### Patch Changes
- Various changes
- Updated dependencies
- @stackframe/react@2.8.47
## 2.8.46
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "react-example",
"private": true,
"version": "2.8.46",
"version": "2.8.47",
"type": "module",
"scripts": {
"dev": "vite --force --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}20",