Upgrade to Bun 1.0 (#1)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: https://git.jvalver.de/Thilawyn/drone-better-docker-autotag/pulls/1
This commit was merged in pull request #1.
This commit is contained in:
Julien Valverdé
2023-09-10 01:20:48 +02:00
parent f5e6751136
commit 0384dd08cd
5 changed files with 25 additions and 31 deletions

View File

@@ -7,17 +7,17 @@
"start:dev": "NODE_ENV=development bun src/index.ts"
},
"devDependencies": {
"@types/lodash-es": "^4.17.8",
"@types/semver": "^7.5.0",
"bun-types": "latest",
"type-fest": "^4.2.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
"@types/lodash-es": "^4.17.9",
"@types/semver": "^7.5.1",
"bun-types": "^1.0.1",
"npm-check-updates": "^16.13.3",
"npm-sort": "^0.0.4",
"type-fest": "^4.3.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@effect/schema": "^0.33.2",
"effect": "^2.0.0-next.29",
"@effect/schema": "^0.35.0",
"effect": "^2.0.0-next.31",
"lodash-es": "^4.17.21",
"semver": "^7.5.4",
"simple-git": "^3.19.1",