Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
toririm committed Oct 21, 2024
1 parent c30cd0d commit 7846095
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test:db": "firebase emulators:exec --only firestore --project demo-firestore 'bun test -t db'"
},
"dependencies": {
"firebase": "^10.14.0",
"firebase": "^10.14.1",
"lodash": "^4.17.21",
"swr": "^2.2.5",
"zod": "^3.23.8",
Expand All @@ -19,19 +19,19 @@
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"tailwind-merge": "^2.5.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"lucide-react": "0.453.0",
"next-themes": "^0.3.0",
"input-otp": "^1.2.4",
"sonner": "^1.5.0",
"vaul": "^1.0.0"
"vaul": "^1.1.0"
},
"devDependencies": {
"@firebase/rules-unit-testing": "^3.0.4",
"firebase-tools": "^13.20.2",
"@types/lodash": "^4.17.10",
"firebase-tools": "^13.22.1",
"@types/lodash": "^4.17.12",
"@types/bun": "^1.1.11",
"vite": "^5.4.8"
"vite": "^5.4.9"
}
}
16 changes: 8 additions & 8 deletions mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
"typegen": "wrangler types"
},
"dependencies": {
"@remix-run/cloudflare": "^2.12.1",
"@remix-run/cloudflare-pages": "^2.12.1",
"@remix-run/react": "^2.12.1",
"@remix-run/cloudflare": "^2.13.1",
"@remix-run/cloudflare-pages": "^2.13.1",
"@remix-run/react": "^2.13.1",
"isbot": "^5.1.17",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241004.0",
"@remix-run/dev": "^2.12.1",
"@cloudflare/workers-types": "^4.20241018.0",
"@remix-run/dev": "^2.13.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-tsconfig-paths": "^5.0.1",
"wrangler": "3.80.4"
},
Expand Down
13 changes: 7 additions & 6 deletions pos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,25 @@
"@conform-to/react": "^1.2.2",
"@conform-to/zod": "^1.2.2",
"@radix-ui/react-icons": "^1.3.0",
"@remix-run/react": "^2.12.1",
"@remix-run/react": "^2.13.1",
"class-variance-authority": "^0.7.0",
"dayjs": "^1.11.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.12.7",
"tailwindcss-animate": "^1.0.7",
"recharts": "^2.13.0",
"swr": "^2.2.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@remix-run/dev": "^2.12.1",
"@remix-run/dev": "^2.13.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-tsconfig-paths": "^5.0.1"
},
"engines": {
Expand Down

0 comments on commit 7846095

Please sign in to comment.