payaza-storefront-layouts 1.0.42 → 1.0.44
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/package.json +1 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "payaza-storefront-layouts",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.44",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Shared layout components for StoreFront applications",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -65,7 +65,6 @@
|
|
|
65
65
|
"test": "echo \"No tests specified\" && exit 0"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
|
-
"@measured/puck": "^0.17.0",
|
|
69
68
|
"@rjsf/core": "^6.1.2",
|
|
70
69
|
"@rjsf/utils": "^6.1.2",
|
|
71
70
|
"@rjsf/validator-ajv8": "^6.1.2",
|
|
@@ -78,9 +77,6 @@
|
|
|
78
77
|
"tailwindcss": "^4.0.0"
|
|
79
78
|
},
|
|
80
79
|
"peerDependenciesMeta": {
|
|
81
|
-
"@measured/puck": {
|
|
82
|
-
"optional": true
|
|
83
|
-
},
|
|
84
80
|
"@rjsf/core": {
|
|
85
81
|
"optional": true
|
|
86
82
|
},
|
|
@@ -124,7 +120,6 @@
|
|
|
124
120
|
"tw-animate-css": "^1.4.0"
|
|
125
121
|
},
|
|
126
122
|
"devDependencies": {
|
|
127
|
-
"@measured/puck": "^0.17.0",
|
|
128
123
|
"@rjsf/core": "^6.1.2",
|
|
129
124
|
"@rjsf/utils": "^6.1.2",
|
|
130
125
|
"@rjsf/validator-ajv8": "^6.1.2",
|