@griddo/core 11.0.18-alpha.0 → 11.0.18-alpha.2
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 +8 -6
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.18-alpha.
|
|
5
|
+
"version": "11.0.18-alpha.2",
|
|
6
6
|
"authors": [
|
|
7
7
|
"Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
|
|
8
8
|
"Diego M. Béjar <diego.bejar@secuoyas.com>",
|
|
@@ -74,8 +74,6 @@
|
|
|
74
74
|
"@rollup/plugin-replace": "6.0.1",
|
|
75
75
|
"@rollup/plugin-terser": "0.4.4",
|
|
76
76
|
"@rollup/plugin-typescript": "9.0.2",
|
|
77
|
-
"@types/react": "18.2.0",
|
|
78
|
-
"@types/react-dom": "18.2.0",
|
|
79
77
|
"@typescript-eslint/eslint-plugin": "7.18.0",
|
|
80
78
|
"@typescript-eslint/parser": "7.18.0",
|
|
81
79
|
"babel-core": "6.26.3",
|
|
@@ -94,8 +92,6 @@
|
|
|
94
92
|
"pkg-dir": "6.0.1",
|
|
95
93
|
"postcss": "8.4.49",
|
|
96
94
|
"prettier": "3.4.2",
|
|
97
|
-
"react": "18.2.0",
|
|
98
|
-
"react-dom": "18.2.0",
|
|
99
95
|
"rollup": "3.29.5",
|
|
100
96
|
"rollup-plugin-local-resolve": "1.0.7",
|
|
101
97
|
"rollup-plugin-postcss": "4.0.2",
|
|
@@ -103,6 +99,12 @@
|
|
|
103
99
|
"ts-jest": "29.2.5",
|
|
104
100
|
"typescript": "5.7.2"
|
|
105
101
|
},
|
|
102
|
+
"peerDependencies": {
|
|
103
|
+
"@types/react": ">=18 <19",
|
|
104
|
+
"@types/react-dom": ">=18 <19",
|
|
105
|
+
"react": ">=18 <19",
|
|
106
|
+
"react-dom": ">=18 <19"
|
|
107
|
+
},
|
|
106
108
|
"engines": {
|
|
107
109
|
"node": ">=20"
|
|
108
110
|
},
|
|
@@ -116,5 +118,5 @@
|
|
|
116
118
|
"publishConfig": {
|
|
117
119
|
"access": "public"
|
|
118
120
|
},
|
|
119
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "f14ead144d35aab2bad62fef043c4a9c1de845ec"
|
|
120
122
|
}
|