@griddo/cx 11.0.20 → 11.0.21
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/build/end-render.js +21 -21
- package/build/end-render.js.map +4 -4
- package/build/index.js +27 -27
- package/build/index.js.map +4 -4
- package/build/react/index.js +3 -3
- package/build/reset-render.js +22 -22
- package/build/reset-render.js.map +4 -4
- package/build/run-start-render.js +26 -26
- package/build/run-start-render.js.map +4 -4
- package/build/start-render.js +26 -26
- package/build/start-render.js.map +4 -4
- package/build/upload-search-content.js +22 -22
- package/build/upload-search-content.js.map +4 -4
- package/package.json +42 -43
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.
|
|
4
|
+
"version": "11.0.21",
|
|
5
5
|
"authors": [
|
|
6
6
|
"Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
|
|
7
7
|
"Diego M. Béjar <diego.bejar@secuoyas.com>",
|
|
@@ -55,57 +55,56 @@
|
|
|
55
55
|
"run:format": "prettier --write ."
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@babel/core": "7.
|
|
59
|
-
"@babel/plugin-transform-class-properties": "
|
|
60
|
-
"@babel/preset-env": "7.
|
|
61
|
-
"@babel/preset-react": "7.
|
|
62
|
-
"@babel/preset-typescript": "7.
|
|
63
|
-
"@griddo/core": "11.0.
|
|
64
|
-
"@svgr/webpack": "
|
|
65
|
-
"axios": "
|
|
66
|
-
"babel-loader": "9.1
|
|
67
|
-
"babel-plugin-transform-runtime": "
|
|
68
|
-
"babel-polyfill": "
|
|
58
|
+
"@babel/core": "7.26.0",
|
|
59
|
+
"@babel/plugin-transform-class-properties": "7.25.9",
|
|
60
|
+
"@babel/preset-env": "7.26.0",
|
|
61
|
+
"@babel/preset-react": "7.26.3",
|
|
62
|
+
"@babel/preset-typescript": "7.26.0",
|
|
63
|
+
"@griddo/core": "11.0.21",
|
|
64
|
+
"@svgr/webpack": "5.5.0",
|
|
65
|
+
"axios": "1.7.9",
|
|
66
|
+
"babel-loader": "9.2.1",
|
|
67
|
+
"babel-plugin-transform-runtime": "6.23.0",
|
|
68
|
+
"babel-polyfill": "6.26.0",
|
|
69
69
|
"dotenv": "16.4.5",
|
|
70
|
-
"esbuild": "
|
|
71
|
-
"eslint-plugin-import": "
|
|
72
|
-
"eslint-plugin-no-array-reduce": "
|
|
73
|
-
"find-up": "
|
|
70
|
+
"esbuild": "0.24.0",
|
|
71
|
+
"eslint-plugin-import": "2.31.0",
|
|
72
|
+
"eslint-plugin-no-array-reduce": "1.0.62",
|
|
73
|
+
"find-up": "5.0.0",
|
|
74
74
|
"fs-extra": "11.2.0",
|
|
75
|
-
"gatsby": "
|
|
76
|
-
"gatsby-plugin-svgr-loader": "
|
|
77
|
-
"html-react-parser": "5.
|
|
75
|
+
"gatsby": "5.14.0",
|
|
76
|
+
"gatsby-plugin-svgr-loader": "0.1.0",
|
|
77
|
+
"html-react-parser": "5.2.0",
|
|
78
78
|
"js2xmlparser": "5.0.0",
|
|
79
|
-
"kleur": "
|
|
80
|
-
"p-limit": "
|
|
81
|
-
"path-browserify": "
|
|
82
|
-
"pkg-dir": "
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"typescript": "^5.5.3"
|
|
79
|
+
"kleur": "4.1.5",
|
|
80
|
+
"p-limit": "3.1.0",
|
|
81
|
+
"path-browserify": "1.0.1",
|
|
82
|
+
"pkg-dir": "5.0.0",
|
|
83
|
+
"typescript": "5.7.2",
|
|
84
|
+
"webpack": "5.76.1"
|
|
86
85
|
},
|
|
87
86
|
"devDependencies": {
|
|
88
|
-
"@types/cheerio": "
|
|
87
|
+
"@types/cheerio": "0.22.35",
|
|
89
88
|
"@types/eslint": "8.56.10",
|
|
90
89
|
"@types/fs-extra": "11.0.4",
|
|
91
|
-
"@types/jest": "
|
|
92
|
-
"@types/node": "
|
|
93
|
-
"@types/react": "18.2.0",
|
|
94
|
-
"@types/react-dom": "18.2.0",
|
|
90
|
+
"@types/jest": "29.5.14",
|
|
91
|
+
"@types/node": "20.17.10",
|
|
95
92
|
"@types/webpack": "5.28.5",
|
|
96
|
-
"@typescript-eslint/eslint-plugin": "
|
|
97
|
-
"@typescript-eslint/parser": "
|
|
98
|
-
"cheerio": "
|
|
99
|
-
"eslint": "
|
|
100
|
-
"eslint-plugin-node": "
|
|
101
|
-
"eslint-plugin-react": "7.
|
|
102
|
-
"jest": "
|
|
103
|
-
"prettier": "
|
|
104
|
-
"ts-jest": "
|
|
93
|
+
"@typescript-eslint/eslint-plugin": "7.18.0",
|
|
94
|
+
"@typescript-eslint/parser": "7.18.0",
|
|
95
|
+
"cheerio": "1.0.0",
|
|
96
|
+
"eslint": "8.57.1",
|
|
97
|
+
"eslint-plugin-node": "11.1.0",
|
|
98
|
+
"eslint-plugin-react": "7.37.2",
|
|
99
|
+
"jest": "29.7.0",
|
|
100
|
+
"prettier": "3.4.2",
|
|
101
|
+
"ts-jest": "29.2.5"
|
|
105
102
|
},
|
|
106
103
|
"peerDependencies": {
|
|
107
|
-
"react": "
|
|
108
|
-
"react-dom": "
|
|
104
|
+
"@types/react": ">=18 <19",
|
|
105
|
+
"@types/react-dom": ">=18 <19",
|
|
106
|
+
"react": ">=18 <19",
|
|
107
|
+
"react-dom": ">=18 <19"
|
|
109
108
|
},
|
|
110
109
|
"engines": {
|
|
111
110
|
"node": ">=20"
|
|
@@ -127,5 +126,5 @@
|
|
|
127
126
|
"publishConfig": {
|
|
128
127
|
"access": "public"
|
|
129
128
|
},
|
|
130
|
-
"gitHead": "
|
|
129
|
+
"gitHead": "fe8a800d8704c7d366e8b5cc82da08fea597086f"
|
|
131
130
|
}
|