|
29 | 29 | "format:check": "prettier --check ." |
30 | 30 | }, |
31 | 31 | "dependencies": { |
32 | | - "@mantine/charts": "^7.11.2", |
33 | | - "@mantine/code-highlight": "^7.11.2", |
34 | | - "@mantine/core": "^7.11.2", |
35 | | - "@mantine/form": "^7.11.2", |
36 | | - "@mantine/hooks": "^7.11.2", |
37 | | - "@mantine/notifications": "^7.11.2", |
| 32 | + "@mantine/charts": "^7.13.0", |
| 33 | + "@mantine/code-highlight": "^7.13.0", |
| 34 | + "@mantine/core": "^7.13.0", |
| 35 | + "@mantine/form": "^7.13.0", |
| 36 | + "@mantine/hooks": "^7.13.0", |
| 37 | + "@mantine/notifications": "^7.13.0", |
38 | 38 | "@pm2.web/mongoose-models": "*", |
39 | 39 | "@pm2.web/typings": "*", |
40 | | - "@tabler/icons-react": "^3.11.0", |
41 | | - "@tanstack/react-query": "^5.51.11", |
42 | | - "@trpc/client": "^11.0.0-rc.466", |
43 | | - "@trpc/next": "^11.0.0-rc.466", |
44 | | - "@trpc/react-query": "^11.0.0-rc.461", |
45 | | - "@trpc/server": "^11.0.0-rc.466", |
| 40 | + "@tabler/icons-react": "^3.19.0", |
| 41 | + "@tanstack/react-query": "^5.56.2", |
| 42 | + "@trpc/client": "^11.0.0-rc.552", |
| 43 | + "@trpc/next": "^11.0.0-rc.552", |
| 44 | + "@trpc/react-query": "^11.0.0-rc.552", |
| 45 | + "@trpc/server": "^11.0.0-rc.552", |
46 | 46 | "bcrypt": "^5.1.1", |
47 | 47 | "cookies-next": "^4.2.1", |
48 | 48 | "dotenv": "^16.4.5", |
49 | 49 | "dotenv-cli": "^7.4.2", |
50 | 50 | "lodash": "^4.17.21", |
51 | | - "mongodb-memory-server": "^10.0.0", |
52 | | - "next": "^14.2.5", |
53 | | - "next-auth": "^4.24.7", |
| 51 | + "mongodb-memory-server": "^10.0.1", |
| 52 | + "next": "^14.2.13", |
| 53 | + "next-auth": "^4.24.8", |
54 | 54 | "react": "^18.3.1", |
55 | 55 | "react-dom": "^18.3.1", |
56 | 56 | "recharts": "^2.12.7", |
|
59 | 59 | }, |
60 | 60 | "devDependencies": { |
61 | 61 | "@types/bcrypt": "^5.0.2", |
62 | | - "@types/lodash": "^4.17.7", |
| 62 | + "@types/lodash": "^4.17.9", |
63 | 63 | "@types/ms": "^0.7.34", |
64 | | - "@types/node": "20.14.13", |
65 | | - "@types/react": "^18.3.3", |
| 64 | + "@types/node": "20.16.10", |
| 65 | + "@types/react": "^18.3.10", |
66 | 66 | "@types/react-dom": "^18.3.0", |
67 | | - "cypress": "^13.13.1", |
68 | | - "eslint": "^8.57.0", |
69 | | - "eslint-config-next": "^14.2.5", |
| 67 | + "cypress": "^13.15.0", |
| 68 | + "eslint": "^8.57.1", |
| 69 | + "eslint-config-next": "^14.2.13", |
70 | 70 | "eslint-config-prettier": "^9.1.0", |
71 | | - "eslint-plugin-import": "^2.29.1", |
| 71 | + "eslint-plugin-import": "^2.30.0", |
72 | 72 | "eslint-plugin-simple-import-sort": "^12.1.1", |
73 | 73 | "eslint-plugin-unicorn": "^55.0.0", |
74 | | - "postcss": "^8.4.40", |
| 74 | + "postcss": "^8.4.47", |
75 | 75 | "postcss-preset-mantine": "^1.17.0", |
76 | 76 | "postcss-simple-vars": "^7.0.1", |
77 | | - "start-server-and-test": "^2.0.5", |
78 | | - "typescript": "5.5.4" |
| 77 | + "start-server-and-test": "^2.0.8", |
| 78 | + "typescript": "5.6.2" |
79 | 79 | } |
80 | 80 | } |
0 commit comments