Skip to content

Commit

Permalink
chore(UI): Upgraded npm dependencies and fixed example deployment in …
Browse files Browse the repository at this point in the history
…UI (#5774)

* Upgraded npm dependencies and fixed example deployment in UI

* Upgraded test npm deps as wel
  • Loading branch information
EricWittmann authored Jan 6, 2025
1 parent 8d63012 commit 7a2b9e4
Show file tree
Hide file tree
Showing 10 changed files with 796 additions and 882 deletions.
587 changes: 293 additions & 294 deletions typescript-sdk/package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions typescript-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,34 @@
"test": "vitest run"
},
"peerDependencies": {
"@microsoft/kiota-abstractions": "1.0.0-preview.77",
"@microsoft/kiota-http-fetchlibrary": "1.0.0-preview.77",
"@microsoft/kiota-serialization-form": "1.0.0-preview.77",
"@microsoft/kiota-serialization-json": "1.0.0-preview.77",
"@microsoft/kiota-serialization-multipart": "1.0.0-preview.77",
"@microsoft/kiota-serialization-text": "1.0.0-preview.77"
"@microsoft/kiota-abstractions": "1.0.0-preview.78",
"@microsoft/kiota-http-fetchlibrary": "1.0.0-preview.78",
"@microsoft/kiota-serialization-form": "1.0.0-preview.78",
"@microsoft/kiota-serialization-json": "1.0.0-preview.78",
"@microsoft/kiota-serialization-multipart": "1.0.0-preview.78",
"@microsoft/kiota-serialization-text": "1.0.0-preview.78"
},
"devDependencies": {
"@apicurio/eslint-config": "0.3.0",
"@kiota-community/kiota-gen": "1.0.2",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"@types/node": "22.10.3",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"@vitejs/plugin-react": "4.3.4",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.16",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "7.0.2",
"react-router-dom": "7.1.1",
"rimraf": "6.0.1",
"typescript": "5.7.2",
"uuid": "11.0.3",
"vite": "6.0.3",
"vite-plugin-dts": "4.3.0",
"vite": "6.0.6",
"vite-plugin-dts": "4.4.0",
"vitest": "2.1.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
container_name: apicurio-registry-getting-started-context-path_ui
environment:
- REGISTRY_CONTEXT_PATH=/ui/
- REGISTRY_DOCS_URL=/ui/docs/
depends_on:
- apicurio-registry

Expand Down
97 changes: 48 additions & 49 deletions ui/tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions ui/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"devDependencies": {
"@apicurio/eslint-config": "0.3.0",
"@playwright/test": "1.49.1",
"@types/node": "22.10.2",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"@types/node": "22.10.3",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"eslint": "8.57.1",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.16"
Expand Down
Loading

0 comments on commit 7a2b9e4

Please sign in to comment.