Skip to content

Commit

Permalink
Bump nuxt icon dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JhumanJ committed Oct 30, 2024
1 parent 08837e6 commit 9e19338
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 72 deletions.
15 changes: 8 additions & 7 deletions client/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ export default defineNuxtConfig({
devtools: {enabled: true},
css: ['~/scss/app.scss'],
modules: [
'@pinia/nuxt',
'@vueuse/nuxt',
'@vueuse/motion/nuxt',
'@pinia/nuxt',
'@vueuse/nuxt',
'@vueuse/motion/nuxt',
'@nuxtjs/sitemap',
'@nuxt/ui',
'nuxt-utm',
'@nuxt/ui',
'nuxt-utm',
'@nuxt/icon',
...process.env.NUXT_PUBLIC_GTM_CODE ? ['@zadigetvoltaire/nuxt-gtm'] : [],
],
],
build: {
transpile: ["vue-notion", "query-builder-vue-3", "vue-signature-pad"],
},
Expand Down Expand Up @@ -83,4 +84,4 @@ export default defineNuxtConfig({
sitemap,
runtimeConfig,
gtm
})
})
80 changes: 18 additions & 62 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"devDependencies": {
"@nuxt/devtools": "~1.0.0",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/icon": "^1.6.1",
"@nuxtjs/sitemap": "^6.1.3",
"@zadigetvoltaire/nuxt-gtm": "^0.0.13",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"nuxt": "^3.13.2",
"nuxt-icon": "^0.6.10",
"@nuxtjs/sitemap": "^6.0.0",
"nuxt-utm": "^0.1.10",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
Expand All @@ -39,7 +39,6 @@
"@popperjs/core": "^2.11.8",
"@sentry/vite-plugin": "^2.22.6",
"@sentry/vue": "^7.119.2",
"vue": "^3.2.13",
"@vueuse/components": "^10.11.1",
"@vueuse/core": "^10.5.0",
"@vueuse/motion": "^2.2.6",
Expand All @@ -64,6 +63,7 @@
"tailwind-merge": "^2.5.4",
"tinymotion": "^0.2.0",
"v-calendar": "^3.1.2",
"vue": "^3.2.13",
"vue-chartjs": "^5.3.1",
"vue-codemirror": "^6.1.1",
"vue-confetti": "^2.3.0",
Expand Down

0 comments on commit 9e19338

Please sign in to comment.