diff --git a/.changeset/few-timers-poke.md b/.changeset/few-timers-poke.md new file mode 100644 index 0000000000..43d2c67c52 --- /dev/null +++ b/.changeset/few-timers-poke.md @@ -0,0 +1,5 @@ +--- +'@commercetools-frontend/mc-scripts': patch +--- + +Update `@pmmmwh/react-refresh-webpack-plugin` to `0.5.0-rc.2` diff --git a/package.json b/package.json index 33c9fa00d8..32ea639754 100644 --- a/package.json +++ b/package.json @@ -176,7 +176,7 @@ "resolutions": { "@babel/core": "7.14.6", "@babel/preset-env": "7.14.7", - "@pmmmwh/react-refresh-webpack-plugin": "0.5.0-rc.1", + "@pmmmwh/react-refresh-webpack-plugin": "0.5.0-rc.2", "@types/puppeteer": "5.4.4", "@types/react-router": "5.1.16", "@typescript-eslint/eslint-plugin": "4.28.2", diff --git a/packages/mc-scripts/package.json b/packages/mc-scripts/package.json index d936e3f1b7..3094ca521c 100644 --- a/packages/mc-scripts/package.json +++ b/packages/mc-scripts/package.json @@ -37,7 +37,7 @@ "@commercetools-frontend/babel-preset-mc-app": "20.7.0", "@commercetools-frontend/mc-dev-authentication": "19.0.0", "@commercetools-frontend/mc-html-template": "20.7.0", - "@pmmmwh/react-refresh-webpack-plugin": "0.5.0-rc.1", + "@pmmmwh/react-refresh-webpack-plugin": "0.5.0-rc.2", "@svgr/webpack": "5.5.0", "autoprefixer": "10.3.0", "babel-loader": "8.2.2", diff --git a/playground/package.json b/playground/package.json index 42db425d3d..edaf92e3cb 100644 --- a/playground/package.json +++ b/playground/package.json @@ -14,7 +14,7 @@ "extract-intl": "formatjs extract --format=$(pwd)/intl-formatter.js --out-file=$(pwd)/src/i18n/data/core.json 'src/**/!(*.spec).js'" }, "dependencies": { - "@commercetools-docs/ui-kit": "16.3.1", + "@commercetools-docs/ui-kit": "17.0.2", "@commercetools-frontend/actions-global": "20.7.0", "@commercetools-frontend/application-components": "20.7.0", "@commercetools-frontend/application-shell": "20.7.0", diff --git a/website-components-playground/gatsby-config.js b/website-components-playground/gatsby-config.js index 7d2e260fa3..9591c27768 100644 --- a/website-components-playground/gatsby-config.js +++ b/website-components-playground/gatsby-config.js @@ -7,7 +7,6 @@ module.exports = { DEV_SSR: true, FAST_DEV: true, PRESERVE_FILE_DOWNLOAD_CACHE: true, - PRESERVE_WEBPACK_CACHE: true, }, pathPrefix: '/custom-applications/playground', siteMetadata: { diff --git a/website-components-playground/src/layouts/layout-app.js b/website-components-playground/src/layouts/layout-app.js index 842f22dca5..01daa0939f 100644 --- a/website-components-playground/src/layouts/layout-app.js +++ b/website-components-playground/src/layouts/layout-app.js @@ -17,6 +17,12 @@ const LayoutApp = (props) => { <>