diff --git a/packages/boilerplate/theme/package.json b/packages/boilerplate/theme/package.json index 7c6edbb5c01..fb56800dc87 100644 --- a/packages/boilerplate/theme/package.json +++ b/packages/boilerplate/theme/package.json @@ -16,12 +16,12 @@ "@vue-storefront/nuxt": "^2.2.0", "@vue-storefront/nuxt-theme": "^2.2.0", "@nuxtjs/style-resources": "^1.0.0", - "cookie-universal-nuxt": "^2.1.3", + "vue-scrollto": "^2.17.1", + "vee-validate": "^3.2.3", + "nuxt-i18n": "^6.5.0", "core-js": "^2.6.5", "nuxt": "^2.13.3", - "nuxt-i18n": "^6.5.0", - "vee-validate": "^3.2.3", - "vue-scrollto": "^2.17.1" + "cookie-universal-nuxt": "^2.1.3" }, "devDependencies": { "@nuxt/types": "^0.7.9", diff --git a/packages/commercetools/theme/package.json b/packages/commercetools/theme/package.json index ec97a813f11..76da2ef8802 100644 --- a/packages/commercetools/theme/package.json +++ b/packages/commercetools/theme/package.json @@ -20,12 +20,12 @@ "@vue-storefront/commercetools": "^1.1.0", "@vue-storefront/nuxt": "^2.2.0", "@vue-storefront/nuxt-theme": "^2.2.0", - "cookie-universal-nuxt": "^2.1.3", + "vue-scrollto": "^2.17.1", + "vee-validate": "^3.2.3", + "nuxt-i18n": "^6.5.0", "core-js": "^2.6.5", "nuxt": "^2.13.3", - "nuxt-i18n": "^6.5.0", - "vee-validate": "^3.2.3", - "vue-scrollto": "^2.17.1" + "cookie-universal-nuxt": "^2.1.3" }, "devDependencies": { "@nuxt/types": "^0.7.9", diff --git a/packages/core/docs/contributing/changelog.md b/packages/core/docs/contributing/changelog.md index 8a48a96f128..3d46874a342 100644 --- a/packages/core/docs/contributing/changelog.md +++ b/packages/core/docs/contributing/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2.3.0 (not relased) + +- Moved dependencies from integration themes to nuxt-theme-module ([#5404](https://github.com/vuestorefront/vue-storefront/issues/5404)) - [Łukasz Jędrasik](https://github.com/lukaszjedrasik) + + ## 2.2.0 - added bottom margin to fix visibility of last footer category ([#5253](https://github.com/DivanteLtd/vue-storefront/issues/5253)) - [BREAKING] refactored names of many factory methods and composable methods, details in linked PR ([#5299](https://github.com/DivanteLtd/vue-storefront/pull/5299)) diff --git a/packages/core/nuxt-theme-module/package.json b/packages/core/nuxt-theme-module/package.json index 6e5d28a2571..d275f5d454d 100644 --- a/packages/core/nuxt-theme-module/package.json +++ b/packages/core/nuxt-theme-module/package.json @@ -19,10 +19,10 @@ "vue": "^2.6.11", "vue-lazy-hydration": "^2.0.0-beta.4" }, - "publishConfig": { - "access": "public" - }, "dependencies": { "lodash.merge": "^4.6.2" + }, + "publishConfig": { + "access": "public" } }