File tree Expand file tree Collapse file tree 3 files changed +2054
-1564
lines changed Expand file tree Collapse file tree 3 files changed +2054
-1564
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change @@ -2,12 +2,14 @@ import MorphemeUI from '..';
22
33export 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+ } ) ;
You can’t perform that action at this time.
0 commit comments