Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🆙bump: version up dependencies #784

Merged
merged 4 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.5.2",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"dev-win": "WATCHPACK_POLLING=true next dev --turbo",
"dev": "next dev --turbopack",
"dev-win": "WATCHPACK_POLLING=true next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "bunx biome check --write",
Expand All @@ -13,7 +13,7 @@
"studio": "drizzle-kit studio"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.676.0",
"@aws-sdk/client-s3": "^3.677.0",
"@heroicons/react": "^2.1.5",
"drizzle-orm": "^0.35.3",
"next": "canary",
Expand All @@ -28,7 +28,7 @@
"@happy-dom/global-registrator": "^15.7.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/bun": "^1.1.11",
"@types/bun": "^1.1.12",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"babel-plugin-react-compiler": "experimental",
Expand Down
Loading