Skip to content

Commit

Permalink
test with zod
Browse files Browse the repository at this point in the history
  • Loading branch information
JhontSouth committed May 10, 2024
1 parent 50e97b0 commit aaa5131
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion libraries/botbuilder-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"url-parse": "^1.5.9",
"zod": "^3.22.5"
"zod": "^3.22.4"
},
"resolutions": {
"follow-redirects": "^1.14.8"
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-azure-blobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"botbuilder-stdlib": "4.1.6",
"get-stream": "^6.0.0",
"p-map": "^4.0.0",
"zod": "^3.22.5",
"zod": "^3.22.4",
"@azure/core-http": "^3.0.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"botframework-connector": "4.1.6",
"botframework-schema": "4.1.6",
"uuid": "^8.3.2",
"zod": "^3.22.5"
"zod": "^3.22.4"
},
"devDependencies": {
"@microsoft/bf-chatdown": "^4.15.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"botbuilder-dialogs-adaptive-runtime": "4.1.6",
"botbuilder-dialogs-adaptive-runtime-core": "4.1.6",
"mime": "^2.5.2",
"zod": "^3.22.5"
"zod": "^3.22.4"
},
"scripts": {
"build": "tsc -b",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"botbuilder-dialogs-adaptive-runtime-core": "4.1.6",
"botframework-connector": "4.1.6",
"express": "^4.19.2",
"zod": "^3.22.5"
"zod": "^3.22.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"botbuilder-dialogs-adaptive-runtime": "4.1.6",
"botbuilder-dialogs-adaptive-runtime-core": "4.1.6",
"restify": "^8.5.1",
"zod": "^3.22.5"
"zod": "^3.22.4"
},
"scripts": {
"build": "tsc -b",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-dialogs-adaptive-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"botframework-connector": "4.1.6",
"nconf": "0.11.4",
"yargs-parser": "^20.2.7",
"zod": "^3.22.5"
"zod": "^3.22.4"
},
"devDependencies": {
"@types/nconf": "0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-dialogs-adaptive-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"murmurhash-js": "^1.0.0",
"nock": "^11.9.1",
"url-parse": "^1.5.9",
"zod": "^3.22.5"
"zod": "^3.22.4"
},
"devDependencies": {
"botbuilder": "4.1.6",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-dialogs-declarative/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"botbuilder-dialogs": "4.1.6",
"botbuilder-stdlib": "4.1.6",
"chokidar": "^3.4.0",
"zod": "^3.22.5"
"zod": "^3.22.4"
},
"devDependencies": {
"adaptive-expressions": "4.1.6",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-dialogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"globalize": "^1.4.2",
"lodash": "^4.17.21",
"uuid": "^8.3.2",
"zod": "^3.22.5"
"zod": "^3.22.4"
},
"devDependencies": {
"@types/globalize": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-repo-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"get-stream": "^6.0.0",
"globby": "^11.0.1",
"lodash": "^4.17.20",
"minimatch": "^3.0.4",
"minimatch": "^4.0.0",
"minimist": "^1.2.6",
"p-map": "^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"fs-extra": "^7.0.1",
"htmlparser2": "^6.0.1",
"uuid": "^8.3.2",
"zod": "^3.22.5"
"zod": "^3.22.4"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botframework-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/jsonwebtoken": "8.3.5",
"node-fetch": "^2.6.7",
"rsa-pem-from-mod-exp": "^0.8.4",
"zod": "^3.22.5",
"zod": "^3.22.4",
"openssl-wrapper": "^0.3.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/botframework-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"uuid": "^8.3.2",
"zod": "^3.22.5",
"zod": "^3.22.4",
"adaptivecards": "1.2.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion testing/botbuilder-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"dependencies": {
"nanoid": "^3.1.31",
"node-forge": "^1.3.1",
"zod": "^3.22.5"
"zod": "^3.22.4"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14472,10 +14472,10 @@ z-schema@~5.0.2:
optionalDependencies:
commander "^10.0.0"

zod@^3.22.5:
version "3.23.8"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.23.8.tgz#e37b957b5d52079769fb8097099b592f0ef4067d"
integrity sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==
zod@^3.22.4:
version "3.22.4"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff"
integrity sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==

zod@~1.11.17:
version "1.11.17"
Expand Down

0 comments on commit aaa5131

Please sign in to comment.