-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch jhub-apps ui dependencies (#96)
* Update ui package dependencies. * Update to latest minor react-query version to allow testing loading state. Fix react-query invalidation. * Include new ui build. * Add dependabot config. * Update remaining packages to latest.
- Loading branch information
Showing
7 changed files
with
1,404 additions
and
1,495 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "npm" | ||
directory: "/ui" | ||
schedule: | ||
interval: "weekly" | ||
open-pull-requests-limit: 10 | ||
labels: | ||
- "dependencies" | ||
ignore: | ||
- dependency-name: react | ||
versions: | ||
- ">=18.2.0" | ||
- dependency-name: react-dom | ||
versions: | ||
- ">=18.2.0" | ||
- dependency-name: "@types/react" | ||
versions: | ||
- ">=18.2.0" | ||
- dependency-name: "@types/react-dom" | ||
versions: | ||
- ">=18.2.0" | ||
- dependency-name: "@tanstack/react-query" |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters