|
10 | 10 | ],
|
11 | 11 | "scripts": {
|
12 | 12 | "clean": "rimraf dist lib/generated-client .kiota",
|
13 |
| - "kiota-info": "cross-env KIOTA_VERSION=v1.20.0 kiota info -l typescript", |
14 |
| - "generate-sources": "cross-env KIOTA_VERSION=v1.20.0 kiota generate --serializer none --deserializer none -l typescript -d ../common/src/main/resources/META-INF/openapi.json -c ApicurioRegistryClient -o ./lib/generated-client", |
| 13 | + "kiota-info": "cross-env KIOTA_VERSION=v1.21.0 kiota info -l typescript", |
| 14 | + "generate-sources": "cross-env KIOTA_VERSION=v1.21.0 kiota generate --serializer none --deserializer none -l typescript -d ../common/src/main/resources/META-INF/openapi.json -c ApicurioRegistryClient -o ./lib/generated-client", |
15 | 15 | "dev": "vite",
|
16 | 16 | "build": "tsc --p ./tsconfig-build.json && vite build",
|
17 | 17 | "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
18 | 18 | "test": "vitest run"
|
19 | 19 | },
|
20 | 20 | "peerDependencies": {
|
21 |
| - "@microsoft/kiota-abstractions": "1.0.0-preview.75", |
22 |
| - "@microsoft/kiota-http-fetchlibrary": "1.0.0-preview.75", |
23 |
| - "@microsoft/kiota-serialization-form": "1.0.0-preview.75", |
24 |
| - "@microsoft/kiota-serialization-json": "1.0.0-preview.75", |
25 |
| - "@microsoft/kiota-serialization-multipart": "1.0.0-preview.75", |
26 |
| - "@microsoft/kiota-serialization-text": "1.0.0-preview.75" |
| 21 | + "@microsoft/kiota-abstractions": "1.0.0-preview.77", |
| 22 | + "@microsoft/kiota-http-fetchlibrary": "1.0.0-preview.77", |
| 23 | + "@microsoft/kiota-serialization-form": "1.0.0-preview.77", |
| 24 | + "@microsoft/kiota-serialization-json": "1.0.0-preview.77", |
| 25 | + "@microsoft/kiota-serialization-multipart": "1.0.0-preview.77", |
| 26 | + "@microsoft/kiota-serialization-text": "1.0.0-preview.77" |
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 | 29 | "@apicurio/eslint-config": "0.3.0",
|
30 | 30 | "@kiota-community/kiota-gen": "1.0.2",
|
31 | 31 | "@types/node": "22.10.1",
|
32 |
| - "@types/react": "18.3.13", |
33 |
| - "@types/react-dom": "18.3.1", |
| 32 | + "@types/react": "18.3.14", |
| 33 | + "@types/react-dom": "18.3.2", |
34 | 34 | "@typescript-eslint/eslint-plugin": "8.17.0",
|
35 | 35 | "@typescript-eslint/parser": "8.17.0",
|
36 | 36 | "@vitejs/plugin-react": "4.3.4",
|
37 | 37 | "cross-env": "7.0.3",
|
38 | 38 | "eslint": "8.57.1",
|
39 |
| - "eslint-plugin-react-hooks": "5.0.0", |
| 39 | + "eslint-plugin-react-hooks": "5.1.0", |
40 | 40 | "eslint-plugin-react-refresh": "0.4.16",
|
41 | 41 | "react": "18.3.1",
|
42 | 42 | "react-dom": "18.3.1",
|
43 | 43 | "react-router-dom": "7.0.2",
|
44 | 44 | "rimraf": "6.0.1",
|
45 | 45 | "typescript": "5.7.2",
|
46 | 46 | "uuid": "11.0.3",
|
47 |
| - "vite": "6.0.2", |
| 47 | + "vite": "6.0.3", |
48 | 48 | "vite-plugin-dts": "4.3.0",
|
49 | 49 | "vitest": "2.1.8"
|
50 | 50 | }
|
|
0 commit comments