Skip to content

Commit e0e60c9

Browse files
committed
update dependencies
1 parent 821a431 commit e0e60c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bun.lockb

1.44 KB
Binary file not shown.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"license": "MIT",
1515
"type": "module",
1616
"devDependencies": {
17-
"@types/react": "^18.2.37",
18-
"@types/react-dom": "^18.2.15",
19-
"@types/web": "^0.0.119",
17+
"@types/react": "^18.2.48",
18+
"@types/react-dom": "^18.2.18",
19+
"@types/web": "^0.0.136",
2020
"bun-plugin-dts": "^0.2.1",
2121
"bun-types": "latest"
2222
},
@@ -26,7 +26,7 @@
2626
"react-dom": "*"
2727
},
2828
"dependencies": {
29-
"next-json": "^0.2.2"
29+
"next-json": "^0.2.3"
3030
},
3131
"scripts": {
3232
"dist": "bun run scripts/dist.ts"

0 commit comments

Comments
 (0)