pl-hooks: Work on making this an actual library

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-10-17 23:55:52 +02:00
parent a4b520a13a
commit fb34a8bf4a
59 changed files with 82 additions and 76 deletions

View File

@@ -35,8 +35,9 @@
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"lodash": "^4.17.21",
"pl-api": "^0.0.37",
"react": "^18.3.1"
"pl-api": "^0.1.1",
"react": "^18.3.1",
"valibot": "^0.42.1"
},
"module": "./dist/main.es.js",
"types": "dist/main.d.ts",