Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
oxdev03 committed May 11, 2024
1 parent 68e2c12 commit c65c198
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 218 deletions.
28 changes: 14 additions & 14 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
"format:check": "prettier --check ."
},
"dependencies": {
"@mantine/charts": "^7.8.0",
"@mantine/code-highlight": "^7.8.0",
"@mantine/core": "^7.8.0",
"@mantine/form": "^7.8.0",
"@mantine/hooks": "^7.8.0",
"@mantine/notifications": "^7.8.0",
"@mantine/charts": "^7.9.1",
"@mantine/code-highlight": "^7.9.1",
"@mantine/core": "^7.9.1",
"@mantine/form": "^7.9.1",
"@mantine/hooks": "^7.9.1",
"@mantine/notifications": "^7.9.1",
"@pm2.web/mongoose-models": "*",
"@pm2.web/typings": "*",
"@tabler/icons-react": "^3.2.0",
"@tanstack/react-query": "^5.29.2",
"@tabler/icons-react": "^3.3.0",
"@tanstack/react-query": "^5.35.5",
"@trpc/client": "^11.0.0-rc.329",
"@trpc/next": "^11.0.0-rc.329",
"@trpc/react-query": "^11.0.0-rc.329",
Expand All @@ -47,14 +47,14 @@
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.1",
"lodash": "^4.17.21",
"mongodb-memory-server": "^9.1.8",
"next": "^14.2.2",
"mongodb-memory-server": "^9.2.0",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^2.12.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.12.7",
"superjson": "^2.2.1",
"zod": "^3.22.5"
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
Expand Down
Loading

0 comments on commit c65c198

Please sign in to comment.