Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbapapazes committed Oct 3, 2024
1 parent 4dde4fa commit e5786a0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@barbapapazes/plausible-tracker",
"type": "module",
"version": "0.5.2",
"packageManager": "pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3",
"packageManager": "pnpm@9.12.0",
"description": "Fork of frontend tracker to interact with Plausible Analytics",
"license": "MIT",
"repository": "https://github.com/barbapapazes/plausible-tracker",
Expand Down Expand Up @@ -56,16 +56,16 @@
"prepack": "npm run build"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.0",
"@playwright/test": "^1.45.1",
"@types/node": "^18.19.31",
"@vitest/coverage-v8": "^1.5.2",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"happy-dom": "^13.10.1",
"jsdom": "^24.1.0",
"typescript": "^5.4.5",
"@antfu/eslint-config": "^3.7.3",
"@playwright/test": "^1.47.2",
"@types/node": "^18.19.54",
"@vitest/coverage-v8": "^2.1.2",
"changelogen": "^0.5.7",
"eslint": "^9.11.1",
"happy-dom": "^15.7.4",
"jsdom": "^25.0.1",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"vitest": "^1.5.2"
"vitest": "^2.1.2"
}
}
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@barbapapazes/plausible-tracker": "latest"
},
"devDependencies": {
"typescript": "^5.4.5",
"vite": "^5.2.10"
"typescript": "^5.6.2",
"vite": "^5.4.8"
}
}

0 comments on commit e5786a0

Please sign in to comment.