diff --git a/bun.lockb b/bun.lockb index 52309386..134767bb 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 057b34ab..8430211c 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "1.0.6", "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" @@ -21,7 +21,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",