Skip to content

Commit

Permalink
real upd
Browse files Browse the repository at this point in the history
  • Loading branch information
RiskyMH committed Dec 18, 2024
1 parent 36136e5 commit 4b35db0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
cp ./public -r ./.next/standalone
cp ./.next/static -r ./.next/standalone/public/_next
mv ./.next/standalone/public/* ./.next/standalone/apps/web/public
mv ./.next/standalone/apps/web/* ./.next/standalone
mv ./.next/standalone/apps/web/.[!.]* ./.next/standalone
(mv ./.next/standalone/public/* ./.next/standalone/apps/web/public) || true
(mv ./.next/standalone/apps/web/* ./.next/standalone) || true
(mv ./.next/standalone/apps/web/.[!.]* ./.next/standalone) || true
cp ../../node_modules/@libsql/isomorphic-fetch/node.js ./.next/standalone/node_modules/@libsql/isomorphic-fetch/web.js
cp ../../node_modules/@libsql/isomorphic-fetch/node.js ./.next/standalone/node_modules/@libsql/isomorphic-fetch/web.cjs
Expand Down
50 changes: 25 additions & 25 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,30 @@
"lint": "next lint"
},
"dependencies": {
"@block65/webcrypto-web-push": "^1.0.1",
"@block65/webcrypto-web-push": "^1.0.2",
"@emailthing/db": "workspace:^",
"@github/webauthn-json": "^2.1.1",
"@libsql/client": "0.14.0",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-context-menu": "^2.2.4",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@riskymh/aws": "^0.0.9",
"@simplewebauthn/server": "^11.0.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tailwindcss/postcss": "^4.0.0-beta.6",
"@tailwindcss/postcss": "^4.0.0-beta.8",
"@tailwindcss/typography": "^0.5.15",
"@tiptap/extension-blockquote": "^2.10.3",
"@tiptap/extension-bold": "^2.10.3",
Expand Down Expand Up @@ -70,9 +70,9 @@
"jsdom": "^25.0.1",
"lucide-react": "^0.460.0",
"mailauth": "^4.8.1",
"marked": "^15.0.3",
"marked": "^15.0.4",
"mimetext": "^3.0.24",
"next": "^15.1.0",
"next": "^15.1.1",
"postal-mime": "^2.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand All @@ -86,26 +86,26 @@
"ua-parser-js": "^2.0.0",
"use-debounce": "^10.0.4",
"usehooks-ts": "^3.1.0",
"vaul": "^1.1.1",
"zod": "^3.24.0"
"vaul": "^1.1.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@cloudflare/workers-types": "^4.20241205.0",
"@cloudflare/workers-types": "^4.20241216.0",
"@types/bun": "^1.1.14",
"@types/dompurify": "^3.2.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/turndown": "^5.0.5",
"@types/ua-parser-js": "^0.7.39",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.28.1",
"eslint": "^8.57.1",
"eslint-config-next": "^15.1.0",
"eslint-config-next": "^15.1.1",
"postcss": "^8.4.49",
"tailwindcss": "^4.0.0-beta.6",
"tailwindcss": "^4.0.0-beta.8",
"typescript": "^5.7.2"
},
"trustedDependencies": [],
Expand Down

0 comments on commit 4b35db0

Please sign in to comment.