0.1.0 (#1)
Co-authored-by: Julien Valverdé <julien.valverde@mailo.com> Reviewed-on: https://git.jvalver.de/Thilawyn/thilalib/pulls/1
This commit was merged in pull request #1.
This commit is contained in:
17
package.json
17
package.json
@@ -2,9 +2,6 @@
|
||||
"name": "@thilawyn/thilalib",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"publishConfig": {
|
||||
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
|
||||
},
|
||||
"files": [
|
||||
"./dist"
|
||||
],
|
||||
@@ -49,20 +46,20 @@
|
||||
"clean:node": "rm -rf node_modules"
|
||||
},
|
||||
"dependencies": {
|
||||
"remeda": "^2.0.7",
|
||||
"type-fest": "^4.20.0"
|
||||
"remeda": "^2.0.10",
|
||||
"type-fest": "^4.20.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bun-types": "^1.1.12",
|
||||
"bun-types": "^1.1.13",
|
||||
"npm-check-updates": "^16.14.20",
|
||||
"npm-sort": "^0.0.4",
|
||||
"tsup": "^8.1.0",
|
||||
"tsx": "^4.15.1",
|
||||
"tsx": "^4.15.6",
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@effect/schema": "^0.67.22",
|
||||
"effect": "^3.3.1",
|
||||
"mobx": "^6.12.3"
|
||||
"@effect/schema": "^0.68.0",
|
||||
"effect": "^3.3.4",
|
||||
"mobx": "^6.12.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user