@griddo/ax 11.0.10-rc.0 → 11.0.10
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 +10 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@griddo/ax",
|
|
3
3
|
"description": "Griddo Author Experience",
|
|
4
|
-
"version": "11.0.10
|
|
4
|
+
"version": "11.0.10",
|
|
5
5
|
"authors": [
|
|
6
6
|
"Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
|
|
7
7
|
"Carlos Torres <carlos.torres@secuoyas.com>",
|
|
@@ -120,12 +120,12 @@
|
|
|
120
120
|
"postcss-normalize": "7.0.1",
|
|
121
121
|
"postcss-preset-env": "6.7.0",
|
|
122
122
|
"postcss-safe-parser": "^6.0.0",
|
|
123
|
-
"react": "
|
|
123
|
+
"react": "*",
|
|
124
124
|
"react-app-polyfill": "^1.0.4",
|
|
125
125
|
"react-beautiful-dnd": "^13.1.0",
|
|
126
126
|
"react-datepicker": "^3.2.2",
|
|
127
127
|
"react-dev-utils": "^11.0.4",
|
|
128
|
-
"react-dom": "
|
|
128
|
+
"react-dom": "*",
|
|
129
129
|
"react-draft-wysiwyg": "^1.14.5",
|
|
130
130
|
"react-error-boundary": "4.0.13",
|
|
131
131
|
"react-frame-component": "^5.2.1",
|
|
@@ -161,7 +161,8 @@
|
|
|
161
161
|
"webpack": "4.44.2",
|
|
162
162
|
"webpack-dev-server": "3.11.1",
|
|
163
163
|
"webpack-manifest-plugin": "2.2.0",
|
|
164
|
-
"workbox-webpack-plugin": "5.1.4"
|
|
164
|
+
"workbox-webpack-plugin": "5.1.4",
|
|
165
|
+
"yarn": "^1.22.11"
|
|
165
166
|
},
|
|
166
167
|
"devDependencies": {
|
|
167
168
|
"@babel/core": "^7.21.0",
|
|
@@ -221,8 +222,12 @@
|
|
|
221
222
|
"tsconfig.json",
|
|
222
223
|
"tsconfig.paths.json"
|
|
223
224
|
],
|
|
225
|
+
"peerDependencies": {
|
|
226
|
+
"react": "*",
|
|
227
|
+
"react-dom": "*"
|
|
228
|
+
},
|
|
224
229
|
"publishConfig": {
|
|
225
230
|
"access": "public"
|
|
226
231
|
},
|
|
227
|
-
"gitHead": "
|
|
232
|
+
"gitHead": "63fb5004bb2e4f58767548999421b8c05ef16d6f"
|
|
228
233
|
}
|