First version: 20231229.0.0 #2

Merged
Thilawyn merged 21 commits from next into master 2023-12-29 01:07:07 +01:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 72b5c97fd4 - Show all commits

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",