|
57 | 57 | "node": ">= 18.0.0"
|
58 | 58 | },
|
59 | 59 | "dependencies": {
|
| 60 | + "@fastify/accepts": "^4.2.0", |
| 61 | + "@fastify/middie": "^8.3.0", |
| 62 | + "@fastify/static": "^6.11.2", |
60 | 63 | "@opentelemetry/api": "^1.6.0",
|
61 | 64 | "@vitejs/plugin-react-refresh": "^1.3.6",
|
62 |
| - "@fastify/accepts": "^3.0.0", |
63 |
| - "@fastify/static": "^5.0.0", |
64 |
| - "fastify-express": "^0.3.3", |
65 |
| - "fastify-plugin": "^3.0.1", |
| 65 | + "fastify-plugin": "^4.5.1", |
66 | 66 | "http-errors": "^1.8.1",
|
67 |
| - "middie": "^5.4.0", |
68 | 67 | "path-to-regexp": "^6.2.1",
|
69 | 68 | "sanitize-filename": "^1.6.3",
|
70 | 69 | "stream-template": "^0.0.10",
|
71 | 70 | "vite": "^2.9.15",
|
72 | 71 | "wouter": "^2.7.5"
|
73 | 72 | },
|
74 | 73 | "peerDependencies": {
|
75 |
| - "fastify": "^3.13.0", |
| 74 | + "fastify": "^4.24.2", |
76 | 75 | "react": "experimental",
|
77 | 76 | "react-dom": "experimental"
|
78 | 77 | },
|
|
85 | 84 | "@types/react": "^17.0.43",
|
86 | 85 | "@types/react-dom": "^17.0.11",
|
87 | 86 | "@types/sanitize-filename": "^1.6.3",
|
88 |
| - "@typescript-eslint/eslint-plugin": "^5.40.0", |
89 |
| - "@typescript-eslint/parser": "^5.40.0", |
| 87 | + "@typescript-eslint/eslint-plugin": "^6.7.3", |
| 88 | + "@typescript-eslint/parser": "^6.7.3", |
90 | 89 | "cheerio": "^1.0.0-rc.12",
|
91 |
| - "fastify": "^3.29.0", |
| 90 | + "eslint": "^7.32.0", |
| 91 | + "eslint-config-prettier": "^8.5.0", |
| 92 | + "eslint-plugin-import": "^2.26.0", |
| 93 | + "eslint-plugin-prettier": "^3.4.1", |
| 94 | + "eslint-plugin-react": "^7.31.7", |
| 95 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 96 | + "fastify": "^4.24.2", |
92 | 97 | "gitpkg": "^1.0.0-beta.2",
|
93 | 98 | "jest": "^29.7.0",
|
94 | 99 | "npm-run-all": "^4.1.5",
|
95 |
| - "pino-pretty": "^4.8.0", |
| 100 | + "pino-pretty": "^8.1.0", |
| 101 | + "prettier": "^2.7.1", |
| 102 | + "prettier-plugin-organize-imports": "^2.3.4", |
96 | 103 | "react": "0.0.0-experimental-4ead6b530",
|
97 | 104 | "react-dom": "0.0.0-experimental-4ead6b530",
|
98 | 105 | "rimraf": "^3.0.2",
|
|
0 commit comments