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 apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/bun": "^1.2.21",
"hono": "^4.9.6",
"typescript": "~5.9.2",
"vitest": "~3.2.4",
"vitest": "~4.0.8",
"wrangler": "^4.35.0",
"zod": "^4.1.5"
}
Expand Down
10 changes: 5 additions & 5 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"jotai": "^2.14.0",
"jotai-effect": "^2.1.1",
"localforage": "^1.10.0",
"lucide-react": "^0.543.0",
"lucide-react": "^0.553.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-error-boundary": "^6.0.0",
Expand All @@ -53,15 +53,15 @@
"autoprefixer": "^10.4.21",
"envars": "^1.1.1",
"execa": "^9.6.0",
"globby": "^14.1.0",
"happy-dom": "^18.0.1",
"globby": "^15.0.0",
"happy-dom": "^20.0.10",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.13",
"tw-animate-css": "^1.3.8",
"typescript": "~5.9.2",
"vite": "~7.1.5",
"vite": "~7.2.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "~3.2.4",
"vitest": "~4.0.8",
"wrangler": "^4.35.0"
}
}
10 changes: 5 additions & 5 deletions apps/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@react-email/components": "^0.5.3",
"@react-email/render": "^1.2.3",
"react": "19.1.1"
"@react-email/components": "^1.0.0",
"@react-email/render": "^2.0.0",
"react": "19.2.0"
},
"devDependencies": {
"react-email": "^4.2.11",
"@react-email/preview-server": "^4.2.11",
"react-email": "^5.0.1",
"@react-email/preview-server": "^5.0.1",
"@repo/typescript-config": "workspace:*",
"@types/react": "^19.1.12",
"typescript": "~5.9.2"
Expand Down
1,184 changes: 632 additions & 552 deletions bun.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@emotion/babel-plugin": "^11.13.5",
"@emotion/eslint-plugin": "^11.12.0",
"@eslint-react/eslint-plugin": "^1.53.0",
"@eslint-react/eslint-plugin": "^2.3.1",
"@eslint/js": "^9.35.0",
"@types/eslint": "^9.6.1",
"@typescript-eslint/eslint-plugin": "^8.43.0",
Expand All @@ -61,11 +61,11 @@
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-hooks": "^7.0.1",
"gh-pages": "^6.3.0",
"globals": "^16.4.0",
"graphql": "^16.11.0",
"happy-dom": "^18.0.1",
"happy-dom": "^20.0.10",
"husky": "^9.1.7",
"jiti": "^2.5.1",
"lint-staged": "^16.1.6",
Expand All @@ -76,11 +76,11 @@
"relay-config": "^12.0.1",
"typescript": "~5.9.2",
"typescript-eslint": "^8.43.0",
"typescript-language-server": "^4.4.0",
"vite": "~7.1.5",
"typescript-language-server": "^5.1.1",
"vite": "~7.2.2",
"vitepress": "^1.6.4",
"vitepress-plugin-mermaid": "^2.0.17",
"vitest": "~3.2.4",
"vitest": "~4.0.8",
"wrangler": "^4.35.0"
},
"prettier": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"@radix-ui/react-switch": "^1.2.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.543.0",
"lucide-react": "^0.553.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"execa": "^9.6.0",
"globby": "^14.1.0",
"globby": "^15.0.0",
"tailwindcss": "^4.1.13",
"typescript": "~5.9.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ws-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"example": "bun run example.ts"
},
"peerDependencies": {
"bun-ws-router": "^0.4.3",
"bun-ws-router": "^0.6.1",
"zod": "^4.1.5"
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/bun": "^1.2.21",
"bun-ws-router": "^0.4.3",
"bun-ws-router": "^0.6.1",
"typescript": "~5.9.2",
"zod": "^4.1.5"
}
Expand Down
Loading