From 592c0c87a76c10096e5094e938fa6f070e7e3858 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Tue, 21 Nov 2023 13:40:34 -0700 Subject: [PATCH] add msw dep Closes #54 --- .../01.problem.public-links/package.json | 1 + .../01.solution.public-links/package.json | 1 + .../02.problem.asset-imports/package.json | 1 + .../02.solution.asset-imports/package.json | 1 + .../03.problem.global-styles/package.json | 1 + .../03.solution.global-styles/package.json | 1 + .../04.problem.compiling-css/package.json | 1 + .../04.solution.compiling-css/package.json | 1 + .../05.problem.bundling-css/package.json | 1 + .../05.solution.bundling-css/package.json | 1 + .../02.routing/01.problem.routes/package.json | 1 + .../01.solution.routes/package.json | 1 + .../02.routing/02.problem.links/package.json | 1 + .../02.routing/02.solution.links/package.json | 1 + .../02.routing/03.problem.params/package.json | 1 + .../03.solution.params/package.json | 1 + .../04.problem.resources/package.json | 1 + .../04.solution.resources/package.json | 1 + .../03.loading/01.problem.loader/package.json | 1 + .../01.solution.loader/package.json | 1 + .../02.problem.missing-data/package.json | 1 + .../02.solution.missing-data/package.json | 1 + .../01.problem.forms/package.json | 1 + .../01.solution.forms/package.json | 1 + .../02.problem.actions/package.json | 1 + .../02.solution.actions/package.json | 1 + .../03.problem.formdata-types/package.json | 1 + .../03.solution.formdata-types/package.json | 1 + .../04.problem.button-forms/package.json | 1 + .../04.solution.button-forms/package.json | 1 + .../05.problem.intent/package.json | 1 + .../05.solution.intent/package.json | 1 + .../01.problem.scripts/package.json | 1 + .../01.solution.scripts/package.json | 1 + .../package.json | 1 + .../package.json | 1 + .../03.problem.custom-scripts/package.json | 1 + .../03.solution.custom-scripts/package.json | 1 + .../04.problem.prefetching/package.json | 1 + .../04.solution.prefetching/package.json | 1 + .../05.problem.pending/package.json | 1 + .../05.solution.pending/package.json | 1 + .../06.seo/01.problem.static/package.json | 1 + .../06.seo/01.solution.static/package.json | 1 + .../06.seo/02.problem.nested/package.json | 1 + .../06.seo/02.solution.nested/package.json | 1 + .../06.seo/03.problem.dynamic/package.json | 1 + .../06.seo/03.solution.dynamic/package.json | 1 + .../06.seo/04.problem.matches/package.json | 1 + .../06.seo/04.solution.matches/package.json | 1 + .../01.problem.route-errors/package.json | 1 + .../01.solution.route-errors/package.json | 1 + .../02.problem.thrown-response/package.json | 1 + .../02.solution.thrown-response/package.json | 1 + .../03.problem.error-bubbling/package.json | 1 + .../03.solution.error-bubbling/package.json | 1 + .../04.problem.root-boundary/package.json | 1 + .../04.solution.root-boundary/package.json | 1 + .../05.problem.not-found/package.json | 1 + .../05.solution.not-found/package.json | 1 + package-lock.json | 60 +++++++++++++++++++ 61 files changed, 120 insertions(+) diff --git a/exercises/01.styling/01.problem.public-links/package.json b/exercises/01.styling/01.problem.public-links/package.json index aedac4780..0874e425c 100644 --- a/exercises/01.styling/01.problem.public-links/package.json +++ b/exercises/01.styling/01.problem.public-links/package.json @@ -42,6 +42,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/01.styling/01.solution.public-links/package.json b/exercises/01.styling/01.solution.public-links/package.json index 492683351..74ef96bfc 100644 --- a/exercises/01.styling/01.solution.public-links/package.json +++ b/exercises/01.styling/01.solution.public-links/package.json @@ -42,6 +42,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/01.styling/02.problem.asset-imports/package.json b/exercises/01.styling/02.problem.asset-imports/package.json index 3018b7456..fd3fa63bf 100644 --- a/exercises/01.styling/02.problem.asset-imports/package.json +++ b/exercises/01.styling/02.problem.asset-imports/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/01.styling/02.solution.asset-imports/package.json b/exercises/01.styling/02.solution.asset-imports/package.json index 4b6814cac..d76b98f32 100644 --- a/exercises/01.styling/02.solution.asset-imports/package.json +++ b/exercises/01.styling/02.solution.asset-imports/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/01.styling/03.problem.global-styles/package.json b/exercises/01.styling/03.problem.global-styles/package.json index 49a6ee65a..ce317e037 100644 --- a/exercises/01.styling/03.problem.global-styles/package.json +++ b/exercises/01.styling/03.problem.global-styles/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/01.styling/03.solution.global-styles/package.json b/exercises/01.styling/03.solution.global-styles/package.json index c94214f2d..79e0e262a 100644 --- a/exercises/01.styling/03.solution.global-styles/package.json +++ b/exercises/01.styling/03.solution.global-styles/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/01.styling/04.problem.compiling-css/package.json b/exercises/01.styling/04.problem.compiling-css/package.json index 5c93fbbe9..e961a877c 100644 --- a/exercises/01.styling/04.problem.compiling-css/package.json +++ b/exercises/01.styling/04.problem.compiling-css/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/01.styling/04.solution.compiling-css/package.json b/exercises/01.styling/04.solution.compiling-css/package.json index 47a0e1d3e..4575174e6 100644 --- a/exercises/01.styling/04.solution.compiling-css/package.json +++ b/exercises/01.styling/04.solution.compiling-css/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/01.styling/05.problem.bundling-css/package.json b/exercises/01.styling/05.problem.bundling-css/package.json index d9a4fc94a..fe445ba6d 100644 --- a/exercises/01.styling/05.problem.bundling-css/package.json +++ b/exercises/01.styling/05.problem.bundling-css/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/01.styling/05.solution.bundling-css/package.json b/exercises/01.styling/05.solution.bundling-css/package.json index 920b2bfa2..bb582a09f 100644 --- a/exercises/01.styling/05.solution.bundling-css/package.json +++ b/exercises/01.styling/05.solution.bundling-css/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/02.routing/01.problem.routes/package.json b/exercises/02.routing/01.problem.routes/package.json index 446306ebe..189e7e67e 100644 --- a/exercises/02.routing/01.problem.routes/package.json +++ b/exercises/02.routing/01.problem.routes/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/02.routing/01.solution.routes/package.json b/exercises/02.routing/01.solution.routes/package.json index 81d759b80..b681cde34 100644 --- a/exercises/02.routing/01.solution.routes/package.json +++ b/exercises/02.routing/01.solution.routes/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/02.routing/02.problem.links/package.json b/exercises/02.routing/02.problem.links/package.json index 193dd6c57..c6f95b00b 100644 --- a/exercises/02.routing/02.problem.links/package.json +++ b/exercises/02.routing/02.problem.links/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/02.routing/02.solution.links/package.json b/exercises/02.routing/02.solution.links/package.json index 1ef2d09bd..1698950cc 100644 --- a/exercises/02.routing/02.solution.links/package.json +++ b/exercises/02.routing/02.solution.links/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/02.routing/03.problem.params/package.json b/exercises/02.routing/03.problem.params/package.json index af4484fba..c1cbe671f 100644 --- a/exercises/02.routing/03.problem.params/package.json +++ b/exercises/02.routing/03.problem.params/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/02.routing/03.solution.params/package.json b/exercises/02.routing/03.solution.params/package.json index 7e4ec2dce..1adb4e9d1 100644 --- a/exercises/02.routing/03.solution.params/package.json +++ b/exercises/02.routing/03.solution.params/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/02.routing/04.problem.resources/package.json b/exercises/02.routing/04.problem.resources/package.json index 468458c32..776d8d97c 100644 --- a/exercises/02.routing/04.problem.resources/package.json +++ b/exercises/02.routing/04.problem.resources/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/02.routing/04.solution.resources/package.json b/exercises/02.routing/04.solution.resources/package.json index ad50369eb..f61a051cf 100644 --- a/exercises/02.routing/04.solution.resources/package.json +++ b/exercises/02.routing/04.solution.resources/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/03.loading/01.problem.loader/package.json b/exercises/03.loading/01.problem.loader/package.json index 4c32337ba..5e1bb1d59 100644 --- a/exercises/03.loading/01.problem.loader/package.json +++ b/exercises/03.loading/01.problem.loader/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/03.loading/01.solution.loader/package.json b/exercises/03.loading/01.solution.loader/package.json index a2cdefda6..d5d8e6e35 100644 --- a/exercises/03.loading/01.solution.loader/package.json +++ b/exercises/03.loading/01.solution.loader/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/03.loading/02.problem.missing-data/package.json b/exercises/03.loading/02.problem.missing-data/package.json index 37c1b3734..b40ef2e8b 100644 --- a/exercises/03.loading/02.problem.missing-data/package.json +++ b/exercises/03.loading/02.problem.missing-data/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/03.loading/02.solution.missing-data/package.json b/exercises/03.loading/02.solution.missing-data/package.json index 3c52f88a8..2784f4995 100644 --- a/exercises/03.loading/02.solution.missing-data/package.json +++ b/exercises/03.loading/02.solution.missing-data/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/04.mutations/01.problem.forms/package.json b/exercises/04.mutations/01.problem.forms/package.json index 221959fe0..f509be8a1 100644 --- a/exercises/04.mutations/01.problem.forms/package.json +++ b/exercises/04.mutations/01.problem.forms/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/04.mutations/01.solution.forms/package.json b/exercises/04.mutations/01.solution.forms/package.json index 4dee6446c..16e17132a 100644 --- a/exercises/04.mutations/01.solution.forms/package.json +++ b/exercises/04.mutations/01.solution.forms/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/04.mutations/02.problem.actions/package.json b/exercises/04.mutations/02.problem.actions/package.json index d248da1e6..e6af04285 100644 --- a/exercises/04.mutations/02.problem.actions/package.json +++ b/exercises/04.mutations/02.problem.actions/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/04.mutations/02.solution.actions/package.json b/exercises/04.mutations/02.solution.actions/package.json index 7ce76d48c..7e27bf1b6 100644 --- a/exercises/04.mutations/02.solution.actions/package.json +++ b/exercises/04.mutations/02.solution.actions/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/04.mutations/03.problem.formdata-types/package.json b/exercises/04.mutations/03.problem.formdata-types/package.json index 797d5b8f5..d9a3d7f53 100644 --- a/exercises/04.mutations/03.problem.formdata-types/package.json +++ b/exercises/04.mutations/03.problem.formdata-types/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/04.mutations/03.solution.formdata-types/package.json b/exercises/04.mutations/03.solution.formdata-types/package.json index 16176c534..dfb398255 100644 --- a/exercises/04.mutations/03.solution.formdata-types/package.json +++ b/exercises/04.mutations/03.solution.formdata-types/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/04.mutations/04.problem.button-forms/package.json b/exercises/04.mutations/04.problem.button-forms/package.json index 70e72f126..177cab4e0 100644 --- a/exercises/04.mutations/04.problem.button-forms/package.json +++ b/exercises/04.mutations/04.problem.button-forms/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/04.mutations/04.solution.button-forms/package.json b/exercises/04.mutations/04.solution.button-forms/package.json index e07114767..77a5dada1 100644 --- a/exercises/04.mutations/04.solution.button-forms/package.json +++ b/exercises/04.mutations/04.solution.button-forms/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/04.mutations/05.problem.intent/package.json b/exercises/04.mutations/05.problem.intent/package.json index b914db2f7..04088ada5 100644 --- a/exercises/04.mutations/05.problem.intent/package.json +++ b/exercises/04.mutations/05.problem.intent/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/04.mutations/05.solution.intent/package.json b/exercises/04.mutations/05.solution.intent/package.json index dd7942ae6..e109e0326 100644 --- a/exercises/04.mutations/05.solution.intent/package.json +++ b/exercises/04.mutations/05.solution.intent/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/05.scripting/01.problem.scripts/package.json b/exercises/05.scripting/01.problem.scripts/package.json index b104ea94c..31ccf9df1 100644 --- a/exercises/05.scripting/01.problem.scripts/package.json +++ b/exercises/05.scripting/01.problem.scripts/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/05.scripting/01.solution.scripts/package.json b/exercises/05.scripting/01.solution.scripts/package.json index 8b30fcad2..4567bb2ee 100644 --- a/exercises/05.scripting/01.solution.scripts/package.json +++ b/exercises/05.scripting/01.solution.scripts/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/05.scripting/02.problem.scroll-restoration/package.json b/exercises/05.scripting/02.problem.scroll-restoration/package.json index fed9cf37c..395fcebae 100644 --- a/exercises/05.scripting/02.problem.scroll-restoration/package.json +++ b/exercises/05.scripting/02.problem.scroll-restoration/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/05.scripting/02.solution.scroll-restoration/package.json b/exercises/05.scripting/02.solution.scroll-restoration/package.json index 659e55402..eb1865502 100644 --- a/exercises/05.scripting/02.solution.scroll-restoration/package.json +++ b/exercises/05.scripting/02.solution.scroll-restoration/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/05.scripting/03.problem.custom-scripts/package.json b/exercises/05.scripting/03.problem.custom-scripts/package.json index c74332bee..781924809 100644 --- a/exercises/05.scripting/03.problem.custom-scripts/package.json +++ b/exercises/05.scripting/03.problem.custom-scripts/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/05.scripting/03.solution.custom-scripts/package.json b/exercises/05.scripting/03.solution.custom-scripts/package.json index 672194f0b..d5adeede3 100644 --- a/exercises/05.scripting/03.solution.custom-scripts/package.json +++ b/exercises/05.scripting/03.solution.custom-scripts/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/05.scripting/04.problem.prefetching/package.json b/exercises/05.scripting/04.problem.prefetching/package.json index 47a041737..93113f505 100644 --- a/exercises/05.scripting/04.problem.prefetching/package.json +++ b/exercises/05.scripting/04.problem.prefetching/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/05.scripting/04.solution.prefetching/package.json b/exercises/05.scripting/04.solution.prefetching/package.json index 788caebf6..84007ed65 100644 --- a/exercises/05.scripting/04.solution.prefetching/package.json +++ b/exercises/05.scripting/04.solution.prefetching/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/05.scripting/05.problem.pending/package.json b/exercises/05.scripting/05.problem.pending/package.json index 3e820fe1d..786d2683c 100644 --- a/exercises/05.scripting/05.problem.pending/package.json +++ b/exercises/05.scripting/05.problem.pending/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/05.scripting/05.solution.pending/package.json b/exercises/05.scripting/05.solution.pending/package.json index 3e56c293f..6931b6f11 100644 --- a/exercises/05.scripting/05.solution.pending/package.json +++ b/exercises/05.scripting/05.solution.pending/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/06.seo/01.problem.static/package.json b/exercises/06.seo/01.problem.static/package.json index 60f14f70c..1e263b9c0 100644 --- a/exercises/06.seo/01.problem.static/package.json +++ b/exercises/06.seo/01.problem.static/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/06.seo/01.solution.static/package.json b/exercises/06.seo/01.solution.static/package.json index ad176a318..b25251d0d 100644 --- a/exercises/06.seo/01.solution.static/package.json +++ b/exercises/06.seo/01.solution.static/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/06.seo/02.problem.nested/package.json b/exercises/06.seo/02.problem.nested/package.json index 76720bae1..18ae36cf6 100644 --- a/exercises/06.seo/02.problem.nested/package.json +++ b/exercises/06.seo/02.problem.nested/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/06.seo/02.solution.nested/package.json b/exercises/06.seo/02.solution.nested/package.json index c6e947575..218e28775 100644 --- a/exercises/06.seo/02.solution.nested/package.json +++ b/exercises/06.seo/02.solution.nested/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/06.seo/03.problem.dynamic/package.json b/exercises/06.seo/03.problem.dynamic/package.json index 606c421dc..2bf16b900 100644 --- a/exercises/06.seo/03.problem.dynamic/package.json +++ b/exercises/06.seo/03.problem.dynamic/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/06.seo/03.solution.dynamic/package.json b/exercises/06.seo/03.solution.dynamic/package.json index cafb01c83..0b10e8b74 100644 --- a/exercises/06.seo/03.solution.dynamic/package.json +++ b/exercises/06.seo/03.solution.dynamic/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/06.seo/04.problem.matches/package.json b/exercises/06.seo/04.problem.matches/package.json index 8882c2a6e..b949805cb 100644 --- a/exercises/06.seo/04.problem.matches/package.json +++ b/exercises/06.seo/04.problem.matches/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/06.seo/04.solution.matches/package.json b/exercises/06.seo/04.solution.matches/package.json index 479673770..83eecdd15 100644 --- a/exercises/06.seo/04.solution.matches/package.json +++ b/exercises/06.seo/04.solution.matches/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/07.error-handling/01.problem.route-errors/package.json b/exercises/07.error-handling/01.problem.route-errors/package.json index 9d2435bad..e8c744cdf 100644 --- a/exercises/07.error-handling/01.problem.route-errors/package.json +++ b/exercises/07.error-handling/01.problem.route-errors/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/07.error-handling/01.solution.route-errors/package.json b/exercises/07.error-handling/01.solution.route-errors/package.json index a03fed1cf..189f5ce42 100644 --- a/exercises/07.error-handling/01.solution.route-errors/package.json +++ b/exercises/07.error-handling/01.solution.route-errors/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/07.error-handling/02.problem.thrown-response/package.json b/exercises/07.error-handling/02.problem.thrown-response/package.json index d6c54e991..e542efc03 100644 --- a/exercises/07.error-handling/02.problem.thrown-response/package.json +++ b/exercises/07.error-handling/02.problem.thrown-response/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/07.error-handling/02.solution.thrown-response/package.json b/exercises/07.error-handling/02.solution.thrown-response/package.json index 579f553ae..6a851fd9f 100644 --- a/exercises/07.error-handling/02.solution.thrown-response/package.json +++ b/exercises/07.error-handling/02.solution.thrown-response/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/07.error-handling/03.problem.error-bubbling/package.json b/exercises/07.error-handling/03.problem.error-bubbling/package.json index 45b8441a1..e2a60947d 100644 --- a/exercises/07.error-handling/03.problem.error-bubbling/package.json +++ b/exercises/07.error-handling/03.problem.error-bubbling/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/07.error-handling/03.solution.error-bubbling/package.json b/exercises/07.error-handling/03.solution.error-bubbling/package.json index 6ce35ebdc..60fc2a860 100644 --- a/exercises/07.error-handling/03.solution.error-bubbling/package.json +++ b/exercises/07.error-handling/03.solution.error-bubbling/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/07.error-handling/04.problem.root-boundary/package.json b/exercises/07.error-handling/04.problem.root-boundary/package.json index 633fa46f2..55ae7f81a 100644 --- a/exercises/07.error-handling/04.problem.root-boundary/package.json +++ b/exercises/07.error-handling/04.problem.root-boundary/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/07.error-handling/04.solution.root-boundary/package.json b/exercises/07.error-handling/04.solution.root-boundary/package.json index cc72fbf91..9c524db09 100644 --- a/exercises/07.error-handling/04.solution.root-boundary/package.json +++ b/exercises/07.error-handling/04.solution.root-boundary/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/07.error-handling/05.problem.not-found/package.json b/exercises/07.error-handling/05.problem.not-found/package.json index 0a9ae3e30..a8f008916 100644 --- a/exercises/07.error-handling/05.problem.not-found/package.json +++ b/exercises/07.error-handling/05.problem.not-found/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/exercises/07.error-handling/05.solution.not-found/package.json b/exercises/07.error-handling/05.solution.not-found/package.json index ae0aaec8c..b294d060e 100644 --- a/exercises/07.error-handling/05.solution.not-found/package.json +++ b/exercises/07.error-handling/05.solution.not-found/package.json @@ -37,6 +37,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", diff --git a/package-lock.json b/package-lock.json index 301d374d9..8116dd72d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,6 +46,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -103,6 +104,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -160,6 +162,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -217,6 +220,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -274,6 +278,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -331,6 +336,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -388,6 +394,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -445,6 +452,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -502,6 +510,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -559,6 +568,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -616,6 +626,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -673,6 +684,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -730,6 +742,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -787,6 +800,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -844,6 +858,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -901,6 +916,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -958,6 +974,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -1015,6 +1032,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -1072,6 +1090,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -1129,6 +1148,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -1186,6 +1206,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -1243,6 +1264,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -1300,6 +1322,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -1357,6 +1380,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -1414,6 +1438,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -1471,6 +1496,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -1528,6 +1554,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -1585,6 +1612,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -1642,6 +1670,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -1699,6 +1728,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -1756,6 +1786,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -1813,6 +1844,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -1870,6 +1902,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -1927,6 +1960,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -1984,6 +2018,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -2041,6 +2076,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -2098,6 +2134,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -2155,6 +2192,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -2212,6 +2250,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -2269,6 +2308,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -2326,6 +2366,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -2383,6 +2424,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -2440,6 +2482,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -2497,6 +2540,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -2554,6 +2598,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -2611,6 +2656,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -2668,6 +2714,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -2725,6 +2772,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -2782,6 +2830,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -2839,6 +2888,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -2896,6 +2946,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -2953,6 +3004,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -3010,6 +3062,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -3067,6 +3120,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -3124,6 +3178,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -3181,6 +3236,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -3238,6 +3294,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -3295,6 +3352,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -3352,6 +3410,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0", @@ -3409,6 +3468,7 @@ "glob": "^10.3.10", "isbot": "^3.7.0", "morgan": "^1.10.0", + "msw": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^1.14.0",