0.1.5 #6

Merged
Thilawyn merged 2 commits from next into master 2024-07-02 19:46:33 +02:00
2 changed files with 8 additions and 8 deletions
Showing only changes of commit 92b7da21c3 - Show all commits

BIN
bun.lockb

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{ {
"name": "@thilawyn/thilalib", "name": "@thilawyn/thilalib",
"version": "0.1.4", "version": "0.1.5",
"type": "module", "type": "module",
"files": [ "files": [
"./dist" "./dist"
@@ -46,20 +46,20 @@
"clean:node": "rm -rf node_modules" "clean:node": "rm -rf node_modules"
}, },
"dependencies": { "dependencies": {
"remeda": "^2.2.1", "remeda": "^2.2.2",
"type-fest": "^4.20.1" "type-fest": "^4.21.0"
}, },
"devDependencies": { "devDependencies": {
"bun-types": "^1.1.17", "bun-types": "^1.1.17",
"npm-check-updates": "^16.14.20", "npm-check-updates": "^16.14.20",
"npm-sort": "^0.0.4", "npm-sort": "^0.0.4",
"tsup": "^8.1.0", "tsup": "^8.1.0",
"tsx": "^4.15.7", "tsx": "^4.16.0",
"typescript": "^5.5.2" "typescript": "^5.5.3"
}, },
"optionalDependencies": { "optionalDependencies": {
"@effect/schema": "^0.68.12", "@effect/schema": "^0.68.15",
"effect": "^3.4.5", "effect": "^3.4.6",
"mobx": "^6.12.4" "mobx": "^6.12.5"
} }
} }