Skip to content

Commit

Permalink
Update dependencies in package.json to latest versions for improved s…
Browse files Browse the repository at this point in the history
…tability and performance
  • Loading branch information
sergiodxa committed Dec 24, 2024
1 parent 15d039b commit 41e7ec0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Binary file modified bun.lockb
Binary file not shown.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,47 +32,47 @@
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@paralleldrive/cuid2": "^2.2.2",
"@react-router/cloudflare": "^7.0.2",
"@react-router/cloudflare": "^7.1.1",
"bcryptjs": "^2.4.3",
"bowser": "^2.11.0",
"clsx": "^2.1.1",
"drizzle-orm": "^0.36.1",
"drizzle-orm": "^0.38.2",
"edgekitjs": "^0.0.47",
"inflected": "^2.1.0",
"isbot": "^5",
"isbot": "^5.1.18",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.0.2",
"remix-auth": "^4.0.0",
"tailwind-merge": "^2.5.4",
"react-router": "^7.1.1",
"remix-auth": "^4.1.0",
"tailwind-merge": "^2.6.0",
"urlpattern-polyfill": "^10.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@cloudflare/workers-types": "^4.20241205.0",
"@react-router/dev": "^7.0.2",
"@cloudflare/workers-types": "^4.20241224.0",
"@react-router/dev": "^7.1.1",
"@tailwindcss/vite": "^4.0.0-beta.2",
"@total-typescript/ts-reset": "^0.6.1",
"@total-typescript/tsconfig": "^1.0.4",
"@types/bcryptjs": "^2.4.6",
"@types/bun": "^1.1.14",
"@types/inflected": "^2.1.3",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"cloudflare": "^3.5.0",
"consola": "^3.2.3",
"consola": "^3.3.1",
"dotenv": "^16.4.7",
"drizzle-kit": "^0.29.1",
"msw": "^2.6.7",
"drizzle-kit": "^0.30.1",
"msw": "^2.7.0",
"postcss": "^8.4.49",
"tailwindcss": "^4.0.0-beta.2",
"typescript": "^5.6.3",
"vite": "^6.0.3",
"vite": "^6.0.5",
"vite-env-only": "^3.0.3",
"vite-plugin-cjs-interop": "^2.1.6",
"vite-tsconfig-paths": "^5.1.3",
"wrangler": "^3.92.0"
"vite-tsconfig-paths": "^5.1.4",
"wrangler": "^3.99.0"
},
"trustedDependencies": ["@biomejs/biome"]
}

0 comments on commit 41e7ec0

Please sign in to comment.