Upgraded dependencies
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Julien Valverdé
2023-12-29 01:04:01 +01:00
parent 436e26eb19
commit 72b5c97fd4
2 changed files with 4 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -22,11 +22,13 @@
"clean:node": "rm -rf node_modules" "clean:node": "rm -rf node_modules"
}, },
"dependencies": { "dependencies": {
"type-fest": "^4.8.3" "type-fest": "^4.9.0"
}, },
"devDependencies": { "devDependencies": {
"bun-types": "latest", "bun-types": "latest",
"rollup": "^4.7.0", "npm-check-updates": "^16.14.12",
"npm-sort": "^0.0.4",
"rollup": "^4.9.1",
"rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-ts": "^3.4.5", "rollup-plugin-ts": "^3.4.5",
"tsx": "^4.7.0", "tsx": "^4.7.0",