Skip to content

Commit e2ca1b9

Browse files
Rebuild with latest dependencies (#57)
Co-authored-by: mraible <17892+mraible@users.noreply.github.com>
1 parent e27fce0 commit e2ca1b9

File tree

1 file changed

+2
-2
lines changed
  • ui/extensions/hello/src/dist

1 file changed

+2
-2
lines changed

ui/extensions/hello/src/dist/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4157,7 +4157,7 @@ function useFalconApiContext() {
41574157
}
41584158

41594159
/**
4160-
* react-router v7.8.2
4160+
* react-router v7.9.1
41614161
*
41624162
* Copyright (c) Remix Software Inc.
41634163
*
@@ -5553,7 +5553,7 @@ var isBrowser = typeof window !== "undefined" && typeof window.document !== "und
55535553
try {
55545554
if (isBrowser) {
55555555
window.__reactRouterVersion = // @ts-expect-error
5556-
"7.8.2";
5556+
"7.9.1";
55575557
}
55585558
} catch (e) {
55595559
}

0 commit comments

Comments
 (0)