Skip to content

Commit

Permalink
fix: augment @nuxt/schema
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed May 13, 2024
1 parent d6290cc commit 2ec0f08
Show file tree
Hide file tree
Showing 3 changed files with 6,435 additions and 4,923 deletions.
12 changes: 6 additions & 6 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.7",
"packageManager": "pnpm@9.1.1",
"description": "Natively integrates Google Tag into Nuxt",
"author": "Johann Schopplich <hello@johannschopplich.com>",
"license": "MIT",
Expand Down Expand Up @@ -48,12 +48,12 @@
"ufo": "^1.5.3"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.8",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/eslint-config": "^0.3.12",
"@nuxt/module-builder": "^0.6.0",
"@nuxt/schema": "^3.11.2",
"@types/node": "^20.12.7",
"bumpp": "^9.4.0",
"eslint": "^9.0.0",
"@types/node": "^20.12.11",
"bumpp": "^9.4.1",
"eslint": "^9.2.0",
"nuxt": "^3.11.2",
"typescript": "^5.4.5"
}
Expand Down

0 comments on commit 2ec0f08

Please sign in to comment.