@griddo/cx 11.0.18-alpha.0 → 11.0.18-alpha.1
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 +9 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@griddo/cx",
|
|
3
3
|
"description": "Griddo SSG based on Gatsby",
|
|
4
|
-
"version": "11.0.18-alpha.
|
|
4
|
+
"version": "11.0.18-alpha.1",
|
|
5
5
|
"authors": [
|
|
6
6
|
"Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
|
|
7
7
|
"Diego M. Béjar <diego.bejar@secuoyas.com>",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@babel/preset-env": "7.26.0",
|
|
61
61
|
"@babel/preset-react": "7.26.3",
|
|
62
62
|
"@babel/preset-typescript": "7.26.0",
|
|
63
|
-
"@griddo/core": "11.0.18-alpha.
|
|
63
|
+
"@griddo/core": "11.0.18-alpha.1",
|
|
64
64
|
"@svgr/webpack": "5.5.0",
|
|
65
65
|
"axios": "1.7.9",
|
|
66
66
|
"babel-loader": "9.2.1",
|
|
@@ -80,8 +80,6 @@
|
|
|
80
80
|
"p-limit": "3.1.0",
|
|
81
81
|
"path-browserify": "1.0.1",
|
|
82
82
|
"pkg-dir": "5.0.0",
|
|
83
|
-
"react": "18.2.0",
|
|
84
|
-
"react-dom": "18.2.0",
|
|
85
83
|
"typescript": "5.7.2",
|
|
86
84
|
"webpack": "5.76.1"
|
|
87
85
|
},
|
|
@@ -91,8 +89,6 @@
|
|
|
91
89
|
"@types/fs-extra": "11.0.4",
|
|
92
90
|
"@types/jest": "29.5.14",
|
|
93
91
|
"@types/node": "20.17.10",
|
|
94
|
-
"@types/react": "18.2.0",
|
|
95
|
-
"@types/react-dom": "18.2.0",
|
|
96
92
|
"@types/webpack": "5.28.5",
|
|
97
93
|
"@typescript-eslint/eslint-plugin": "7.18.0",
|
|
98
94
|
"@typescript-eslint/parser": "7.18.0",
|
|
@@ -104,6 +100,12 @@
|
|
|
104
100
|
"prettier": "3.4.2",
|
|
105
101
|
"ts-jest": "29.2.5"
|
|
106
102
|
},
|
|
103
|
+
"peerDependencies": {
|
|
104
|
+
"@types/react": "18.2.0",
|
|
105
|
+
"@types/react-dom": "18.2.0",
|
|
106
|
+
"react": "18.2.0",
|
|
107
|
+
"react-dom": "18.2.0"
|
|
108
|
+
},
|
|
107
109
|
"engines": {
|
|
108
110
|
"node": ">=20"
|
|
109
111
|
},
|
|
@@ -124,5 +126,5 @@
|
|
|
124
126
|
"publishConfig": {
|
|
125
127
|
"access": "public"
|
|
126
128
|
},
|
|
127
|
-
"gitHead": "
|
|
129
|
+
"gitHead": "bb5cd91f12de4ae7f5499509c2516f624465d45a"
|
|
128
130
|
}
|