Skip to content

Commit

Permalink
chore: ⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Oct 23, 2024
1 parent 0d81cc9 commit 0ef2112
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"organizeImports": {
"enabled": true,
"ignore": ["node_modules/**/*", "dist/**/*", ".output", ".nuxt"]
Expand Down
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
},
"dependencies": {
"@ark-ui/vue": "^4.1.1",
"@nuxt/fonts": "^0.10.0",
"@nuxt/fonts": "^0.10.2",
"@tailwindcss/typography": "^0.5.15",
"@vee-validate/nuxt": "^4.13.2",
"@vee-validate/zod": "^4.13.2",
"@vee-validate/nuxt": "^4.14.3",
"@vee-validate/zod": "^4.14.3",
"@versia/client": "^0.1.0",
"@vite-pwa/nuxt": "^0.10.5",
"@vueuse/core": "^11.1.0",
Expand All @@ -57,9 +57,9 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@biomejs/biome": "^1.9.4",
"@nuxtjs/seo": "^2.0.0-rc.23",
"@nuxtjs/tailwindcss": "^6.12.1",
"@nuxtjs/tailwindcss": "^6.12.2",
"@tailwindcss/forms": "^0.5.9",
"@types/html-to-text": "^9.0.4",
"@vue-email/nuxt": "^0.8.19",
Expand Down

0 comments on commit 0ef2112

Please sign in to comment.