@scayle/storefront-nuxt 7.55.2 → 7.56.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 7.56.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Updated to `nuxt@3.10.1` and `vue@3.4.19` (_For more details check the [Nuxt 3.10.1 Release Notes](https://nuxt.com/blog/v3-10) and [Vue 3.4.19 Changelogs](https://github.com/vuejs/core/blob/main/CHANGELOG.md#3418-2024-02-09)_)
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @scayle/storefront-core@7.40.1
13
+
14
+ ## 7.55.3
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @scayle/storefront-core@7.40.0
20
+
3
21
  ## 7.55.2
4
22
 
5
23
  ### Patch Changes
package/dist/module.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.9.0"
6
6
  },
7
- "version": "7.55.1"
7
+ "version": "7.55.3"
8
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
3
  "type": "module",
4
- "version": "7.55.2",
4
+ "version": "7.56.0",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -60,9 +60,9 @@
60
60
  "test:watch": "vitest watch"
61
61
  },
62
62
  "dependencies": {
63
- "@nuxt/kit": "3.9.3",
63
+ "@nuxt/kit": "3.10.1",
64
64
  "@scayle/h3-session": "0.3.5",
65
- "@scayle/storefront-core": "7.39.1",
65
+ "@scayle/storefront-core": "7.40.1",
66
66
  "@scayle/unstorage-compression-driver": "0.1.1",
67
67
  "@vueuse/core": "10.7.2",
68
68
  "consola": "3.2.3",
@@ -81,7 +81,7 @@
81
81
  },
82
82
  "devDependencies": {
83
83
  "@nuxt/module-builder": "0.5.5",
84
- "@nuxt/schema": "3.9.3",
84
+ "@nuxt/schema": "3.10.1",
85
85
  "@nuxt/test-utils": "3.11.0",
86
86
  "@scayle/eslint-config-storefront": "3.2.6",
87
87
  "@scayle/prettier-config-storefront": "2.0.2",
@@ -89,7 +89,7 @@
89
89
  "eslint": "8.56.0",
90
90
  "eslint-formatter-gitlab": "5.1.0",
91
91
  "node-mocks-http": "1.14.1",
92
- "nuxt": "3.9.3",
92
+ "nuxt": "3.10.1",
93
93
  "prettier": "3.0.0",
94
94
  "publint": "0.2.7",
95
95
  "vitest": "1.2.2",
@@ -102,17 +102,17 @@
102
102
  },
103
103
  "resolutions": {
104
104
  "h3": "1.10.1",
105
- "@vue/compiler-core": "3.4.15",
106
- "@vue/shared": "3.4.15",
107
- "@vue/compiler-dom": "3.4.15",
108
- "@vue/compiler-sfc": "3.4.15",
109
- "@vue/compiler-ssr": "3.4.15",
110
- "@vue/reactivity": "3.4.15",
111
- "@vue/runtime-core": "3.4.15",
112
- "@vue/runtime-dom": "3.4.15",
113
- "@vue/server-renderer": "3.4.15",
114
- "@nuxt/kit": "3.9.3",
115
- "@nuxt/schema": "3.9.3"
105
+ "@vue/compiler-core": "3.4.19",
106
+ "@vue/shared": "3.4.19",
107
+ "@vue/compiler-dom": "3.4.19",
108
+ "@vue/compiler-sfc": "3.4.19",
109
+ "@vue/compiler-ssr": "3.4.19",
110
+ "@vue/reactivity": "3.4.19",
111
+ "@vue/runtime-core": "3.4.19",
112
+ "@vue/runtime-dom": "3.4.19",
113
+ "@vue/server-renderer": "3.4.19",
114
+ "@nuxt/kit": "3.10.1",
115
+ "@nuxt/schema": "3.10.1"
116
116
  },
117
117
  "volta": {
118
118
  "node": "20.11.0"