|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 | 13 | "@babel/polyfill": "7.12.1",
|
14 |
| - "@normy/react-query": "0.14.2", |
| 14 | + "@normy/react-query": "0.18.0", |
15 | 15 | "@tanstack/react-query": "5.4.3",
|
16 | 16 | "@trpc/client": "11.0.0-next.92",
|
17 | 17 | "@trpc/react-query": "11.0.0-next.92",
|
18 | 18 | "@trpc/server": "11.0.0-next.92",
|
19 |
| - "express": "4.17.1", |
| 19 | + "express": "4.21.2", |
20 | 20 | "react": "18.2.0",
|
21 | 21 | "react-dom": "18.2.0",
|
22 | 22 | "zod": "^3.21.4"
|
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 |
| - "@babel/core": "7.12.9", |
26 |
| - "@babel/preset-env": "7.12.7", |
27 |
| - "@babel/preset-react": "7.12.7", |
| 25 | + "@babel/core": "7.26.10", |
| 26 | + "@babel/preset-env": "7.26.9", |
| 27 | + "@babel/preset-react": "7.26.3", |
28 | 28 | "@babel/preset-typescript": "^7.21.0",
|
29 | 29 | "@types/express": "^4.17.17",
|
30 |
| - "@types/node": "^18.15.5", |
| 30 | + "@types/node": "^22.13.10", |
31 | 31 | "@types/react": "18.2.33",
|
32 | 32 | "@types/react-dom": "16.9.0",
|
33 | 33 | "@types/webpack-dev-middleware": "^5.3.0",
|
34 |
| - "babel-loader": "8.2.2", |
35 |
| - "html-webpack-plugin": "4.5.0", |
| 34 | + "babel-loader": "10.0.0", |
| 35 | + "html-webpack-plugin": "5.6.3", |
36 | 36 | "ts-node": "^10.9.1",
|
37 | 37 | "typescript": "^5.0.2",
|
38 |
| - "webpack": "5.9.0", |
39 |
| - "webpack-cli": "4.2.0", |
40 |
| - "webpack-dev-middleware": "4.0.2" |
| 38 | + "webpack": "5.98.0", |
| 39 | + "webpack-cli": "6.0.1", |
| 40 | + "webpack-dev-middleware": "7.4.2" |
41 | 41 | }
|
42 | 42 | }
|
0 commit comments