From e4f87c90ffc632cffffc2f47c0ff048b35a4cbcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 13:51:29 +0000 Subject: [PATCH] fix: update @thc/webpack-quark-dev-server to v1.0.1 --- packages/atoms/webpack-atom-js-react-css/package.json | 2 +- packages/atoms/webpack-atom-js-react-scss/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/atoms/webpack-atom-js-react-css/package.json b/packages/atoms/webpack-atom-js-react-css/package.json index 0af6d0ad..398a337c 100644 --- a/packages/atoms/webpack-atom-js-react-css/package.json +++ b/packages/atoms/webpack-atom-js-react-css/package.json @@ -42,7 +42,7 @@ "@thc/webpack-quark-assets": "1.0.1-beta.1", "@thc/webpack-quark-babel": "1.0.1-beta.1", "@thc/webpack-quark-css": "1.0.1-beta.1", - "@thc/webpack-quark-dev-server": "1.0.1-beta.7", + "@thc/webpack-quark-dev-server": "1.0.1", "@thc/webpack-quark-entry": "1.0.1-beta.3", "@thc/webpack-quark-html": "1.0.1-beta.2", "@thc/webpack-quark-misc": "1.0.1-beta.4", diff --git a/packages/atoms/webpack-atom-js-react-scss/package.json b/packages/atoms/webpack-atom-js-react-scss/package.json index a4a036b1..fe514fa3 100644 --- a/packages/atoms/webpack-atom-js-react-scss/package.json +++ b/packages/atoms/webpack-atom-js-react-scss/package.json @@ -41,7 +41,7 @@ "@thc/webpack-chemistry": "1.0.1-beta.0", "@thc/webpack-quark-assets": "1.0.1-beta.1", "@thc/webpack-quark-babel": "1.0.1-beta.1", - "@thc/webpack-quark-dev-server": "1.0.1-beta.7", + "@thc/webpack-quark-dev-server": "1.0.1", "@thc/webpack-quark-entry": "1.0.1-beta.3", "@thc/webpack-quark-html": "1.0.1-beta.2", "@thc/webpack-quark-misc": "1.0.1-beta.4",