Skip to content

Commit 34f9fa8

Browse files
committed
fix: update version of @adminforth/foreign-inline-list to 1.10.16 and adminforth to 2.44.0 on live-demo
1 parent 5053cf7 commit 34f9fa8

3 files changed

Lines changed: 96 additions & 13 deletions

File tree

live-demo/app/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ new AdminForth({
4444
announcementBadge: (adminUser: AdminUser) => {
4545
return {
4646
html: `
47-
<svg xmlns="http://www.w3.org/2000/svg" style="display:inline; margin-top: -4px" width="16" height="16" viewBox="0 0 24 24"><path d="M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279-7.416-3.967-7.417 3.967 1.481-8.279-6.064-5.828 8.332-1.151z"/></svg>
47+
<svg xmlns="http://www.w3.org/2000/svg" style="display:inline; margin-top: -4px" width="1rem" height="1rem" viewBox="0 0 24 24"><path d="M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279-7.416-3.967-7.417 3.967 1.481-8.279-6.064-5.828 8.332-1.151z"/></svg>
4848
<a href="https://github.com/devforth/adminforth" style="font-weight: bold; text-decoration: underline" target="_blank">Star us on GitHub</a> to support a project!`,
4949
closable: true,
5050
// title: 'Support us for free',

live-demo/app/package-lock.json

Lines changed: 93 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

live-demo/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@adminforth/clone-row": "^1.2.0",
2424
"@adminforth/completion-adapter-openai-responses": "^2.0.24",
2525
"@adminforth/email-password-reset": "^1.3.6",
26-
"@adminforth/foreign-inline-list": "^1.10.5",
26+
"@adminforth/foreign-inline-list": "^1.10.16",
2727
"@adminforth/i18n": "^1.6.7",
2828
"@adminforth/image-generation-adapter-openai": "^1.0.7",
2929
"@adminforth/image-vision-adapter-openai": "^1.0.1",
@@ -36,7 +36,7 @@
3636
"@adminforth/two-factors-auth": "^2.9.20",
3737
"@adminforth/upload": "^2.15.3",
3838
"@prisma/client": "^6.6.0",
39-
"adminforth": "^2.42.0",
39+
"adminforth": "^2.44.0",
4040
"better-sqlite3": "^10.0.0",
4141
"cldr-core": "^48.2.0",
4242
"express": "^4.19.2"

0 commit comments

Comments
 (0)