diff --git a/epicshop/package-lock.json b/epicshop/package-lock.json index fdc0bcbe..8b3e9d14 100644 --- a/epicshop/package-lock.json +++ b/epicshop/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@epic-web/workshop-app": "^4.22.4", + "@epic-web/workshop-app": "^4.23.1", "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.22.4", - "resolved": "https://registry.npmjs.org/@epic-web/workshop-app/-/workshop-app-4.22.4.tgz", - "integrity": "sha512-AYjJQJ4jhTwZvpI7YTj/UZUsKC1frkw+mnojUoZfnJn/yZWRPnZEr7LB7L2x/2NkNvfOP3WOG88XC41Ki/ENtw==", + "version": "4.23.1", + "resolved": "https://registry.npmjs.org/@epic-web/workshop-app/-/workshop-app-4.23.1.tgz", + "integrity": "sha512-PE26Mlmd1/5y+Qi8OEmTMbhFPtJ6LzQCzMhnEPTWSffme7HDi2BkLaQAY44L0Jywo4u6jlviHnFNcqN4VCjxZA==", "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.22.4", - "@epic-web/workshop-utils": "4.22.4", + "@epic-web/workshop-presence": "4.23.1", + "@epic-web/workshop-utils": "4.23.1", "@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.22.4", - "resolved": "https://registry.npmjs.org/@epic-web/workshop-presence/-/workshop-presence-4.22.4.tgz", - "integrity": "sha512-qSH5kNIFabr5NmRjB5zd2eyW5Foas5ZzEI9bLKZqImVyRm2Og5lSiy3/4jgxyiNIl0ovAL/QdWh9uWcVjCux6Q==", + "version": "4.23.1", + "resolved": "https://registry.npmjs.org/@epic-web/workshop-presence/-/workshop-presence-4.23.1.tgz", + "integrity": "sha512-ONae+enI/mfFaelnP5BGTGmf4eXN9aNnBAADWp4HczWSccoQhhlicFYE+Rsm8RObOXn7p3fBNYRGsERIS/9cVA==", "dependencies": { - "@epic-web/workshop-utils": "4.22.4", + "@epic-web/workshop-utils": "4.23.1", "zod": "^3.23.8" } }, "node_modules/@epic-web/workshop-utils": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/@epic-web/workshop-utils/-/workshop-utils-4.22.4.tgz", - "integrity": "sha512-KwXLlnKEOs0UhevBAnGyNt6M3q0+0t8ONmq05rOndQBPf8ybzxs/Nn1Zu8NEPPFT8DrYWnjfyuA8HTURYuGisA==", + "version": "4.23.1", + "resolved": "https://registry.npmjs.org/@epic-web/workshop-utils/-/workshop-utils-4.23.1.tgz", + "integrity": "sha512-3rXNxrsdPHIeDFdPla2WP7WHkioXN+KrFaGQrATOEQWoHXNK/EEe9Pxb1muPPJtIVJ8ivp4Hk+8yG9so1W6ivQ==", "dependencies": { "@epic-web/cachified": "^5.2.0", "@epic-web/remember": "^1.0.2", @@ -10109,9 +10109,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/yaml": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz", - "integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.1.tgz", + "integrity": "sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==", "bin": { "yaml": "bin.mjs" }, diff --git a/epicshop/package.json b/epicshop/package.json index 4fbfaac2..9acde03f 100644 --- a/epicshop/package.json +++ b/epicshop/package.json @@ -1,7 +1,7 @@ { "type": "module", "dependencies": { - "@epic-web/workshop-app": "^4.22.4", + "@epic-web/workshop-app": "^4.23.1", "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 d057cb5c..edb0bb03 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 10e25f03..ec886987 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 3854e5e2..5407835e 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 28d14cd4..6fb3caba 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 249d2174..a15a7871 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 91cbb0d0..8ed61354 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 1b01421b..5e73c972 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 64e1ccaf..49b8712c 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 985e792c..58c82379 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 2731edf1..a304f4d2 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 5c0a6300..7116f734 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 2b34c320..a74cf5d5 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 b66e5f52..6ad748fb 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 eb8b2d04..76cc488c 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 cdba2470..2c3c4165 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 536b32b0..6da5d1ea 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 83f743b3..648e5bab 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 98333535..4067cc7c 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 b1348041..7bc2968f 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 a0d4dbd1..8ae0f1d1 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 89eef846..dc847c07 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 f17a34c8..6b692990 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 06706d95..3272abf3 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 25f6ebe9..649e88ed 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 7b0a13d6..c00e421d 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 8846fec7..028795b5 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 a3f672e5..7dcc2ca3 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 0726b834..95b5587a 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 3b1f646f..4e39257e 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 5a43094a..926dea85 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 731e4e6f..77caa636 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 e9763c7e..0a04d86b 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 c7583fc2..d798006a 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 cab5728c..bf0c1b6a 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 a723b384..c33fe6a4 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 fdcbf578..885de5e3 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 f0bdfafa..31566352 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 9af0ad09..c5b2fc1e 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 2c86c7bf..41c59d3d 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 52401ad2..8b7f75c0 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 0e2327f9..c427c509 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 05a3cac3..be16d590 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 a6969e7c..c50dd295 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 c674fd83..f87894da 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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 d3fc3992..176bc22e 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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", + "@epic-web/workshop-utils": "^4.23.1", "@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.22.4", - "resolved": "https://registry.npmjs.org/@epic-web/workshop-utils/-/workshop-utils-4.22.4.tgz", - "integrity": "sha512-KwXLlnKEOs0UhevBAnGyNt6M3q0+0t8ONmq05rOndQBPf8ybzxs/Nn1Zu8NEPPFT8DrYWnjfyuA8HTURYuGisA==", + "version": "4.23.1", + "resolved": "https://registry.npmjs.org/@epic-web/workshop-utils/-/workshop-utils-4.23.1.tgz", + "integrity": "sha512-3rXNxrsdPHIeDFdPla2WP7WHkioXN+KrFaGQrATOEQWoHXNK/EEe9Pxb1muPPJtIVJ8ivp4Hk+8yG9so1W6ivQ==", "dependencies": { "@epic-web/cachified": "^5.2.0", "@epic-web/remember": "^1.0.2",