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 be7e97d commit b7449bd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 22 deletions.
Binary file modified bun.lockb
Binary file not shown.
17 changes: 16 additions & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,22 @@
"firebase": "^10.14.0",
"lodash": "^4.17.21",
"swr": "^2.2.5",
"zod": "^3.23.8"
"zod": "^3.23.8",
"clsx": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@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",
"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"
},
"devDependencies": {
"@firebase/rules-unit-testing": "^3.0.4",
Expand Down
24 changes: 3 additions & 21 deletions pos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,56 +13,38 @@
"typecheck": "tsc"
},
"dependencies": {
"common": "workspace:*",
"@conform-to/react": "^1.2.2",
"@conform-to/zod": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@remix-run/react": "^2.12.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"firebase": "^10.14.0",
"highcharts": "^11.4.8",
"highcharts-react-official": "^3.2.1",
"input-otp": "^1.2.4",
"lodash": "^4.17.21",
"lucide-react": "0.453.0",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.12.7",
"sonner": "^1.5.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@firebase/rules-unit-testing": "^3.0.4",
"@remix-run/dev": "^2.12.1",
"@types/bun": "^1.1.11",
"@types/lodash": "^4.17.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"firebase-tools": "^13.22.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.2"
"vite-tsconfig-paths": "^5.0.1"
},
"engines": {
"node": ">=20.0.0"
},
"trustedDependencies": ["@biomejs/biome", "esbuild", "protobufjs", "re2"]
"trustedDependencies": ["esbuild", "protobufjs", "re2"]
}

0 comments on commit b7449bd

Please sign in to comment.