diff --git a/epicshop/package-lock.json b/epicshop/package-lock.json index 778a5d8f..c44b7080 100644 --- a/epicshop/package-lock.json +++ b/epicshop/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@epic-web/workshop-app": "^5.8.1", + "@epic-web/workshop-app": "^5.8.2", "execa": "^8.0.1", "fs-extra": "^11.2.0" } @@ -432,9 +432,9 @@ "integrity": "sha512-FIhO7PFUVEbcnrJOtom8gb4GXog4Z44n4Jxwmw2nkKt4mx8I/q/d0O4tMabjYndM1QX2oXvRYzpZxtP61s2P5A==" }, "node_modules/@epic-web/workshop-app": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/@epic-web/workshop-app/-/workshop-app-5.8.1.tgz", - "integrity": "sha512-JShvxaCzkc870XkQWvV7nGSgr6cInwAVW5FiwgisfCMwIlKDm7KK1C5e0yuUi1KXmrOWcnwDhiEY6WEZrKVqPQ==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/@epic-web/workshop-app/-/workshop-app-5.8.2.tgz", + "integrity": "sha512-8f/c6TWr12gr9OgiTZ/MdrNmZZD8eV4T78OEVMepgkf02ZSC+AC7oexR63OC8ADI3croO7ZElOXdsyXFkJ5Cxw==", "dependencies": { "@conform-to/react": "^1.2.2", "@conform-to/zod": "^1.2.2", @@ -443,8 +443,8 @@ "@epic-web/invariant": "^1.0.0", "@epic-web/remember": "^1.1.0", "@epic-web/restore-scroll": "^1.1.1", - "@epic-web/workshop-presence": "5.8.1", - "@epic-web/workshop-utils": "5.8.1", + "@epic-web/workshop-presence": "5.8.2", + "@epic-web/workshop-utils": "5.8.2", "@mdx-js/mdx": "^3.0.1", "@mux/mux-player-react": "^3.0.0", "@nasa-gcn/remix-seo": "^2.0.1", @@ -659,18 +659,18 @@ } }, "node_modules/@epic-web/workshop-presence": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/@epic-web/workshop-presence/-/workshop-presence-5.8.1.tgz", - "integrity": "sha512-DsetF3uMby5R9YTOlmh9BeRuoMX8ocrjx5xfY1zAQQ2K7iaUWp3o97PyR+svcyVTQSH2SWd71u1FrkPBIgg+lg==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/@epic-web/workshop-presence/-/workshop-presence-5.8.2.tgz", + "integrity": "sha512-qq5vBjMW3UxXT8IlAVLud+53CfeWoetH4TVxbBK/trbPjZIYeReT3AkPNLt7rmWmDhPrhEraBxbdNNLBo1H1qA==", "dependencies": { - "@epic-web/workshop-utils": "5.8.1", + "@epic-web/workshop-utils": "5.8.2", "zod": "^3.23.8" } }, "node_modules/@epic-web/workshop-utils": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/@epic-web/workshop-utils/-/workshop-utils-5.8.1.tgz", - "integrity": "sha512-R8k5T1GYCM9c3iqkAOA7Ba6tFXYZ1B7oB043BL+OioSAtg2bEAQ9M83fL67eQlCrs09UHOIEzWE9+XTreXAkmA==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/@epic-web/workshop-utils/-/workshop-utils-5.8.2.tgz", + "integrity": "sha512-xlRM8jUQ4LSwfTVNL06xaeM6W+EiOaaOfMjdHM40b370OH/OeyCxoDnwVSJ5BMMUAXHvK2qp/7Tb7b1I3o5S+A==", "dependencies": { "@epic-web/cachified": "^5.2.0", "@epic-web/remember": "^1.1.0", @@ -3360,9 +3360,9 @@ } }, "node_modules/acorn": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", - "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "version": "8.13.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.13.0.tgz", + "integrity": "sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==", "bin": { "acorn": "bin/acorn" }, diff --git a/epicshop/package.json b/epicshop/package.json index 0b3b3bc3..db9578f8 100644 --- a/epicshop/package.json +++ b/epicshop/package.json @@ -1,7 +1,7 @@ { "type": "module", "dependencies": { - "@epic-web/workshop-app": "^5.8.1", + "@epic-web/workshop-app": "^5.8.2", "fs-extra": "^11.2.0", "execa": "^8.0.1" } diff --git a/exercises/01.form-validation/01.problem.form-validation/package.json b/exercises/01.form-validation/01.problem.form-validation/package.json index 928adec4..ba4d0686 100644 --- a/exercises/01.form-validation/01.problem.form-validation/package.json +++ b/exercises/01.form-validation/01.problem.form-validation/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/01.form-validation/01.solution.form-validation/package.json b/exercises/01.form-validation/01.solution.form-validation/package.json index 0ebacf9a..1f08586a 100644 --- a/exercises/01.form-validation/01.solution.form-validation/package.json +++ b/exercises/01.form-validation/01.solution.form-validation/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/01.form-validation/02.problem.server-validation/package.json b/exercises/01.form-validation/02.problem.server-validation/package.json index 91ee5802..7a85a3e8 100644 --- a/exercises/01.form-validation/02.problem.server-validation/package.json +++ b/exercises/01.form-validation/02.problem.server-validation/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/01.form-validation/02.solution.server-validation/package.json b/exercises/01.form-validation/02.solution.server-validation/package.json index 11a12349..20e964c6 100644 --- a/exercises/01.form-validation/02.solution.server-validation/package.json +++ b/exercises/01.form-validation/02.solution.server-validation/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/01.form-validation/03.problem.no-validate/package.json b/exercises/01.form-validation/03.problem.no-validate/package.json index c3ad129b..559c4ab4 100644 --- a/exercises/01.form-validation/03.problem.no-validate/package.json +++ b/exercises/01.form-validation/03.problem.no-validate/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/01.form-validation/03.solution.no-validate/package.json b/exercises/01.form-validation/03.solution.no-validate/package.json index bb88487a..ec2b3296 100644 --- a/exercises/01.form-validation/03.solution.no-validate/package.json +++ b/exercises/01.form-validation/03.solution.no-validate/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/02.accessibility/01.problem.labels/package.json b/exercises/02.accessibility/01.problem.labels/package.json index af85790a..ce29d23b 100644 --- a/exercises/02.accessibility/01.problem.labels/package.json +++ b/exercises/02.accessibility/01.problem.labels/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/02.accessibility/01.solution.labels/package.json b/exercises/02.accessibility/01.solution.labels/package.json index 41188211..2ab542e1 100644 --- a/exercises/02.accessibility/01.solution.labels/package.json +++ b/exercises/02.accessibility/01.solution.labels/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/02.accessibility/02.problem.aria/package.json b/exercises/02.accessibility/02.problem.aria/package.json index c0633e33..99c78d72 100644 --- a/exercises/02.accessibility/02.problem.aria/package.json +++ b/exercises/02.accessibility/02.problem.aria/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/02.accessibility/02.solution.aria/package.json b/exercises/02.accessibility/02.solution.aria/package.json index 256dd5a9..1a487179 100644 --- a/exercises/02.accessibility/02.solution.aria/package.json +++ b/exercises/02.accessibility/02.solution.aria/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/02.accessibility/03.problem.focus/package.json b/exercises/02.accessibility/03.problem.focus/package.json index 3df0ac7b..f6cb22fd 100644 --- a/exercises/02.accessibility/03.problem.focus/package.json +++ b/exercises/02.accessibility/03.problem.focus/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/02.accessibility/03.solution.focus/package.json b/exercises/02.accessibility/03.solution.focus/package.json index 37d481a5..c1c0b0ef 100644 --- a/exercises/02.accessibility/03.solution.focus/package.json +++ b/exercises/02.accessibility/03.solution.focus/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/03.schema-validation/01.problem.zod/package.json b/exercises/03.schema-validation/01.problem.zod/package.json index babaedd1..3369a8d2 100644 --- a/exercises/03.schema-validation/01.problem.zod/package.json +++ b/exercises/03.schema-validation/01.problem.zod/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/03.schema-validation/01.solution.zod/package.json b/exercises/03.schema-validation/01.solution.zod/package.json index e2beb0cf..95d0aadc 100644 --- a/exercises/03.schema-validation/01.solution.zod/package.json +++ b/exercises/03.schema-validation/01.solution.zod/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/03.schema-validation/02.problem.conform-action/package.json b/exercises/03.schema-validation/02.problem.conform-action/package.json index 72e837ca..1b512b90 100644 --- a/exercises/03.schema-validation/02.problem.conform-action/package.json +++ b/exercises/03.schema-validation/02.problem.conform-action/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/03.schema-validation/02.solution.conform-action/package.json b/exercises/03.schema-validation/02.solution.conform-action/package.json index 633c4ea7..28a96f4b 100644 --- a/exercises/03.schema-validation/02.solution.conform-action/package.json +++ b/exercises/03.schema-validation/02.solution.conform-action/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/03.schema-validation/03.problem.conform-form/package.json b/exercises/03.schema-validation/03.problem.conform-form/package.json index 79f635b5..3c6be2a7 100644 --- a/exercises/03.schema-validation/03.problem.conform-form/package.json +++ b/exercises/03.schema-validation/03.problem.conform-form/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/03.schema-validation/03.solution.conform-form/package.json b/exercises/03.schema-validation/03.solution.conform-form/package.json index 0e06d890..9d5e4801 100644 --- a/exercises/03.schema-validation/03.solution.conform-form/package.json +++ b/exercises/03.schema-validation/03.solution.conform-form/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/04.file-upload/01.problem.multi-part/package.json b/exercises/04.file-upload/01.problem.multi-part/package.json index b47f828d..188968e6 100644 --- a/exercises/04.file-upload/01.problem.multi-part/package.json +++ b/exercises/04.file-upload/01.problem.multi-part/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/04.file-upload/01.solution.multi-part/package.json b/exercises/04.file-upload/01.solution.multi-part/package.json index dd9cb842..0a927142 100644 --- a/exercises/04.file-upload/01.solution.multi-part/package.json +++ b/exercises/04.file-upload/01.solution.multi-part/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/04.file-upload/02.problem.file-validation/package.json b/exercises/04.file-upload/02.problem.file-validation/package.json index a958b03f..c2477700 100644 --- a/exercises/04.file-upload/02.problem.file-validation/package.json +++ b/exercises/04.file-upload/02.problem.file-validation/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/04.file-upload/02.solution.file-validation/package.json b/exercises/04.file-upload/02.solution.file-validation/package.json index 8dd6ae4a..eccfc141 100644 --- a/exercises/04.file-upload/02.solution.file-validation/package.json +++ b/exercises/04.file-upload/02.solution.file-validation/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/05.complex-structures/01.problem.nested/package.json b/exercises/05.complex-structures/01.problem.nested/package.json index aadcd01c..2dda4004 100644 --- a/exercises/05.complex-structures/01.problem.nested/package.json +++ b/exercises/05.complex-structures/01.problem.nested/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/05.complex-structures/01.solution.nested/package.json b/exercises/05.complex-structures/01.solution.nested/package.json index 6fe94167..ef7766c3 100644 --- a/exercises/05.complex-structures/01.solution.nested/package.json +++ b/exercises/05.complex-structures/01.solution.nested/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/05.complex-structures/02.problem.lists/package.json b/exercises/05.complex-structures/02.problem.lists/package.json index 471554fc..b290163c 100644 --- a/exercises/05.complex-structures/02.problem.lists/package.json +++ b/exercises/05.complex-structures/02.problem.lists/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/05.complex-structures/02.solution.lists/package.json b/exercises/05.complex-structures/02.solution.lists/package.json index 946d53d7..df709a8d 100644 --- a/exercises/05.complex-structures/02.solution.lists/package.json +++ b/exercises/05.complex-structures/02.solution.lists/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/05.complex-structures/03.problem.add-remove/package.json b/exercises/05.complex-structures/03.problem.add-remove/package.json index bf266b42..5f493098 100644 --- a/exercises/05.complex-structures/03.problem.add-remove/package.json +++ b/exercises/05.complex-structures/03.problem.add-remove/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/05.complex-structures/03.solution.add-remove/package.json b/exercises/05.complex-structures/03.solution.add-remove/package.json index c856fb1f..e1a35aaf 100644 --- a/exercises/05.complex-structures/03.solution.add-remove/package.json +++ b/exercises/05.complex-structures/03.solution.add-remove/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/06.honeypot/01.problem.basic/package.json b/exercises/06.honeypot/01.problem.basic/package.json index 85cb6d1d..831c5bb1 100644 --- a/exercises/06.honeypot/01.problem.basic/package.json +++ b/exercises/06.honeypot/01.problem.basic/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/06.honeypot/01.solution.basic/package.json b/exercises/06.honeypot/01.solution.basic/package.json index fa5b3908..b55aecc5 100644 --- a/exercises/06.honeypot/01.solution.basic/package.json +++ b/exercises/06.honeypot/01.solution.basic/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/06.honeypot/02.problem.util/package.json b/exercises/06.honeypot/02.problem.util/package.json index 3558c7c9..4e61c437 100644 --- a/exercises/06.honeypot/02.problem.util/package.json +++ b/exercises/06.honeypot/02.problem.util/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/06.honeypot/02.solution.util/package.json b/exercises/06.honeypot/02.solution.util/package.json index 09b5a815..4768e76e 100644 --- a/exercises/06.honeypot/02.solution.util/package.json +++ b/exercises/06.honeypot/02.solution.util/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/06.honeypot/03.problem.provider/package.json b/exercises/06.honeypot/03.problem.provider/package.json index 4009146f..e5306088 100644 --- a/exercises/06.honeypot/03.problem.provider/package.json +++ b/exercises/06.honeypot/03.problem.provider/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/06.honeypot/03.solution.provider/package.json b/exercises/06.honeypot/03.solution.provider/package.json index 8ba469fd..ff3cabb2 100644 --- a/exercises/06.honeypot/03.solution.provider/package.json +++ b/exercises/06.honeypot/03.solution.provider/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/06.honeypot/04.problem.seed/package.json b/exercises/06.honeypot/04.problem.seed/package.json index 5c3a0fa4..14e597fa 100644 --- a/exercises/06.honeypot/04.problem.seed/package.json +++ b/exercises/06.honeypot/04.problem.seed/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/06.honeypot/04.solution.seed/package.json b/exercises/06.honeypot/04.solution.seed/package.json index 2390f689..933d06a7 100644 --- a/exercises/06.honeypot/04.solution.seed/package.json +++ b/exercises/06.honeypot/04.solution.seed/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/07.csrf/01.problem.setup/package.json b/exercises/07.csrf/01.problem.setup/package.json index 6085f87d..b204cd5f 100644 --- a/exercises/07.csrf/01.problem.setup/package.json +++ b/exercises/07.csrf/01.problem.setup/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/07.csrf/01.solution.setup/package.json b/exercises/07.csrf/01.solution.setup/package.json index 54d7c434..27a48a6d 100644 --- a/exercises/07.csrf/01.solution.setup/package.json +++ b/exercises/07.csrf/01.solution.setup/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/07.csrf/02.problem.verification/package.json b/exercises/07.csrf/02.problem.verification/package.json index ce6e598e..cda442e9 100644 --- a/exercises/07.csrf/02.problem.verification/package.json +++ b/exercises/07.csrf/02.problem.verification/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/07.csrf/02.solution.verification/package.json b/exercises/07.csrf/02.solution.verification/package.json index a3ec148d..a5e0cb43 100644 --- a/exercises/07.csrf/02.solution.verification/package.json +++ b/exercises/07.csrf/02.solution.verification/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/08.rate-limiting/01.problem.basic/package.json b/exercises/08.rate-limiting/01.problem.basic/package.json index 016e3f45..83127ef2 100644 --- a/exercises/08.rate-limiting/01.problem.basic/package.json +++ b/exercises/08.rate-limiting/01.problem.basic/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/08.rate-limiting/01.solution.basic/package.json b/exercises/08.rate-limiting/01.solution.basic/package.json index b3fce6fb..c360fd9f 100644 --- a/exercises/08.rate-limiting/01.solution.basic/package.json +++ b/exercises/08.rate-limiting/01.solution.basic/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/08.rate-limiting/02.problem.tuned/package.json b/exercises/08.rate-limiting/02.problem.tuned/package.json index baa6abaa..6df5c251 100644 --- a/exercises/08.rate-limiting/02.problem.tuned/package.json +++ b/exercises/08.rate-limiting/02.problem.tuned/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/exercises/08.rate-limiting/02.solution.tuned/package.json b/exercises/08.rate-limiting/02.solution.tuned/package.json index a34b51be..beb93fcb 100644 --- a/exercises/08.rate-limiting/02.solution.tuned/package.json +++ b/exercises/08.rate-limiting/02.solution.tuned/package.json @@ -19,7 +19,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/package-lock.json b/package-lock.json index b38ed13c..8cc5b776 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -99,7 +99,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -172,7 +172,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -245,7 +245,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -318,7 +318,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -391,7 +391,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -464,7 +464,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -537,7 +537,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -610,7 +610,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -683,7 +683,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -756,7 +756,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -829,7 +829,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -902,7 +902,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -975,7 +975,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -1048,7 +1048,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -1121,7 +1121,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -1194,7 +1194,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -1267,7 +1267,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -1340,7 +1340,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -1413,7 +1413,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -1486,7 +1486,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -1559,7 +1559,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -1632,7 +1632,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -1705,7 +1705,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -1778,7 +1778,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -1851,7 +1851,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -1924,7 +1924,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -1997,7 +1997,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -2070,7 +2070,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -2143,7 +2143,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -2216,7 +2216,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -2289,7 +2289,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -2362,7 +2362,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -2435,7 +2435,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -2508,7 +2508,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -2581,7 +2581,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -2654,7 +2654,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -2727,7 +2727,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -2800,7 +2800,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -2873,7 +2873,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -2946,7 +2946,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -3019,7 +3019,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -3092,7 +3092,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -3165,7 +3165,7 @@ "dependencies": { "@conform-to/react": "^0.9.0", "@conform-to/zod": "^0.9.0", - "@epic-web/workshop-utils": "^5.8.1", + "@epic-web/workshop-utils": "^5.8.2", "@mswjs/data": "^0.14.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", @@ -4081,9 +4081,9 @@ "integrity": "sha512-FIhO7PFUVEbcnrJOtom8gb4GXog4Z44n4Jxwmw2nkKt4mx8I/q/d0O4tMabjYndM1QX2oXvRYzpZxtP61s2P5A==" }, "node_modules/@epic-web/workshop-utils": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/@epic-web/workshop-utils/-/workshop-utils-5.8.1.tgz", - "integrity": "sha512-R8k5T1GYCM9c3iqkAOA7Ba6tFXYZ1B7oB043BL+OioSAtg2bEAQ9M83fL67eQlCrs09UHOIEzWE9+XTreXAkmA==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/@epic-web/workshop-utils/-/workshop-utils-5.8.2.tgz", + "integrity": "sha512-xlRM8jUQ4LSwfTVNL06xaeM6W+EiOaaOfMjdHM40b370OH/OeyCxoDnwVSJ5BMMUAXHvK2qp/7Tb7b1I3o5S+A==", "dependencies": { "@epic-web/cachified": "^5.2.0", "@epic-web/remember": "^1.1.0",