|
64 | 64 | "@types/bcryptjs": "2.4.2",
|
65 | 65 | "@types/bluebird": "3.5.36",
|
66 | 66 | "@types/connect-flash": "0.0.37",
|
67 |
| - "@types/connect-history-api-fallback": "1.3.5", |
| 67 | + "@types/connect-history-api-fallback": "1.5.4", |
68 | 68 | "@types/cors": "2.8.12",
|
69 | 69 | "@types/dinero.js": "1.9.0",
|
70 | 70 | "@types/express": "4.17.21",
|
|
75 | 75 | "@types/json-server": "0.14.4",
|
76 | 76 | "@types/jsonwebtoken": "8.5.8",
|
77 | 77 | "@types/jwt-decode": "2.2.1",
|
78 |
| - "@types/lodash": "4.14.181", |
| 78 | + "@types/lodash": "4.17.13", |
79 | 79 | "@types/lowdb": "1.0.11",
|
80 | 80 | "@types/morgan": "1.9.3",
|
81 | 81 | "@types/node": "^20.11.25",
|
|
85 | 85 | "@types/react-infinite-calendar": "2.3.6",
|
86 | 86 | "@types/react-router": "5.1.18",
|
87 | 87 | "@types/react-router-dom": "5.3.3",
|
88 |
| - "@types/react-virtualized": "9.21.21", |
| 88 | + "@types/react-virtualized": "9.22.0", |
89 | 89 | "@types/shortid": "0.0.29",
|
90 | 90 | "@types/uuid": "8.3.4",
|
91 |
| - "@types/validator": "13.7.2", |
92 |
| - "@types/webpack-env": "1.16.4", |
93 |
| - "@types/yup": "0.29.13", |
| 91 | + "@types/validator": "13.12.2", |
| 92 | + "@types/webpack-env": "1.18.5", |
| 93 | + "@types/yup": "0.32.0", |
94 | 94 | "@vitejs/plugin-react": "^4.0.2",
|
95 | 95 | "bcryptjs": "2.4.3",
|
96 | 96 | "concurrently": "7.1.0",
|
|
110 | 110 | "express-session": "1.18.0",
|
111 | 111 | "express-validator": "6.15.0",
|
112 | 112 | "fuse.js": "6.5.3",
|
113 |
| - "graphql": "16.8.1", |
| 113 | + "graphql": "16.9.0", |
114 | 114 | "graphql-http": "^1.22.0",
|
115 | 115 | "graphql-playground-middleware-express": "^1.7.23",
|
116 | 116 | "graphql-tools": "8.2.7",
|
|
136 | 136 | "vite": "^4.4.2",
|
137 | 137 | "vite-plugin-eslint": "^1.8.1",
|
138 | 138 | "vite-plugin-istanbul": "^4.1.0",
|
139 |
| - "vitest": "^0.33.0" |
| 139 | + "vitest": "^0.34.0" |
140 | 140 | },
|
141 | 141 | "scripts": {
|
142 | 142 | "dev": "cross-env NODE_ENV=development concurrently yarn:start:react yarn:start:api:watch",
|
|
0 commit comments