|
10 | 10 | ],
|
11 | 11 | "scripts": {
|
12 | 12 | "clean": "rimraf dist src-generated .kiota",
|
13 |
| - "kiota-info": "cross-env KIOTA_VERSION=v1.11.1 kiota info -l typescript", |
14 |
| - "generate-registry-sdk": "cross-env KIOTA_VERSION=v1.11.1 kiota generate -l typescript -d ../common/src/main/resources/META-INF/openapi.json -c ApicurioRegistryClient -o ./src-generated/registry-client", |
| 13 | + "kiota-info": "cross-env KIOTA_VERSION=v1.15.0 kiota info -l typescript", |
| 14 | + "generate-registry-sdk": "cross-env KIOTA_VERSION=v1.15.0 kiota generate -l typescript -d ../common/src/main/resources/META-INF/openapi.json -c ApicurioRegistryClient -o ./src-generated/registry-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 | },
|
19 |
| - "peerDependencies": { |
20 |
| - "@microsoft/kiota-abstractions": "1.0.0-preview.40", |
21 |
| - "@microsoft/kiota-http-fetchlibrary": "1.0.0-preview.39", |
22 |
| - "@microsoft/kiota-serialization-form": "1.0.0-preview.29", |
23 |
| - "@microsoft/kiota-serialization-json": "1.0.0-preview.40", |
24 |
| - "@microsoft/kiota-authentication-azure": "1.0.0-preview.35", |
25 |
| - "@microsoft/kiota-serialization-text": "1.0.0-preview.37", |
26 |
| - "@microsoft/kiota-serialization-multipart": "1.0.0-preview.19" |
| 19 | + "dependencies": { |
| 20 | + "@microsoft/kiota-abstractions": "^1.0.0-preview.56", |
| 21 | + "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.55", |
| 22 | + "@microsoft/kiota-serialization-form": "^1.0.0-preview.45", |
| 23 | + "@microsoft/kiota-serialization-json": "^1.0.0-preview.56", |
| 24 | + "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.34", |
| 25 | + "@microsoft/kiota-serialization-text": "^1.0.0-preview.53" |
27 | 26 | },
|
28 | 27 | "devDependencies": {
|
29 | 28 | "@apicurio/eslint-config": "0.2.0",
|
30 | 29 | "@kiota-community/kiota-gen": "1.0.0",
|
31 |
| - "@microsoft/kiota-abstractions": "1.0.0-preview.40", |
32 |
| - "@microsoft/kiota-http-fetchlibrary": "1.0.0-preview.39", |
33 |
| - "@microsoft/kiota-serialization-form": "1.0.0-preview.29", |
34 |
| - "@microsoft/kiota-serialization-json": "1.0.0-preview.40", |
35 |
| - "@microsoft/kiota-authentication-azure": "1.0.0-preview.35", |
36 |
| - "@microsoft/kiota-serialization-text": "1.0.0-preview.37", |
37 |
| - "@microsoft/kiota-serialization-multipart": "1.0.0-preview.19", |
38 | 30 | "@types/node": "20.11.6",
|
39 | 31 | "@types/react": "18.2.48",
|
40 | 32 | "@types/react-dom": "18.2.18",
|
|
45 | 37 | "eslint": "8.56.0",
|
46 | 38 | "eslint-plugin-react-hooks": "4.6.0",
|
47 | 39 | "eslint-plugin-react-refresh": "0.4.5",
|
| 40 | + "react": "18.2.0", |
| 41 | + "react-dom": "18.2.0", |
| 42 | + "react-router-dom": "6.21.3", |
48 | 43 | "rimraf": "5.0.5",
|
49 | 44 | "typescript": "5.3.3",
|
50 | 45 | "vite": "5.0.12",
|
51 |
| - "vite-plugin-dts": "3.7.2", |
52 |
| - "react": "18.2.0", |
53 |
| - "react-dom": "18.2.0", |
54 |
| - "react-router-dom": "6.21.3" |
| 46 | + "vite-plugin-dts": "3.7.2" |
55 | 47 | }
|
56 | 48 | }
|
0 commit comments