Skip to content

Commit

Permalink
🆙bump: version up dependencies (#564)
Browse files Browse the repository at this point in the history
* 🆙bump: version up dependencies

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
Marukome0743 and autofix-ci[bot] authored Oct 23, 2024
1 parent d2d468a commit 45d859d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 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 @@ -20,7 +20,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

0 comments on commit 45d859d

Please sign in to comment.