Skip to content

Commit

Permalink
chore: migrate to @types/bun + update portfolio data package
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabolus committed Mar 4, 2024
1 parent 601ea92 commit f6e1e12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Binary file modified scripts/bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"author": "",
"license": "ISC",
"dependencies": {
"@dabolus/portfolio-data": "^0.20.0",
"@dabolus/portfolio-data": "^0.21.0",
"dotenv": "^16.0.1",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/bun": "^1.0.8",
"@types/js-yaml": "^4.0.5",
"bun-types": "^1.0.14",
"typescript": "^4.7.4"
}
}
3 changes: 1 addition & 2 deletions scripts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"moduleResolution": "node",
"lib": ["es2021"],
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"types": ["bun-types"]
"esModuleInterop": true
},
"include": ["src"]
}

0 comments on commit f6e1e12

Please sign in to comment.