Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Dec 5, 2023
1 parent 34bc3ce commit 70a834b
Show file tree
Hide file tree
Showing 2 changed files with 2,605 additions and 1,211 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nuxtjs/plausible",
"type": "module",
"version": "0.2.3",
"packageManager": "pnpm@8.7.4",
"packageManager": "pnpm@8.11.0",
"description": "Nuxt 3 module to natively integrate Plausible analytics",
"author": "Johann Schopplich <pkg@johannschopplich.com>",
"license": "MIT",
Expand Down Expand Up @@ -44,23 +44,23 @@
"prepare": "nuxi prepare playground"
},
"dependencies": {
"@nuxt/kit": "^3.7.1",
"defu": "^6.1.2",
"@nuxt/kit": "^3.8.2",
"defu": "^6.1.3",
"pathe": "^1.1.1",
"plausible-tracker": "^0.3.8"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.1",
"@nuxt/schema": "^3.7.1",
"@nuxt/module-builder": "^0.5.4",
"@nuxt/schema": "^3.8.2",
"@nuxtjs/plausible": "workspace:*",
"@types/node": "^20.5.9",
"@types/node": "^20.10.3",
"bumpp": "^9.2.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"nuxt": "^3.7.1",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vue-tsc": "^1.8.10"
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"nuxt": "^3.8.2",
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"vue-tsc": "^1.8.24"
}
}
Loading

0 comments on commit 70a834b

Please sign in to comment.