|
6 | 6 | "scripts": { |
7 | 7 | "dev": "run-p dev:mock dev:client", |
8 | 8 | "dev:client": "vite --clearScreen=false", |
9 | | - "dev:mock": "prism mock ./petstore.yaml --dynamic", |
| 9 | + "dev:mock": "prism mock ../petstore.yaml --dynamic", |
10 | 10 | "build": "tsc && vite build", |
11 | 11 | "preview": "vite preview", |
12 | | - "generate:api": "rimraf ./openapi && node ../../dist/cli.mjs -i ./petstore.yaml -c axios --request ./request.ts --format=biome --lint=biome", |
| 12 | + "generate:api": "rimraf ./openapi && node ../../dist/cli.mjs -i ../petstore.yaml -c axios --request ./request.ts --format=biome --lint=biome", |
13 | 13 | "test:generated": "tsc -p ./tsconfig.openapi.json --noEmit" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@tanstack/react-query": "^5.18.1", |
| 16 | + "@tanstack/react-query": "^5.32.1", |
17 | 17 | "axios": "^1.6.7", |
18 | 18 | "form-data": "~4.0.0", |
19 | | - "react": "^18.2.0", |
20 | | - "react-dom": "^18.2.0" |
| 19 | + "react": "^18.3.1", |
| 20 | + "react-dom": "^18.3.1" |
21 | 21 | }, |
22 | 22 | "devDependencies": { |
23 | | - "@biomejs/biome": "1.7.2", |
| 23 | + "@biomejs/biome": "^1.7.2", |
24 | 24 | "@stoplight/prism-cli": "^5.5.2", |
25 | | - "@types/react": "^18.2.52", |
| 25 | + "@types/react": "^18.3.1", |
26 | 26 | "@types/react-dom": "^18.2.18", |
27 | 27 | "@vitejs/plugin-react": "^4.2.1", |
28 | 28 | "npm-run-all": "^4.1.5", |
29 | | - "typescript": "^5.3.3", |
| 29 | + "typescript": "^5.4.5", |
30 | 30 | "vite": "^5.0.12" |
31 | 31 | } |
32 | 32 | } |
0 commit comments