Skip to content

Commit

Permalink
Merge pull request #23 from oxdev03/change-update-deps
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
oxdev03 authored Jun 2, 2024
2 parents 0316b2a + 5911278 commit 9344ec7
Show file tree
Hide file tree
Showing 6 changed files with 498 additions and 606 deletions.
4 changes: 2 additions & 2 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"bcrypt": "^5.1.1",
"bytes-iec": "^3.1.1",
"dotenv": "^16.4.5",
"pm2": "^5.3.1",
"systeminformation": "^5.22.7"
"pm2": "^5.4.0",
"systeminformation": "^5.22.10"
},
"devDependencies": {
"@pm2.web/eslint-config": "*",
Expand Down
52 changes: 26 additions & 26 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,47 +28,47 @@
"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.10.1",
"@mantine/code-highlight": "^7.10.1",
"@mantine/core": "^7.10.1",
"@mantine/form": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@mantine/notifications": "^7.10.1",
"@pm2.web/mongoose-models": "*",
"@pm2.web/typings": "*",
"@tabler/icons-react": "^3.2.0",
"@tanstack/react-query": "^5.29.2",
"@trpc/client": "^11.0.0-rc.329",
"@trpc/next": "^11.0.0-rc.329",
"@trpc/react-query": "^11.0.0-rc.329",
"@trpc/server": "^11.0.0-rc.329",
"@tabler/icons-react": "^3.5.0",
"@tanstack/react-query": "^5.40.0",
"@trpc/client": "^11.0.0-rc.390",
"@trpc/next": "^11.0.0-rc.390",
"@trpc/react-query": "^11.0.0-rc.390",
"@trpc/server": "^11.0.0-rc.390",
"bcrypt": "^5.1.1",
"cookies-next": "^4.1.1",
"cookies-next": "^4.2.1",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.1",
"dotenv-cli": "^7.4.2",
"lodash": "^4.17.21",
"mongodb-memory-server": "^9.1.8",
"next": "^14.2.2",
"mongodb-memory-server": "^9.3.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",
"@types/lodash": "^4.17.0",
"@types/ms": "^0.7.34",
"@types/node": "20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"cypress": "^13.8.0",
"@types/node": "20.13.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"cypress": "^13.10.0",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.2",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.14.4",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"start-server-and-test": "^2.0.3",
"typescript": "5.4.5"
Expand Down
Loading

0 comments on commit 9344ec7

Please sign in to comment.