diff --git a/epicshop/package-lock.json b/epicshop/package-lock.json index c14ecd53..0f32cc39 100644 --- a/epicshop/package-lock.json +++ b/epicshop/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@epic-web/workshop-app": "^4.18.0", + "@epic-web/workshop-app": "^4.19.0", "execa": "^8.0.1", "fs-extra": "^11.2.0" } @@ -391,9 +391,9 @@ "integrity": "sha512-FIhO7PFUVEbcnrJOtom8gb4GXog4Z44n4Jxwmw2nkKt4mx8I/q/d0O4tMabjYndM1QX2oXvRYzpZxtP61s2P5A==" }, "node_modules/@epic-web/workshop-app": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@epic-web/workshop-app/-/workshop-app-4.18.0.tgz", - "integrity": "sha512-8SgoJgNwMf4Vs1FBCPBeRokJZmMrJSU6KEH0f/GLL8bc5VonfGlzmyuClWnp5p57b1pdGZLw2ABmRe4/V37VeQ==", + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@epic-web/workshop-app/-/workshop-app-4.19.0.tgz", + "integrity": "sha512-o3NxiQCTE+h+nuNIae1mhnbYCnHl/0An2jGCrvIW2Kp5wxhOqI6khXbk2JLKz9gibzPIBeTTijUsx3U65bxqaQ==", "bundleDependencies": [ "@conform-to/react", "@conform-to/zod", @@ -424,8 +424,8 @@ "@epic-web/invariant": "^1.0.0", "@epic-web/remember": "^1.0.2", "@epic-web/restore-scroll": "^1.1.1", - "@epic-web/workshop-presence": "4.18.0", - "@epic-web/workshop-utils": "4.18.0", + "@epic-web/workshop-presence": "4.19.0", + "@epic-web/workshop-utils": "4.19.0", "@mdx-js/mdx": "^3.0.1", "@mux/mux-player-react": "^2.6.0", "@nasa-gcn/remix-seo": "^2.0.1", @@ -1826,18 +1826,18 @@ } }, "node_modules/@epic-web/workshop-presence": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@epic-web/workshop-presence/-/workshop-presence-4.18.0.tgz", - "integrity": "sha512-p59AepL4xziEDnRf/+I+ze8Xx/CdtcJLXeq37r+PMOdiZKv2T7+IUauQP3eXG8u78xTTtqHxo/nzY8NysQyUyA==", + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@epic-web/workshop-presence/-/workshop-presence-4.19.0.tgz", + "integrity": "sha512-0Ajvq1cwsWm6MLeGlgR69+R7BdkLprKNmqS606gFKuF7SSJMfDng5teBbYIIeiyAxa6PpngptbY5o61KVAMGRw==", "dependencies": { - "@epic-web/workshop-utils": "4.18.0", + "@epic-web/workshop-utils": "4.19.0", "zod": "^3.23.8" } }, "node_modules/@epic-web/workshop-utils": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@epic-web/workshop-utils/-/workshop-utils-4.18.0.tgz", - "integrity": "sha512-vRdile7Ow66JN7m1AIb/rPjmK4W/BwZWGzvfZg5laNrYneSNyHnNvqqeELLKqKdtoPA/tykI/+7eylii4up3vA==", + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@epic-web/workshop-utils/-/workshop-utils-4.19.0.tgz", + "integrity": "sha512-Dygh60CgNxPF0CEEB1pne61L7NAtba5iFeUrzfIJsFraeJTwyG9XKGpdd2EVsIIsxspy/6iRFq5aDAXIGLRltQ==", "dependencies": { "@epic-web/cachified": "^5.2.0", "@epic-web/remember": "^1.0.2", diff --git a/epicshop/package.json b/epicshop/package.json index 427dff23..3a450478 100644 --- a/epicshop/package.json +++ b/epicshop/package.json @@ -1,7 +1,7 @@ { "type": "module", "dependencies": { - "@epic-web/workshop-app": "^4.18.0", + "@epic-web/workshop-app": "^4.19.0", "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 4eb01027..ca4fb89a 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 784dd0db..8ff434e1 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 949c3af9..9b67b080 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 47d8ebea..05d86a32 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 522676f4..68ddd961 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 45f88c43..c41802dd 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 a51c3d6b..a2b1156e 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 13867705..e089fedc 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 8e2b179d..d8078e87 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 e4e34acb..9b809647 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 8f23e818..0f80b060 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 b6c9a7c6..28bc7649 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 70261ce7..0374491f 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 9e62a5a7..9281ebd5 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 c10212c7..ba3b63c0 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 1d3820d4..62d724b4 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 ada8b969..6d8756b0 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 8c5dfbe4..115ffcb4 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 1fca111f..5ec034fc 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 5e8f7365..17870991 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 0701c175..5b729fe4 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 6424ea99..8062ecba 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 c96b0cbe..02634ddb 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 ff048fc9..135d0e32 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 c1fe04b4..0bb1c543 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 ce5acdec..9d0cbc18 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 fe964f84..eb88e6ea 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 2a345c7e..e3f460a9 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 c2284f3c..e09b4d52 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 91926501..1ad3c1cd 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 287b3375..62020739 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 9fa40e1e..9d30709d 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 aaf6fbc6..df20921b 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 4cfb93f8..5b0eeaca 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 8e6b1ef0..0b9fd7b5 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 b03e31f8..672fd544 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 af37370b..0b519f72 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 94164457..b40b6490 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 bb792446..89a709b3 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 ac872057..d43865b5 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 e6954efb..21e98a8f 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 859fa23a..2db2b119 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 0781282b..75ca9fe5 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 b12ed239..c88afc1b 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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 6cfe575f..639bf9aa 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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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": "^4.18.0", + "@epic-web/workshop-utils": "^4.19.0", "@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-K7DcGoRPqVkjVhPEMQzqw7W/c3hq/3LuiI74he6SkXwR6A49aUmXpxmdb6o+NldY4FFtG42U7nL8PrqNGRxXuQ==" }, "node_modules/@epic-web/workshop-utils": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@epic-web/workshop-utils/-/workshop-utils-4.18.0.tgz", - "integrity": "sha512-vRdile7Ow66JN7m1AIb/rPjmK4W/BwZWGzvfZg5laNrYneSNyHnNvqqeELLKqKdtoPA/tykI/+7eylii4up3vA==", + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@epic-web/workshop-utils/-/workshop-utils-4.19.0.tgz", + "integrity": "sha512-Dygh60CgNxPF0CEEB1pne61L7NAtba5iFeUrzfIJsFraeJTwyG9XKGpdd2EVsIIsxspy/6iRFq5aDAXIGLRltQ==", "dependencies": { "@epic-web/cachified": "^5.2.0", "@epic-web/remember": "^1.0.2",