Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed May 8, 2023
1 parent 428ad04 commit aab1819
Show file tree
Hide file tree
Showing 2 changed files with 1,181 additions and 1,045 deletions.
18 changes: 9 additions & 9 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.0",
"packageManager": "pnpm@8.1.0",
"packageManager": "pnpm@8.4.0",
"description": "Nuxt 3 module to natively integrate Plausible analytics",
"author": "Johann Schopplich <pkg@johannschopplich.com>",
"license": "MIT",
Expand Down Expand Up @@ -42,21 +42,21 @@
"prepare": "nuxi prepare playground"
},
"dependencies": {
"@nuxt/kit": "^3.3.2",
"@nuxt/kit": "^3.4.3",
"defu": "^6.1.2",
"pathe": "^1.1.0",
"plausible-tracker": "^0.3.8"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/module-builder": "^0.2.1",
"@nuxt/schema": "^3.3.2",
"@nuxt/module-builder": "^0.3.1",
"@nuxt/schema": "^3.4.3",
"@nuxtjs/plausible": "workspace:*",
"@types/node": "^18.15.11",
"@types/node": "^18.16.5",
"bumpp": "^9.1.0",
"eslint": "^8.37.0",
"nuxt": "^3.3.2",
"typescript": "^5.0.2",
"vue-tsc": "^1.2.0"
"eslint": "^8.40.0",
"nuxt": "^3.4.3",
"typescript": "^5.0.4",
"vue-tsc": "^1.6.4"
}
}
Loading

0 comments on commit aab1819

Please sign in to comment.