Skip to content

Commit

Permalink
feat(Nuxt): upgrade to Nuxt 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Oct 24, 2023
1 parent 99123a3 commit 296c6e7
Show file tree
Hide file tree
Showing 3 changed files with 1,208 additions and 481 deletions.
7 changes: 4 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,17 @@
"dependencies": {
"@morpheme/ui": "^1.0.0-rc.2",
"@nuxt/devtools-kit": "^0.5.5",
"@nuxt/kit": "^3.5.0"
"@nuxt/kit": "^3.8.0"
},
"devDependencies": {
"@types/ckeditor__ckeditor5-build-classic": "^37.0.0",
"@morpheme/tailwind-config": "^1.0.0-rc.0",
"@nuxt/module-builder": "^0.2.1",
"@nuxt/schema": "^3.5.0",
"@nuxt/schema": "^3.8.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/tailwindcss": "^6.4.1",
"eslint": "latest",
"nuxt": "^3.5.0"
"nuxt": "^3.8.0"
},
"gitHead": "02a1a784354fe06a05c5a2ca392aa295335766dd"
}
8 changes: 4 additions & 4 deletions packages/nuxt/src/module.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import {resolve} from 'path';
import {fileURLToPath} from 'url';
import { resolve } from 'path';
import { fileURLToPath } from 'url';
import {
defineNuxtModule,
addPlugin,
addComponent,
AddComponentOptions,
type AddComponentOptions,
logger,
} from '@nuxt/kit';
import {addCustomTab} from '@nuxt/devtools-kit';
import { addCustomTab } from '@nuxt/devtools-kit';

const transpile = [
'@headlessui/vue',
Expand Down
Loading

0 comments on commit 296c6e7

Please sign in to comment.