@shopware/cms-base-layer 0.0.0-canary-20260119103402 → 0.0.0-canary-20260119113903
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/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -349,7 +349,7 @@ No additional packages needed to be installed.
|
|
|
349
349
|
|
|
350
350
|
Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/cms-base-layer/CHANGELOG.md)
|
|
351
351
|
|
|
352
|
-
### Latest changes: 0.0.0-canary-
|
|
352
|
+
### Latest changes: 0.0.0-canary-20260119113903
|
|
353
353
|
|
|
354
354
|
### Minor Changes
|
|
355
355
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopware/cms-base-layer",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20260119113903",
|
|
4
4
|
"description": "Vue CMS Nuxt Layer for Shopware",
|
|
5
5
|
"author": "Shopware",
|
|
6
6
|
"repository": {
|
|
@@ -32,24 +32,24 @@
|
|
|
32
32
|
"uno.config.ts"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@iconify-json/carbon": "1.2.
|
|
35
|
+
"@iconify-json/carbon": "1.2.18",
|
|
36
36
|
"@nuxt/image": "2.0.0",
|
|
37
37
|
"@nuxt/kit": "4.2.2",
|
|
38
38
|
"@tresjs/cientos": "5.2.1",
|
|
39
39
|
"@tresjs/core": "5.2.1",
|
|
40
|
-
"@unocss/nuxt": "66.
|
|
40
|
+
"@unocss/nuxt": "66.6.0",
|
|
41
41
|
"@vuelidate/core": "2.0.3",
|
|
42
42
|
"@vuelidate/validators": "2.0.4",
|
|
43
43
|
"@vueuse/core": "14.1.0",
|
|
44
44
|
"entities": "6.0.0",
|
|
45
45
|
"html-to-ast": "0.0.6",
|
|
46
46
|
"three": "0.182.0",
|
|
47
|
-
"unocss": "66.
|
|
47
|
+
"unocss": "66.6.0",
|
|
48
48
|
"vue": "3.5.26",
|
|
49
49
|
"xss": "1.0.15",
|
|
50
|
-
"@shopware/
|
|
50
|
+
"@shopware/composables": "1.10.0",
|
|
51
51
|
"@shopware/helpers": "1.6.0",
|
|
52
|
-
"@shopware/
|
|
52
|
+
"@shopware/api-client": "1.4.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@biomejs/biome": "1.8.3",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"unbuild": "2.0.0",
|
|
62
62
|
"vitest": "3.2.4",
|
|
63
63
|
"vue-router": "4.6.4",
|
|
64
|
-
"vue-tsc": "3.2.
|
|
64
|
+
"vue-tsc": "3.2.2",
|
|
65
65
|
"tsconfig": "0.0.0"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|