Skip to content

Commit

Permalink
chore(update package): removed dependency to devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
crisner1978 committed Jan 9, 2025
1 parent fa0780f commit ca7f70f
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 47 deletions.
5 changes: 5 additions & 0 deletions .changeset/serious-flowers-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@drivly/authjs-clickhouse": patch
---

Renmoved unnecessary dependency to a devDependency
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
"dotenv": "^10.0.0",
"tsup": "^8.3.5",
"typescript": "5.5.4",
"unplugin-swc": "^1.5.1",
"vite": "^6.0.7",
"vitest": "2.1.8"
},
"dependencies": {
"@auth/core": "^0.37.4",
"@drivly/authjs-clickhouse": "link:",
"unplugin-swc": "^1.5.1"
"@drivly/authjs-clickhouse": "link:"
}
}
107 changes: 62 additions & 45 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ca7f70f

Please sign in to comment.