Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wesolowski committed Jun 8, 2024
1 parent ef2962c commit be85484
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 151 deletions.
33 changes: 16 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/check": "^0.4.1",
"@astrojs/node": "^8.2.5",
"@astrojs/node": "^8.2.6",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vue": "^4.1.0",
"@headlessui/vue": "^1.7.21",
"@astrojs/vue": "^4.4.0",
"@headlessui/vue": "^1.7.22",
"@heroicons/vue": "^2.1.3",
"@lucia-auth/adapter-drizzle": "^1.0.7",
"@tailwindcss/forms": "^0.5.7",
"@types/alpinejs": "^3.13.10",
"@types/better-sqlite3": "^7.6.10",
"alpinejs": "^3.13.10",
"astro": "^4.7.0",
"alpinejs": "^3.14.0",
"astro": "^4.10.1",
"better-sqlite3": "^9.6.0",
"calendar-base": "^2.0.1",
"drizzle-orm": "^0.30.9",
"firebase": "^10.11.1",
"firebase-admin": "^12.1.0",
"drizzle-orm": "^0.30.10",
"firebase": "^10.12.2",
"firebase-admin": "^12.1.1",
"lucia": "^3.2.0",
"moment-timezone": "^0.5.45",
"oslo": "^1.2.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"tailwindcss": "^3.4.3",
"tsx": "^4.8.2",
"tailwindcss": "^3.4.4",
"tsx": "^4.14.0",
"typescript": "^5.4.5",
"vue": "^3.4.26"
"vue": "^3.4.27"
},
"scripts": {
"dev": "astro dev",
Expand All @@ -44,14 +44,13 @@
"type": "module",
"module": "index.ts",
"devDependencies": {
"@playwright/test": "^1.44.1",
"@types/bun": "latest",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.3",
"@types/node": "^20.14.2",
"@vitest/coverage-v8": "^1.6.0",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.20.17",
"vite": "^5.2.10",
"vitest": "^1.5.3"
"drizzle-kit": "^0.20.18",
"vite": "^5.2.13",
"vitest": "^1.6.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
Expand Down
Loading

0 comments on commit be85484

Please sign in to comment.