0.1.2 #3

Merged
Thilawyn merged 136 commits from next into master 2024-03-11 19:44:21 +01:00
Showing only changes of commit 7af7fe9b65 - Show all commits

View File

@@ -48,9 +48,9 @@
"clean:node": "rm -rf node_modules"
},
"dependencies": {
"@thilawyn/traitify-ts": "^0.1.3",
"@thilawyn/traitify-ts": "^0.1.4",
"decimal.js": "^10.4.3",
"effect": "^2.2.5",
"effect": "^2.3.7",
"lodash-es": "^4.17.21",
"mobx": "^6.12.0",
"type-fest": "^4.10.2",
@@ -60,13 +60,13 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/lodash-es": "^4.17.12",
"bun-types": "latest",
"npm-check-updates": "^16.14.14",
"npm-check-updates": "^16.14.15",
"npm-sort": "^0.0.4",
"rollup": "^4.9.6",
"rollup": "^4.12.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-ts": "^3.4.5",
"ts-functional-pipe": "^3.1.2",
"tsx": "^4.7.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
}
}