Skip to content

Commit 058b07f

Browse files
committed
chore: upgraded packages
1 parent 7a25000 commit 058b07f

File tree

3 files changed

+7617
-18018
lines changed

3 files changed

+7617
-18018
lines changed

nuxt.config.js

+9-11
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,15 @@ export default defineNuxtConfig({
4141
preprocessorOptions: {
4242
scss: {
4343
// make SCSS variables, functions and mixins globally accessible
44-
additionalData: '@import "@/assets/scss/settings.scss";'
44+
additionalData: '@use "sass:math"; @import "@/assets/scss/settings.scss";'
4545
}
4646
}
4747
},
4848
assetsInclude: ['**/*.md']
4949
},
50+
build: {
51+
transpile: ['@vuepic/vue-datepicker']
52+
},
5053
// //////////////////////////////////////////////// Custom Sass Theme Override
5154
// ---------------------------------------------------------------------------
5255
overrideTheming: {
@@ -89,7 +92,10 @@ export default defineNuxtConfig({
8992
// ////////////////////////////////////////////////////////////// Auto-imports
9093
// ---------------------------------------------------------------------------
9194
imports: {
92-
dirs: ['stores']
95+
presets: [{
96+
from: 'pinia',
97+
imports: []
98+
}]
9399
},
94100
// ///////////////////////////////////////////////////////////// Global Styles
95101
// ---------------------------------------------------------------------------
@@ -103,9 +109,8 @@ export default defineNuxtConfig({
103109
'@/modules/eslint-nuxt3-globals',
104110
'@nuxtjs/eslint-module',
105111
'@nuxtjs/algolia',
106-
'@/modules/zero', // required
112+
// '@/modules/zero', // required
107113
'@nuxt/content',
108-
// '@/modules/zero-components/index.js',
109114
'@nuxtjs/plausible', // https://github.com/nuxt-modules/plausible
110115
'nuxt-simple-robots', // https://github.com/harlan-zw/nuxt-simple-robots
111116
'nuxt-simple-sitemap' // https://github.com/harlan-zw/nuxt-simple-sitemap
@@ -121,13 +126,6 @@ export default defineNuxtConfig({
121126
{ path: Path.resolve(__dirname, 'content'), contentDirectoryName: 'content' }
122127
]
123128
},
124-
// ////////////////////////////////////////////////////// [Module] @pinia/nuxt
125-
// ---------------------------------------------------------------------------
126-
pinia: {
127-
autoImports: [
128-
'defineStore' // import { defineStore } from 'pinia'
129-
]
130-
},
131129
// ////////////////////////////////////////////////// [Module] @nuxt/plausible
132130
// ---------------------------------------------------------------------------
133131
plausible: {

0 commit comments

Comments
 (0)