|
7 | 7 | "dev:server": "NODE_ENV=development ts-node --project tsconfig.server.json src/server/index.ts",
|
8 | 8 | "build:server": "tsc --project tsconfig.server.json",
|
9 | 9 | "start:server": "NODE_ENV=production node dist/server/index.js",
|
| 10 | + "prod": "prisma migrate deploy && yarn run start:server", |
10 | 11 | "dev": "next dev",
|
11 | 12 | "build:next": "next build",
|
12 | 13 | "build": "yarn run build:next && yarn run build:server",
|
|
32 | 33 | ]
|
33 | 34 | },
|
34 | 35 | "dependencies": {
|
35 |
| - "@bull-board/api": "^4.3.2", |
36 |
| - "@bull-board/express": "^4.3.2", |
| 36 | + "@bull-board/api": "^4.6.0", |
| 37 | + "@bull-board/express": "^4.6.0", |
37 | 38 | "@emotion/react": "^11.10.4",
|
38 | 39 | "@emotion/server": "^11.10.0",
|
39 |
| - "@mantine/core": "^5.5.4", |
40 |
| - "@mantine/form": "^5.5.4", |
41 |
| - "@mantine/hooks": "^5.5.4", |
42 |
| - "@mantine/modals": "^5.5.4", |
43 |
| - "@mantine/next": "^5.5.4", |
44 |
| - "@mantine/notifications": "^5.5.4", |
45 |
| - "@mantine/nprogress": "^5.5.4", |
46 |
| - "@mantine/spotlight": "^5.5.4", |
| 40 | + "@mantine/core": "^5.5.6", |
| 41 | + "@mantine/form": "^5.5.6", |
| 42 | + "@mantine/hooks": "^5.5.6", |
| 43 | + "@mantine/modals": "^5.5.6", |
| 44 | + "@mantine/next": "^5.5.6", |
| 45 | + "@mantine/notifications": "^5.5.6", |
| 46 | + "@mantine/nprogress": "^5.5.6", |
| 47 | + "@mantine/spotlight": "^5.5.6", |
47 | 48 | "@next/bundle-analyzer": "^12.3.1",
|
48 |
| - "@prisma/client": "4.4.0", |
49 |
| - "@tabler/icons": "^1.101.0", |
50 |
| - "@tanstack/react-query": "^4.9.0", |
51 |
| - "@trpc/client": "^10.0.0-proxy-beta.13", |
52 |
| - "@trpc/next": "^10.0.0-proxy-beta.13", |
| 49 | + "@prisma/client": "4.5.0", |
| 50 | + "@tabler/icons": "^1.106.0", |
| 51 | + "@tanstack/react-query": "^4.12.0", |
| 52 | + "@trpc/client": "^10.0.0-proxy-beta.23", |
| 53 | + "@trpc/next": "^10.0.0-proxy-beta.23", |
53 | 54 | "@trpc/react": "^10.0.0-proxy-beta.13",
|
54 |
| - "@trpc/server": "^10.0.0-proxy-beta.13", |
55 |
| - "bullmq": "^2.1.3", |
| 55 | + "@trpc/react-query": "^10.0.0-proxy-beta.23", |
| 56 | + "@trpc/server": "^10.0.0-proxy-beta.23", |
| 57 | + "bullmq": "^2.3.2", |
56 | 58 | "chokidar": "^3.5.3",
|
57 | 59 | "contrast-color": "^1.0.1",
|
58 | 60 | "dayjs": "^1.11.5",
|
59 | 61 | "execa": "5.1.1",
|
60 |
| - "express": "^4.18.1", |
61 |
| - "framer-motion": "^7.5.3", |
| 62 | + "express": "^4.18.2", |
| 63 | + "framer-motion": "^7.6.1", |
62 | 64 | "json-diff": "^0.9.0",
|
63 | 65 | "mantine-datatable": "^1.7.9",
|
64 | 66 | "meow": "^9.0.0",
|
65 | 67 | "moment": "^2.29.4",
|
66 | 68 | "next": "12.3.1",
|
67 | 69 | "node-telegram-bot-api": "^0.59.0",
|
68 | 70 | "pino": "^8.6.1",
|
69 |
| - "pino-pretty": "^9.1.0", |
| 71 | + "pino-pretty": "^9.1.1", |
70 | 72 | "pretty-bytes": "5.6.0",
|
71 | 73 | "prop-types": "^15.8.1",
|
72 | 74 | "react": "18.2.0",
|
73 | 75 | "react-dom": "18.2.0",
|
74 |
| - "react-icons": "^4.4.0", |
| 76 | + "react-icons": "^4.6.0", |
75 | 77 | "react-no-ssr": "^1.1.0",
|
76 | 78 | "sharp": "^0.31.1",
|
77 | 79 | "string-to-color": "^2.2.2",
|
78 |
| - "superjson": "^1.10.0", |
79 |
| - "yaml": "^2.1.2", |
| 80 | + "superjson": "^1.10.1", |
| 81 | + "yaml": "^2.1.3", |
80 | 82 | "zod": "^3.19.1"
|
81 | 83 | },
|
82 | 84 | "devDependencies": {
|
|
85 | 87 | "@types/contrast-color": "^1.0.0",
|
86 | 88 | "@types/express": "^4.17.14",
|
87 | 89 | "@types/json-diff": "^0.9.0",
|
88 |
| - "@types/node": "18.8.0", |
89 |
| - "@types/node-telegram-bot-api": "^0.57.1", |
| 90 | + "@types/node": "18.11.2", |
| 91 | + "@types/node-telegram-bot-api": "^0.57.5", |
90 | 92 | "@types/react": "18.0.21",
|
91 | 93 | "@types/react-dom": "18.0.6",
|
92 | 94 | "@types/react-no-ssr": "^1.1.3",
|
93 |
| - "@typescript-eslint/eslint-plugin": "^5.39.0", |
94 |
| - "@typescript-eslint/parser": "^5.39.0", |
| 95 | + "@typescript-eslint/eslint-plugin": "^5.40.1", |
| 96 | + "@typescript-eslint/parser": "^5.40.1", |
95 | 97 | "autoprefixer": "^10.4.12",
|
96 |
| - "eslint": "8.24.0", |
| 98 | + "eslint": "8.25.0", |
97 | 99 | "eslint-config-airbnb": "^19.0.4",
|
98 | 100 | "eslint-config-airbnb-typescript": "^17.0.0",
|
99 | 101 | "eslint-config-next": "12.3.1",
|
100 | 102 | "eslint-config-prettier": "^8.5.0",
|
101 | 103 | "eslint-plugin-import": "^2.26.0",
|
102 | 104 | "eslint-plugin-jsx-a11y": "^6.6.1",
|
103 | 105 | "eslint-plugin-prettier": "^4.2.1",
|
104 |
| - "eslint-plugin-react": "^7.31.8", |
| 106 | + "eslint-plugin-react": "^7.31.10", |
105 | 107 | "eslint-plugin-react-hooks": "^4.6.0",
|
106 | 108 | "husky": "^4.3.8",
|
107 | 109 | "lint-staged": "^13.0.3",
|
108 |
| - "postcss": "^8.4.17", |
| 110 | + "postcss": "^8.4.18", |
109 | 111 | "prettier": "^2.7.1",
|
110 | 112 | "prettier-plugin-tailwindcss": "^0.1.13",
|
111 |
| - "prisma": "^4.4.0", |
112 |
| - "tailwindcss": "^3.1.8", |
| 113 | + "prisma": "^4.5.0", |
| 114 | + "tailwindcss": "^3.2.0", |
113 | 115 | "ts-node": "^10.9.1",
|
114 | 116 | "typescript": "4.8.4"
|
115 | 117 | }
|
|
0 commit comments