Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Jan 14, 2025
1 parent d1b6655 commit ff7c785
Show file tree
Hide file tree
Showing 3 changed files with 2,683 additions and 2,788 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,24 +58,24 @@
"emojis": "node ./scripts/generateEmojis.js"
},
"dependencies": {
"@nuxt/kit": "^3.13.2",
"@nuxt/kit": "^3.15.1",
"@twemoji/api": "^15.1.0"
},
"devDependencies": {
"@nuxt/devtools": "^1.4.2",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/devtools": "^1.7.0",
"@nuxt/eslint-config": "^0.7.5",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "^3.14.2",
"@types/node": "^22.5.5",
"changelogen": "^0.5.5",
"eslint": "^9.10.0",
"nuxt": "^3.13.2",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"vue-tsc": "^2.1.6"
"@nuxt/schema": "^3.15.1",
"@nuxt/test-utils": "^3.15.4",
"@types/node": "^22.10.6",
"changelogen": "^0.5.7",
"eslint": "^9.18.0",
"nuxt": "^3.15.1",
"typescript": "^5.7.3",
"vitest": "^2.1.8",
"vue-tsc": "^2.2.0"
},
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.15.4",
"changelog": {
"repo": {
"repo": "Yizack/nuxt-twemoji",
Expand Down
8 changes: 4 additions & 4 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export default defineNuxtConfig({
modules: ['nuxt-twemoji'],
twemoji: {

imports: {
autoImport: true,
},
devtools: { enabled: true },
compatibilityDate: '2024-07-14',
imports: {
autoImport: true,
twemoji: {

},
})
Loading

0 comments on commit ff7c785

Please sign in to comment.