Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oxdev03 committed Jul 21, 2024
1 parent 022df24 commit 3a50a33
Show file tree
Hide file tree
Showing 7 changed files with 481 additions and 526 deletions.
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"@pm2.web/typescript-config": "*",
"@types/bcrypt": "^5.0.2",
"eslint": "^8.57.0",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
}
}
42 changes: 21 additions & 21 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,27 @@
"format:check": "prettier --check ."
},
"dependencies": {
"@mantine/charts": "^7.11.0",
"@mantine/code-highlight": "^7.11.0",
"@mantine/core": "^7.11.0",
"@mantine/form": "^7.11.0",
"@mantine/hooks": "^7.11.0",
"@mantine/notifications": "^7.11.0",
"@mantine/charts": "^7.11.2",
"@mantine/code-highlight": "^7.11.2",
"@mantine/core": "^7.11.2",
"@mantine/form": "^7.11.2",
"@mantine/hooks": "^7.11.2",
"@mantine/notifications": "^7.11.2",
"@pm2.web/mongoose-models": "*",
"@pm2.web/typings": "*",
"@tabler/icons-react": "^3.7.0",
"@tanstack/react-query": "^5.51.1",
"@trpc/client": "^11.0.0-rc.390",
"@trpc/next": "^11.0.0-rc.390",
"@tabler/icons-react": "^3.11.0",
"@tanstack/react-query": "^5.51.11",
"@trpc/client": "^11.0.0-rc.466",
"@trpc/next": "^11.0.0-rc.466",
"@trpc/react-query": "^11.0.0-rc.461",
"@trpc/server": "^11.0.0-rc.390",
"@trpc/server": "^11.0.0-rc.466",
"bcrypt": "^5.1.1",
"cookies-next": "^4.2.1",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"lodash": "^4.17.21",
"mongodb-memory-server": "^9.4.0",
"next": "^14.2.4",
"mongodb-memory-server": "^10.0.0",
"next": "^14.2.5",
"next-auth": "^4.24.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -59,22 +59,22 @@
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/lodash": "^4.17.5",
"@types/lodash": "^4.17.7",
"@types/ms": "^0.7.34",
"@types/node": "20.14.9",
"@types/node": "20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"cypress": "^13.12.0",
"cypress": "^13.13.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^54.0.0",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.15.0",
"postcss": "^8.4.39",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"start-server-and-test": "^2.0.4",
"typescript": "5.4.5"
"typescript": "5.5.3"
}
}
Loading

0 comments on commit 3a50a33

Please sign in to comment.