Skip to content

Commit

Permalink
update umami to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRoehm committed Aug 8, 2024
1 parent 5c67851 commit 8b59c75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ export default defineNuxtConfig({
},
appConfig: {
umami: {
autoTrack: setEnvBool(process.env.NUXT_PUBLIC_UMAMI_ID)
autoTrack: setEnvBool(process.env.NUXT_PUBLIC_UMAMI_ID),
version: 2
}},
// nitro: {
// routeRules: {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"rec:cy": "npx cypress run --record --key 6b81c56a-4e73-4cfd-a36d-acab9f138d57 --env NUXT_MODE=development"
},
"devDependencies": {
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/i18n": "^8.1.1",
"@nuxtjs/tailwindcss": "^6.11.4",
"@nuxtjs/color-mode": "^3.4.2",
"@nuxtjs/i18n": "^8.3.3",
"@nuxtjs/tailwindcss": "^6.12.1",
"cypress": "13.6.6",
"nuxt": "^3.11.1",
"nuxt": "^3.12.4",
"typescript": "^5.3.3",
"vue": "^3.4.14",
"vue-router": "^4.2.5"
"vue": "^3.4.36",
"vue-router": "^4.4.3"
},
"dependencies": {
"id3-parser": "^3.0.0",
"jwt-payloader": "^1.0.1",
"nuxt-umami": "^2.6.0"
"nuxt-umami": "^2.6.3"
},
"resolutions": {
"string-width": "4.2.3"
Expand Down

0 comments on commit 8b59c75

Please sign in to comment.