Skip to content

Commit 63a91ae

Browse files
committed
📦 deps: add tar-fs and update zod dependency
This update includes adding tar-fs package (>=3.0.9) for file system functionality and upgrading zod from v3.24.3 to v3.25.58 to benefit from latest features and bug fixes.
1 parent 93d5cdf commit 63a91ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@
4747
"sanity": "^3.92.0",
4848
"sitemap": "^8.0.0",
4949
"ts-node": "^10.9.2",
50-
"zod": "^3.24.3",
51-
"@babel/helpers": ">=7.27.6"
50+
"zod": "^3.25.58",
51+
"@babel/helpers": ">=7.27.6",
52+
"tar-fs": ">=3.0.9"
5253
},
5354
"devDependencies": {
5455
"@tailwindcss/postcss": "^4.1.8",

0 commit comments

Comments
 (0)