Skip to content

Commit

Permalink
chore(UI): Upgrade ui deps again (#5508)
Browse files Browse the repository at this point in the history
* Upgrade ui deps

* Update dependabot config for UI and add typescript-sdk
  • Loading branch information
EricWittmann authored Nov 12, 2024
1 parent f20b9b9 commit a5acbca
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 51 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ updates:
exclude-patterns:
- "eslint"
- "@patternfly/*"
- "@microsoft/*"
eslint:
patterns:
- "eslint"
Expand Down Expand Up @@ -115,6 +116,26 @@ updates:
open-pull-requests-limit: 10
versioning-strategy: increase

- package-ecosystem: npm
directory: "/typescript-sdk"
schedule:
interval: daily
groups:
typescript-sdk-dependencies:
patterns:
- "*"
exclude-patterns:
- "eslint"
- "@microsoft/*"
eslint:
patterns:
- "eslint"
update-types:
- "patch"
- "minor"
open-pull-requests-limit: 10
versioning-strategy: increase

- package-ecosystem: npm
directory: "/docs-playbook"
schedule:
Expand Down
96 changes: 48 additions & 48 deletions ui/ui-app/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/ui-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@types/pluralize": "0.0.33",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@vitejs/plugin-react-swc": "3.7.1",
"copyfiles": "2.4.1",
"eslint": "8.57.1",
Expand All @@ -38,7 +38,7 @@
},
"dependencies": {
"@apicurio/apicurio-registry-sdk": "3.0.4-Dev",
"@apicurio/common-ui-components": "2.0.6",
"@apicurio/common-ui-components": "2.0.7",
"@apicurio/data-models": "1.1.28",
"@microsoft/kiota-abstractions": "1.0.0-preview.68",
"@microsoft/kiota-http-fetchlibrary": "1.0.0-preview.67",
Expand Down

0 comments on commit a5acbca

Please sign in to comment.