Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
codehz committed Jan 31, 2024
1 parent 821a431 commit e0e60c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 @@ -14,9 +14,9 @@
"license": "MIT",
"type": "module",
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/web": "^0.0.119",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/web": "^0.0.136",
"bun-plugin-dts": "^0.2.1",
"bun-types": "latest"
},
Expand All @@ -26,7 +26,7 @@
"react-dom": "*"
},
"dependencies": {
"next-json": "^0.2.2"
"next-json": "^0.2.3"
},
"scripts": {
"dist": "bun run scripts/dist.ts"
Expand Down

0 comments on commit e0e60c9

Please sign in to comment.