update pkgs

This commit is contained in:
xion 2025-03-01 23:14:24 +08:00
parent 71448a2bdd
commit 0b575d44c0

View File

@ -22,16 +22,16 @@
"license": "ISC",
"description": "",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.21.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"rollup": "^4.34.9",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"zustand": "^4.5.5",
"tslib": "^2.8.1",
"typescript": "^5.8.2",
"zustand": "^5.0.3",
"rollup-plugin-dts": "^6.1.1"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447",
"packageManager": "yarn@1.22.22",
"publishConfig": {
"access": "public"
},