Skip to content

Commit 082bb0c

Browse files
committed
chore: update bun types package
1 parent a001404 commit 082bb0c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

bun.lockb

1.41 KB
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@changesets/cli": "^2.26.2",
1717
"@happy-dom/global-registrator": "^11.0.6",
1818
"@testing-library/react": "^14.0.0",
19-
"bun-types": "^1.0.1",
19+
"@types/bun": "^1.0.12",
2020
"eslint": "^8.45.0",
2121
"expect-type": "^0.16.0",
2222
"happy-dom": "^11.0.6",

tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"strict": true,
1818
"noUncheckedIndexedAccess": true,
1919
"noImplicitAny": true,
20-
"jsx": "react-jsx",
21-
"types": ["bun-types"]
20+
"jsx": "react-jsx"
2221
},
2322
"exclude": ["node_modules", "dist", "eslintrc.cjs"]
2423
}

0 commit comments

Comments
 (0)