Skip to content

Commit c5fa922

Browse files
fix(deps): update dependency zod to v4
1 parent 83184a9 commit c5fa922

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

typescript-examples/auth-with-email-otp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/node": "^20.10.3",
2020
"playwright": "~1.56.0",
2121
"resend": "^6.6.0",
22-
"zod": "^3.22.4"
22+
"zod": "^4.0.0"
2323
},
2424
"devDependencies": {
2525
"@types/react": "^19.2.7"

typescript-examples/auth-with-secret-otp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@intuned/runtime": "1.3.16",
1919
"@types/node": "^20.10.3",
2020
"playwright": "~1.56.0",
21-
"zod": "^3.22.4",
21+
"zod": "^4.0.0",
2222
"otplib": "^12.0.1"
2323
}
2424
}

typescript-examples/cdp-connection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@intuned/runtime": "1.3.16",
1515
"@types/node": "^20.10.3",
1616
"playwright": "~1.56.0",
17-
"zod": "^3.22.4"
17+
"zod": "^4.0.0"
1818
}
1919
}

typescript-examples/computer-use/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"luxon": "^3.7.2",
2525
"openai": "^6.10.0",
2626
"playwright": "~1.56.0",
27-
"zod": "3.25.67"
27+
"zod": "4.3.6"
2828
}
2929
}

typescript-examples/e-commerce-auth-scrapingcourse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@intuned/runtime": "1.3.16",
2020
"@types/node": "^20.10.3",
2121
"playwright": "~1.56.0",
22-
"zod": "^3.22.4"
22+
"zod": "^4.0.0"
2323
}
2424
}

typescript-examples/e-commerce-nested/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@intuned/runtime": "1.3.16",
1515
"@types/node": "^20.10.3",
1616
"playwright": "~1.56.0",
17-
"zod": "^3.22.4"
17+
"zod": "^4.0.0"
1818
}
1919
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"ecommerce","version":"1.0.0","description":"E-commerce automation that extracts product details from a list of products","tags":[],"scripts":{"intuned":"intuned"},"author":"","license":"ISC","dependencies":{"@intuned/browser":"0.1.9","@intuned/runtime":"1.3.16","@types/node":"^20.10.3","playwright":"~1.56.0","zod":"^3.22.4"}}
1+
{"name":"ecommerce","version":"1.0.0","description":"E-commerce automation that extracts product details from a list of products","tags":[],"scripts":{"intuned":"intuned"},"author":"","license":"ISC","dependencies":{"@intuned/browser":"0.1.9","@intuned/runtime":"1.3.16","@types/node":"^20.10.3","playwright":"~1.56.0","zod":"^4.0.0"}}

typescript-examples/e-commerce-shopify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@intuned/runtime": "^1.3.15",
1515
"@types/node": "^20.10.3",
1616
"playwright": "~1.56.0",
17-
"zod": "^3.22.4"
17+
"zod": "^4.0.0"
1818
}
1919
}

typescript-examples/hybrid-automation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@intuned/runtime": "^1.3.15",
2424
"@types/node": "^20.10.3",
2525
"playwright": "~1.56.0",
26-
"zod": "3.25.67"
26+
"zod": "4.3.6"
2727
}
2828
}

typescript-examples/jsdom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@types/node": "^20.10.3",
1616
"jsdom": "^26.1.0",
1717
"playwright": "~1.56.0",
18-
"zod": "^3.22.4"
18+
"zod": "^4.0.0"
1919
}
2020
}

0 commit comments

Comments
 (0)