Skip to content

Commit

Permalink
chore(deps-dev): use @types/bun
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jan 19, 2024
1 parent 983b20f commit ee75acd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"devDependencies": {
"@carbon/icon-helpers": "^10.44.0",
"@carbon/pictograms": "12.27.0-rc.0",
"@types/bun": "latest",
"@types/carbon__icon-helpers": "^10.7.2",
"bun-types": "latest",
"sveld": "^0.19.0",
"svelte": "^4.2.1",
"typescript": "^5.2.2"
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"paths": {
"carbon-pictograms-svelte": ["./lib"],
"carbon-pictograms-svelte/lib/*": ["./lib/*"]
},
"types": ["bun-types"]
}
},
"include": ["src", "tests"]
}

0 comments on commit ee75acd

Please sign in to comment.