Skip to content
Open
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 __fixtures__/rsc-caching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"packageManager": "yarn@4.14.1",
"resolutions": {
"@apollo/client-react-streaming/superjson": "^1.12.2",
"react-is": "19.2.3"
"react-is": "19.2.5"
}
}
4 changes: 2 additions & 2 deletions __fixtures__/rsc-caching/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@cedarjs/web": "2.8.0",
"@tobbe.dev/rsc-test": "0.0.5",
"client-only": "0.0.1",
"react": "19.2.3",
"react-dom": "19.2.3"
"react": "19.2.5",
"react-dom": "19.2.5"
},
"devDependencies": {
"@cedarjs/vite": "2.8.0",
Expand Down
2 changes: 1 addition & 1 deletion __fixtures__/test-project-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"packageManager": "yarn@4.14.1",
"resolutions": {
"react-is": "19.2.3",
"react-is": "19.2.5",
"vite": "7.3.2"
},
"dependenciesMeta": {
Expand Down
4 changes: 2 additions & 2 deletions __fixtures__/test-project-esm/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@cedarjs/web": "4.1.0",
"@my-org/validators": "workspace:*",
"humanize-string": "2.1.0",
"react": "19.2.3",
"react-dom": "19.2.3"
"react": "19.2.5",
"react-dom": "19.2.5"
},
"devDependencies": {
"@cedarjs/vite": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion __fixtures__/test-project-live/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"packageManager": "yarn@4.14.1",
"resolutions": {
"react-is": "19.2.3"
"react-is": "19.2.5"
},
"dependenciesMeta": {
"@clerk/shared": {
Expand Down
4 changes: 2 additions & 2 deletions __fixtures__/test-project-live/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@cedarjs/web": "4.1.0",
"@my-org/validators": "workspace:*",
"humanize-string": "2.1.0",
"react": "19.2.3",
"react-dom": "19.2.3"
"react": "19.2.5",
"react-dom": "19.2.5"
},
"devDependencies": {
"@cedarjs/vite": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion __fixtures__/test-project-rsa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"packageManager": "yarn@4.14.1",
"resolutions": {
"@apollo/client-react-streaming/superjson": "^1.12.2",
"react-is": "19.2.3"
"react-is": "19.2.5"
},
"dependenciesMeta": {
"@clerk/shared": {
Expand Down
4 changes: 2 additions & 2 deletions __fixtures__/test-project-rsa/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@cedarjs/forms": "2.8.0",
"@cedarjs/router": "2.8.0",
"@cedarjs/web": "2.8.0",
"react": "19.2.3",
"react-dom": "19.2.3"
"react": "19.2.5",
"react-dom": "19.2.5"
},
"devDependencies": {
"@cedarjs/vite": "2.8.0",
Expand Down
2 changes: 1 addition & 1 deletion __fixtures__/test-project-rsc-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"packageManager": "yarn@4.14.1",
"resolutions": {
"@apollo/client-react-streaming/superjson": "^1.12.2",
"react-is": "19.2.3"
"react-is": "19.2.5"
},
"dependenciesMeta": {
"@clerk/shared": {
Expand Down
4 changes: 2 additions & 2 deletions __fixtures__/test-project-rsc-kitchen-sink/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@cedarjs/web": "2.8.0",
"@tobbe.dev/rsc-test": "0.0.5",
"client-only": "0.0.1",
"react": "19.2.3",
"react-dom": "19.2.3"
"react": "19.2.5",
"react-dom": "19.2.5"
},
"devDependencies": {
"@cedarjs/vite": "2.8.0",
Expand Down
2 changes: 1 addition & 1 deletion __fixtures__/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"packageManager": "yarn@4.14.1",
"resolutions": {
"react-is": "19.2.3"
"react-is": "19.2.5"
},
"dependenciesMeta": {
"@clerk/shared": {
Expand Down
4 changes: 2 additions & 2 deletions __fixtures__/test-project/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@cedarjs/web": "4.1.0",
"@my-org/validators": "workspace:*",
"humanize-string": "2.1.0",
"react": "19.2.3",
"react-dom": "19.2.3"
"react": "19.2.5",
"react-dom": "19.2.5"
},
"devDependencies": {
"@cedarjs/vite": "4.1.0",
Expand Down
17 changes: 13 additions & 4 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4231,13 +4231,22 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:^18.3.27":
version: 18.3.27
resolution: "@types/react@npm:18.3.27"
"@types/react@npm:*":
version: 19.2.14
resolution: "@types/react@npm:19.2.14"
dependencies:
csstype: "npm:^3.2.2"
checksum: 10c0/7d25bf41b57719452d86d2ac0570b659210402707313a36ee612666bf11275a1c69824f8c3ee1fdca077ccfe15452f6da8f1224529b917050eb2d861e52b59b7
languageName: node
linkType: hard

"@types/react@npm:^18.3.27":
version: 18.3.28
resolution: "@types/react@npm:18.3.28"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.2.2"
checksum: 10c0/a761d2f58de03d0714806cc65d32bb3d73fb33a08dd030d255b47a295e5fff2a775cf1c20b786824d8deb6454eaccce9bc6998d9899c14fc04bbd1b0b0b72897
checksum: 10c0/683e19cd12b5c691215529af2e32b5ffbaccae3bf0ba93bfafa0e460e8dfee18423afed568be2b8eadf4b837c3749dd296a4f64e2d79f68fa66962c05f5af661
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion local-testing-project-live/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"packageManager": "yarn@4.14.1",
"resolutions": {
"react-is": "19.2.3",
"react-is": "19.2.5",
"@cedarjs/fastify-web": "file:../packages/adapters/fastify/web/cedarjs-fastify-web.tgz",
"@cedarjs/api": "file:../packages/api/cedarjs-api.tgz",
"@cedarjs/api-server": "file:../packages/api-server/cedarjs-api-server.tgz",
Expand Down
4 changes: 2 additions & 2 deletions local-testing-project-live/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@cedarjs/web": "3.1.0",
"@my-org/validators": "workspace:*",
"humanize-string": "2.1.0",
"react": "19.2.3",
"react-dom": "19.2.3"
"react": "19.2.5",
"react-dom": "19.2.5"
},
"devDependencies": {
"@cedarjs/vite": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion local-testing-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"packageManager": "yarn@4.14.1",
"resolutions": {
"react-is": "19.2.3",
"react-is": "19.2.5",
"@cedarjs/fastify-web": "file:../packages/adapters/fastify/web/cedarjs-fastify-web.tgz",
"@cedarjs/api": "file:../packages/api/cedarjs-api.tgz",
"@cedarjs/api-server": "file:../packages/api-server/cedarjs-api-server.tgz",
Expand Down
4 changes: 2 additions & 2 deletions local-testing-project/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@cedarjs/web": "2.8.0",
"@my-org/validators": "workspace:*",
"humanize-string": "2.1.0",
"react": "19.2.3",
"react-dom": "19.2.3"
"react": "19.2.5",
"react-dom": "19.2.5"
},
"devDependencies": {
"@cedarjs/vite": "2.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/react": "^18.2.55",
"concurrently": "9.2.1",
"publint": "0.3.18",
"react": "19.2.3",
"react": "19.2.5",
"tsx": "4.21.0",
"typescript": "5.9.3",
"vitest": "3.2.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/react": "^18.2.55",
"concurrently": "9.2.1",
"publint": "0.3.18",
"react": "19.2.3",
"react": "19.2.5",
"tsx": "4.21.0",
"typescript": "5.9.3",
"vitest": "3.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/react": "^18.2.55",
"concurrently": "9.2.1",
"publint": "0.3.18",
"react": "19.2.3",
"react": "19.2.5",
"tsx": "4.21.0",
"typescript": "5.9.3",
"vitest": "3.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/react": "^18.2.55",
"concurrently": "9.2.1",
"publint": "0.3.18",
"react": "19.2.3",
"react": "19.2.5",
"tsx": "4.21.0",
"typescript": "5.9.3",
"vitest": "3.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"concurrently": "9.2.1",
"firebase": "10.14.1",
"publint": "0.3.18",
"react": "19.2.3",
"react": "19.2.5",
"tsx": "4.21.0",
"typescript": "5.9.3",
"vitest": "3.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/react": "^18.2.55",
"concurrently": "9.2.1",
"publint": "0.3.18",
"react": "19.2.3",
"react": "19.2.5",
"tsx": "4.21.0",
"typescript": "5.9.3",
"vitest": "3.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/react": "^18.2.55",
"concurrently": "9.2.1",
"publint": "0.3.18",
"react": "19.2.3",
"react": "19.2.5",
"tsx": "4.21.0",
"typescript": "5.9.3",
"vitest": "3.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/react": "^18.2.55",
"concurrently": "9.2.1",
"publint": "0.3.18",
"react": "19.2.3",
"react": "19.2.5",
"supertokens-auth-react": "0.51.2",
"tsx": "4.21.0",
"typescript": "5.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"react": "19.2.3"
"react": "19.2.5"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cedar-app/templates/esm-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"packageManager": "yarn@4.14.1",
"resolutions": {
"react-is": "19.2.3",
"react-is": "19.2.5",
"vite": "7.3.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-cedar-app/templates/esm-js/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@cedarjs/forms": "4.1.0",
"@cedarjs/router": "4.1.0",
"@cedarjs/web": "4.1.0",
"react": "19.2.3",
"react-dom": "19.2.3"
"react": "19.2.5",
"react-dom": "19.2.5"
},
"devDependencies": {
"@cedarjs/vite": "4.1.0",
Expand Down
30 changes: 15 additions & 15 deletions packages/create-cedar-app/templates/esm-js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15665,14 +15665,14 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:19.2.3":
version: 19.2.3
resolution: "react-dom@npm:19.2.3"
"react-dom@npm:19.2.5":
version: 19.2.5
resolution: "react-dom@npm:19.2.5"
dependencies:
scheduler: "npm:^0.27.0"
peerDependencies:
react: ^19.2.3
checksum: 10c0/dc43f7ede06f46f3acc16ee83107c925530de9b91d1d0b3824583814746ff4c498ea64fd65cd83aba363205268adff52e2827c582634ae7b15069deaeabc4892
react: ^19.2.5
checksum: 10c0/8067606e9f58e4c2e8cb5f09570217dbc71c4843ebcaa20ae2085912d3e3a351f17d8f7c1713313cdda7f272840c8c34ff6c860fcb840862071bceea218e0c63
languageName: node
linkType: hard

Expand Down Expand Up @@ -15705,10 +15705,10 @@ __metadata:
languageName: node
linkType: hard

"react-is@npm:19.2.3":
version: 19.2.3
resolution: "react-is@npm:19.2.3"
checksum: 10c0/2b54c422c21b8dbd68a435a1cce21ecd5b6f06f48659531f7d53dd7368365da5a67e946f352fb2010d11ca40658aa67bec90995f0f1ec5556c0f71dbffe54994
"react-is@npm:19.2.5":
version: 19.2.5
resolution: "react-is@npm:19.2.5"
checksum: 10c0/58c28ab2f7f868f9836c728fa164a16dcf20246ab84a3ae6a09e617b0e4d9bbb3acdddfdc40452f0134d27b121d3359227602a050c0be554cb20069cb52a67f4
languageName: node
linkType: hard

Expand Down Expand Up @@ -15743,10 +15743,10 @@ __metadata:
languageName: node
linkType: hard

"react@npm:19.2.3":
version: 19.2.3
resolution: "react@npm:19.2.3"
checksum: 10c0/094220b3ba3a76c1b668f972ace1dd15509b157aead1b40391d1c8e657e720c201d9719537375eff08f5e0514748c0319063392a6f000e31303aafc4471f1436
"react@npm:19.2.5":
version: 19.2.5
resolution: "react@npm:19.2.5"
checksum: 10c0/4b5f231dbef92886f602533c9ce3bde04d99f0e71dfb5d794c43e02726efaad0421c08688f75fc98a6d6e1dc017372e1af7abbfecdc86a79968f461675931a7a
languageName: node
linkType: hard

Expand Down Expand Up @@ -18571,8 +18571,8 @@ __metadata:
"@cedarjs/web": "npm:4.1.0"
"@types/react": "npm:^18.2.55"
"@types/react-dom": "npm:^18.2.19"
react: "npm:19.2.3"
react-dom: "npm:19.2.3"
react: "npm:19.2.5"
react-dom: "npm:19.2.5"
languageName: unknown
linkType: soft

Expand Down
2 changes: 1 addition & 1 deletion packages/create-cedar-app/templates/esm-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"packageManager": "yarn@4.14.1",
"resolutions": {
"react-is": "19.2.3",
"react-is": "19.2.5",
"vite": "7.3.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-cedar-app/templates/esm-ts/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@cedarjs/forms": "4.1.0",
"@cedarjs/router": "4.1.0",
"@cedarjs/web": "4.1.0",
"react": "19.2.3",
"react-dom": "19.2.3"
"react": "19.2.5",
"react-dom": "19.2.5"
},
"devDependencies": {
"@cedarjs/vite": "4.1.0",
Expand Down
Loading
Loading