Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Team3132/AttendanceSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch committed Jan 15, 2025
2 parents a29686e + e46fc5b commit a6f7c47
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 275 deletions.
4 changes: 2 additions & 2 deletions packages/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@nestjs/schedule": "4.1.2",
"@sentry/node": "8.48.0",
"@sentry/tracing": "7.120.3",
"@trpc/client": "11.0.0-rc.695",
"@trpc/client": "11.0.0-rc.700",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"cron": "3.5.0",
Expand All @@ -52,7 +52,7 @@
"@swc/core": "1.10.7",
"@types/express": "5.0.0",
"@types/luxon": "3.4.2",
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"@types/uuid": "10.0.0",
"tsconfig-paths": "4.2.0",
"tsup": "8.3.5",
Expand Down
36 changes: 18 additions & 18 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,24 @@
"@fontsource/roboto": "5.1.1",
"@hookform/resolvers": "3.10.0",
"@lucia-auth/adapter-drizzle": "1.1.0",
"@mui/icons-material": "6.3.1",
"@mui/material": "6.3.1",
"@mui/icons-material": "6.4.0",
"@mui/material": "6.4.0",
"@mui/x-date-pickers": "7.23.6",
"@t3-oss/env-core": "0.11.1",
"@tanstack/match-sorter-utils": "8.19.4",
"@tanstack/query-sync-storage-persister": "5.62.16",
"@tanstack/react-query": "5.63.0",
"@tanstack/react-query-devtools": "5.63.0",
"@tanstack/react-query-persist-client": "5.63.0",
"@tanstack/react-router": "1.95.3",
"@tanstack/react-router-with-query": "1.95.3",
"@tanstack/query-sync-storage-persister": "5.64.1",
"@tanstack/react-query": "5.64.1",
"@tanstack/react-query-devtools": "5.64.1",
"@tanstack/react-query-persist-client": "5.64.1",
"@tanstack/react-router": "1.95.6",
"@tanstack/react-router-with-query": "1.95.6",
"@tanstack/react-table": "8.20.6",
"@tanstack/react-virtual": "3.11.2",
"@tanstack/router-devtools": "1.95.3",
"@tanstack/start": "1.95.3",
"@tanstack/router-devtools": "1.95.6",
"@tanstack/start": "1.95.7",
"@tanstack/table-core": "8.20.5",
"@tanstack/zod-adapter": "1.95.3",
"@trpc/server": "11.0.0-rc.695",
"@tanstack/zod-adapter": "1.95.6",
"@trpc/server": "11.0.0-rc.700",
"arctic": "1.9.2",
"cron": "3.5.0",
"cross-env": "7.0.3",
Expand Down Expand Up @@ -86,13 +86,13 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@emotion/babel-plugin": "11.13.5",
"@mui/lab": "6.0.0-beta.22",
"@tanstack/router-plugin": "1.95.3",
"@trpc/client": "11.0.0-rc.695",
"@trpc/server": "11.0.0-rc.695",
"@mui/lab": "6.0.0-beta.23",
"@tanstack/router-plugin": "1.95.6",
"@trpc/client": "11.0.0-rc.700",
"@trpc/server": "11.0.0-rc.700",
"@types/luxon": "3.4.2",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@types/uuid": "10.0.0",
"@vitejs/plugin-react": "4.3.4",
"drizzle-kit": "0.30.1",
Expand Down
Loading

0 comments on commit a6f7c47

Please sign in to comment.