Skip to content

Commit 0486ec6

Browse files
committed
feat(nuxt): update dependencies and configuration files
1 parent e39bec9 commit 0486ec6

File tree

3 files changed

+2054
-1564
lines changed

3 files changed

+2054
-1564
lines changed

packages/nuxt/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
},
2525
"dependencies": {
2626
"@morpheme/ui": "^1.0.0",
27-
"@nuxt/kit": "npm:@nuxt/kit-edge@latest"
27+
"@nuxt/kit": "^3.13.0"
2828
},
2929
"devDependencies": {
3030
"@morpheme/tailwind-config": "^1.0.0",
31-
"@nuxt/module-builder": "latest",
32-
"@nuxt/schema": "^3.11.2",
33-
"@nuxtjs/eslint-config-typescript": "^12.0.0",
34-
"@nuxtjs/tailwindcss": "^6.4.1",
31+
"@nuxt/module-builder": "^0.8.3",
32+
"@nuxt/schema": "^3.13.0",
33+
"@nuxtjs/eslint-config-typescript": "^12.1.0",
34+
"@nuxtjs/tailwindcss": "^6.12.1",
3535
"@types/ckeditor__ckeditor5-build-classic": "^37.0.0",
36-
"eslint": "latest",
37-
"nuxt": "^3.11.2"
36+
"eslint": "^9.9.1",
37+
"nuxt": "^3.13.0"
3838
},
3939
"gitHead": "02a1a784354fe06a05c5a2ca392aa295335766dd"
4040
}

packages/nuxt/playground/nuxt.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ import MorphemeUI from '..';
22

33
export default defineNuxtConfig({
44
modules: [MorphemeUI, '@nuxtjs/tailwindcss'],
5+
56
morpheme: {
67
darkMode: true,
78
sass: true,
89
theme: 'morpheme',
910
experimentalComponents: true,
1011
},
12+
1113
vite: {
1214
optimizeDeps: {
1315
include: [
@@ -21,4 +23,6 @@ export default defineNuxtConfig({
2123
devtools: {
2224
enabled: true,
2325
},
24-
});
26+
27+
compatibilityDate: '2024-08-29',
28+
});

0 commit comments

Comments
 (0)