@griddo/ax 1.60.0 → 1.60.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 +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@griddo/ax",
|
|
3
3
|
"description": "Griddo Author Experience",
|
|
4
|
-
"version": "1.60.
|
|
4
|
+
"version": "1.60.1",
|
|
5
5
|
"authors": [
|
|
6
6
|
"Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
|
|
7
7
|
"Carlos Torres <carlos.torres@secuoyas.com>",
|
|
@@ -88,6 +88,7 @@
|
|
|
88
88
|
"fs-extra": "7.0.1",
|
|
89
89
|
"html-webpack-plugin": "4.5.0",
|
|
90
90
|
"identity-obj-proxy": "3.0.0",
|
|
91
|
+
"ignore-loader": "^0.1.2",
|
|
91
92
|
"is-wsl": "^1.1.0",
|
|
92
93
|
"jest": "24.9.0",
|
|
93
94
|
"jest-environment-jsdom-fourteen": "0.1.0",
|
|
@@ -154,7 +155,6 @@
|
|
|
154
155
|
"eslint-plugin-prettier": "^3.4.0",
|
|
155
156
|
"eslint-plugin-react": "7.14.3",
|
|
156
157
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
157
|
-
"ignore-loader": "^0.1.2",
|
|
158
158
|
"prettier": "^2.3.0",
|
|
159
159
|
"react-test-render": "1.1.2"
|
|
160
160
|
},
|
|
@@ -242,5 +242,5 @@
|
|
|
242
242
|
"publishConfig": {
|
|
243
243
|
"access": "public"
|
|
244
244
|
},
|
|
245
|
-
"gitHead": "
|
|
245
|
+
"gitHead": "d37f3c7acff4de68ee2929a134800c95b1deb4cd"
|
|
246
246
|
}
|