Skip to content

Commit

Permalink
build(ts): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Jan 29, 2025
1 parent 771249e commit 1dcf799
Show file tree
Hide file tree
Showing 5 changed files with 228 additions and 346 deletions.
26 changes: 13 additions & 13 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"@formkit/auto-animate": "0.8.2",
"@hello-pangea/dnd": "17.0.0",
"@lukemorales/query-key-factory": "1.3.4",
"@mantine/carousel": "7.16.1",
"@mantine/charts": "7.16.1",
"@mantine/code-highlight": "7.16.1",
"@mantine/core": "7.16.1",
"@mantine/dates": "7.16.1",
"@mantine/form": "7.16.1",
"@mantine/hooks": "7.16.1",
"@mantine/modals": "7.16.1",
"@mantine/notifications": "7.16.1",
"@mantine/carousel": "7.16.2",
"@mantine/charts": "7.16.2",
"@mantine/code-highlight": "7.16.2",
"@mantine/core": "7.16.2",
"@mantine/dates": "7.16.2",
"@mantine/form": "7.16.2",
"@mantine/hooks": "7.16.2",
"@mantine/modals": "7.16.2",
"@mantine/notifications": "7.16.2",
"@remix-pwa/sw": "3.0.10",
"@remix-pwa/worker-runtime": "2.1.4",
"@remix-run/node": "2.15.2",
Expand All @@ -30,8 +30,8 @@
"@ryot/graphql": "workspace:*",
"@ryot/ts-utils": "workspace:*",
"@tabler/icons-react": "3.17.0",
"@tanstack/react-query": "5.64.2",
"@tanstack/react-query-devtools": "5.64.2",
"@tanstack/react-query": "5.65.1",
"@tanstack/react-query-devtools": "5.65.1",
"clsx": "2.1.1",
"cookie": "1.0.2",
"crypto-js": "4.2.0",
Expand All @@ -45,7 +45,7 @@
"html2canvas": "1.4.1",
"humanize-duration-ts": "2.1.1",
"immer": "10.1.1",
"isbot": "5.1.21",
"isbot": "5.1.22",
"jotai": "2.11.1",
"js-cookie": "3.0.5",
"jwt-decode": "4.0.0",
Expand All @@ -54,7 +54,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-virtuoso": "4.12.3",
"recharts": "2.15.0",
"recharts": "2.15.1",
"remix-routes": "1.7.7",
"remix-utils": "7.7.0",
"tailwind-merge": "2.6.0",
Expand Down
20 changes: 10 additions & 10 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"@conform-to/zod": "1.2.2",
"@isaacs/ttlcache": "1.4.1",
"@paddle/paddle-js": "1.3.3",
"@paddle/paddle-node-sdk": "2.4.0",
"@paddle/paddle-node-sdk": "2.5.0",
"@radix-ui/react-label": "2.1.1",
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-tooltip": "1.1.7",
"@react-email/components": "0.0.32",
"@react-router/fs-routes": "7.1.3",
"@react-router/node": "^7.0.0",
"@react-router/serve": "^7.0.0",
"@react-router/node": "7.1.3",
"@react-router/serve": "7.1.3",
"@ryot/generated": "workspace:*",
"@ryot/graphql": "workspace:*",
"@ryot/transactional": "workspace:*",
Expand All @@ -36,17 +36,17 @@
"graphql-request": "7.1.2",
"humanize-duration-ts": "2.1.1",
"input-otp": "1.4.2",
"isbot": "5.1.21",
"isbot": "5.1.22",
"lodash": "4.17.21",
"lucide-react": "0.473.0",
"lucide-react": "0.474.0",
"nanoid": "5.0.9",
"next-themes": "0.4.4",
"nodemailer": "6.9.16",
"nodemailer": "6.10.0",
"openid-client": "5.7.1",
"postgres": "3.4.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router": "^7.0.0",
"react-router": "7.1.3",
"remix-routes": "1.7.7",
"remix-utils": "7.7.0",
"sonner": "1.7.2",
Expand All @@ -58,15 +58,15 @@
"zod": "3.24.1"
},
"devDependencies": {
"@react-router/dev": "^7.0.0",
"@react-router/dev": "7.1.3",
"@tailwindcss/typography": "0.5.16",
"@types/crypto-js": "4.2.2",
"@types/lodash": "4.17.14",
"@types/lodash": "4.17.15",
"@types/nodemailer": "6.4.17",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"autoprefixer": "10.4.20",
"drizzle-kit": "0.30.2",
"drizzle-kit": "0.30.3",
"tailwindcss": "4.0.0",
"typescript": "5.7.3",
"typescript-remix-routes-plugin": "1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions libs/generated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"graphql": "16.10.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/client-preset": "4.5.1"
"@graphql-codegen/cli": "5.0.4",
"@graphql-codegen/client-preset": "4.6.0"
}
}
2 changes: 1 addition & 1 deletion libs/ts-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"zod": "3.24.1"
},
"devDependencies": {
"@types/lodash": "4.17.14"
"@types/lodash": "4.17.15"
}
}
Loading

0 comments on commit 1dcf799

Please sign in to comment.