Skip to content

Commit

Permalink
fix: twemoji.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiCO2k committed Sep 30, 2024
1 parent 297885a commit 2177a9e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"postcss-nesting": "^13.0.0",
"shiki": "^1.21.0",
"tailwindcss": "^3.4.13",
"twemoji": "^14.0.2",
"@twemoji/api": "^15.1.0",
"vite": "^5.4"
}
}
2 changes: 1 addition & 1 deletion resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "../css/app.css";

import { createInertiaApp, Head, Link } from "@inertiajs/vue3";
import { resolvePageComponent } from "laravel-vite-plugin/inertia-helpers";
import twemoji from "twemoji";
import twemoji from "@twemoji/api";
import { createApp, h } from "vue";

import { ZiggyVue } from "../../vendor/tightenco/ziggy";
Expand Down

0 comments on commit 2177a9e

Please sign in to comment.