Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Apr 10, 2024
1 parent 3318246 commit b699024
Show file tree
Hide file tree
Showing 2 changed files with 1,520 additions and 865 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxt-gtag",
"type": "module",
"version": "2.0.5",
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@8.15.6",
"description": "Natively integrates Google Tag into Nuxt",
"author": "Johann Schopplich <pkg@johannschopplich.com>",
"license": "MIT",
Expand Down Expand Up @@ -42,19 +42,19 @@
"release": "bumpp --commit --push --tag"
},
"dependencies": {
"@nuxt/kit": "^3.11.1",
"@nuxt/kit": "^3.11.2",
"defu": "^6.1.4",
"pathe": "^1.1.2",
"ufo": "^1.5.2"
"ufo": "^1.5.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.3",
"@antfu/eslint-config": "^2.13.2",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.11.1",
"@types/node": "^20.11.30",
"@nuxt/schema": "^3.11.2",
"@types/node": "^20.12.7",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"nuxt": "^3.11.1",
"typescript": "^5.4.2"
"nuxt": "^3.11.2",
"typescript": "^5.4.4"
}
}
Loading

0 comments on commit b699024

Please sign in to comment.