@griddo/core 11.0.12-rc.0 → 11.0.12-rc.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 +2 -4
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@griddo/core",
|
|
3
3
|
"description": "Reload version of Griddo Core",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
|
-
"version": "11.0.12-rc.
|
|
5
|
+
"version": "11.0.12-rc.1",
|
|
6
6
|
"authors": [
|
|
7
7
|
"Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
|
|
8
8
|
"Diego M. Béjar <diego.bejar@secuoyas.com>",
|
|
@@ -86,8 +86,6 @@
|
|
|
86
86
|
"pkg-dir": "^6.0.0",
|
|
87
87
|
"postcss": "^8.2.6",
|
|
88
88
|
"prettier": "^3.3.2",
|
|
89
|
-
"react": "18.2.0",
|
|
90
|
-
"react-dom": "18.2.0",
|
|
91
89
|
"rollup": "^3.18.0",
|
|
92
90
|
"rollup-plugin-babel": "^4.4.0",
|
|
93
91
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
@@ -110,5 +108,5 @@
|
|
|
110
108
|
"publishConfig": {
|
|
111
109
|
"access": "public"
|
|
112
110
|
},
|
|
113
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "21517bd2bc36e1023ec1f03306112e74feb4fa45"
|
|
114
112
|
}
|