mirror of
https://github.com/Blah-IM/typescript-core.git
synced 2025-04-30 16:21:10 +00:00
fix: use zod from npm
This commit is contained in:
parent
a2ef1311a4
commit
ce48c65b0b
2 changed files with 11 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
"@deno/dnt": "jsr:@deno/dnt@^0.41.3",
|
||||
"@std/expect": "jsr:@std/expect@^1.0.3",
|
||||
"@std/testing": "jsr:@std/testing@^1.0.3",
|
||||
"zod": "https://deno.land/x/zod@v3.23.8/mod.ts"
|
||||
"zod": "npm:zod@^3.23.8"
|
||||
},
|
||||
"tasks": {
|
||||
"build:npm": "deno run ./scripts/build_npm.ts"
|
||||
|
|
12
deno.lock
generated
12
deno.lock
generated
|
@ -30,7 +30,8 @@
|
|||
"jsr:@std/path@^1.0.6": "jsr:@std/path@1.0.6",
|
||||
"jsr:@std/testing@^1.0.3": "jsr:@std/testing@1.0.3",
|
||||
"jsr:@ts-morph/bootstrap@^0.24.0": "jsr:@ts-morph/bootstrap@0.24.0",
|
||||
"jsr:@ts-morph/common@^0.24.0": "jsr:@ts-morph/common@0.24.0"
|
||||
"jsr:@ts-morph/common@^0.24.0": "jsr:@ts-morph/common@0.24.0",
|
||||
"npm:zod@^3.23.8": "npm:zod@3.23.8"
|
||||
},
|
||||
"jsr": {
|
||||
"@david/code-block-writer@13.0.2": {
|
||||
|
@ -179,6 +180,12 @@
|
|||
"jsr:@std/path@^0.225.2"
|
||||
]
|
||||
}
|
||||
},
|
||||
"npm": {
|
||||
"zod@3.23.8": {
|
||||
"integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==",
|
||||
"dependencies": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"remote": {
|
||||
|
@ -200,7 +207,8 @@
|
|||
"dependencies": [
|
||||
"jsr:@deno/dnt@^0.41.3",
|
||||
"jsr:@std/expect@^1.0.3",
|
||||
"jsr:@std/testing@^1.0.3"
|
||||
"jsr:@std/testing@^1.0.3",
|
||||
"npm:zod@^3.23.8"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue