Skip to content

Commit e481d11

Browse files
authored
chore: fix installs after bun 1.3 upgrade (#326)
1 parent 8b55356 commit e481d11

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

apps/site/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"@docusaurus/module-type-aliases": "3.8.1",
3737
"@docusaurus/tsconfig": "3.8.1",
3838
"@docusaurus/types": "3.8.1",
39+
"@types/react": "^19.2.2",
3940
"typescript": "~5.6.2"
4041
},
4142
"browserslist": {

bun.lock

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"categories": [
1111
"Linters"
1212
],
13-
"packageManager": "bun@1.2.19",
13+
"packageManager": "bun@1.3.0",
1414
"workspaces": [
1515
"apps/*"
1616
],

0 commit comments

Comments
 (0)