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 14, 2024
1 parent 10d8897 commit b215eb4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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.0/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"organizeImports": {
"enabled": true,
"ignore": ["node_modules/**/*", "dist/**/*", ".output", ".nuxt"]
Expand Down
Binary file modified bun.lockb
Binary file not shown.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,41 +29,41 @@
"check": "bunx tsc -p ."
},
"dependencies": {
"@ark-ui/vue": "^3.13.0",
"@nuxt/fonts": "^0.8.0",
"@ark-ui/vue": "^4.1.1",
"@nuxt/fonts": "^0.10.0",
"@tailwindcss/typography": "^0.5.15",
"@vee-validate/nuxt": "^4.13.2",
"@vee-validate/zod": "^4.13.2",
"@versia/client": "^0.1.0",
"@vite-pwa/nuxt": "^0.10.5",
"@vueuse/core": "^11.0.3",
"@vueuse/nuxt": "^11.0.3",
"c12": "^1.11.2",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"c12": "^2.0.1",
"fastest-levenshtein": "^1.0.16",
"html-to-text": "^9.0.5",
"iconify-icon": "^2.1.0",
"magic-regexp": "^0.8.0",
"mitt": "^3.0.1",
"nanoid": "^5.0.7",
"nuxt": "^3.13.1",
"nuxt": "^3.13.2",
"nuxt-headlessui": "^1.2.0",
"nuxt-security": "^2.0.0-rc.9",
"nuxt-security": "^2.0.0",
"nuxt-shiki": "^0.3.0",
"overlayscrollbars": "^2.10.0",
"overlayscrollbars-vue": "^0.5.9",
"shiki": "^1.17.6",
"vue": "^3.5.5",
"shiki": "^1.22.0",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"@nuxtjs/seo": "^2.0.0-rc.21",
"@biomejs/biome": "^1.9.3",
"@nuxtjs/seo": "^2.0.0-rc.23",
"@nuxtjs/tailwindcss": "^6.12.1",
"@tailwindcss/forms": "^0.5.9",
"@types/html-to-text": "^9.0.4",
"@vue-email/nuxt": "^0.8.19",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.6"
},
"trustedDependencies": [
Expand Down

0 comments on commit b215eb4

Please sign in to comment.