@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/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.20",
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.24.7",
59
- "@babel/plugin-transform-class-properties": "^7.24.1",
60
- "@babel/preset-env": "7.24.7",
61
- "@babel/preset-react": "7.24.7",
62
- "@babel/preset-typescript": "7.24.7",
63
- "@griddo/core": "11.0.20",
64
- "@svgr/webpack": "8.1.0",
65
- "axios": "^1.7.4",
66
- "babel-loader": "9.1.3",
67
- "babel-plugin-transform-runtime": "^6.23.0",
68
- "babel-polyfill": "^6.26.0",
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": "^0.24.0",
71
- "eslint-plugin-import": "^2.0.0",
72
- "eslint-plugin-no-array-reduce": "^1.0.62",
73
- "find-up": "^5.0.0",
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": "^5.0.0",
76
- "gatsby-plugin-svgr-loader": "^0.1.0",
77
- "html-react-parser": "5.1.10",
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": "^4.1.5",
80
- "p-limit": "^3.0.0",
81
- "path-browserify": "^1.0.1",
82
- "pkg-dir": "^5.0.0",
83
- "react": "18.2.0",
84
- "react-dom": "18.2.0",
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": "^0.22.35",
87
+ "@types/cheerio": "0.22.35",
89
88
  "@types/eslint": "8.56.10",
90
89
  "@types/fs-extra": "11.0.4",
91
- "@types/jest": "^29.5.12",
92
- "@types/node": "^20",
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": "^7.15.0",
97
- "@typescript-eslint/parser": "^7.15.0",
98
- "cheerio": "^1.0.0",
99
- "eslint": "^8.0.0",
100
- "eslint-plugin-node": "^11.1.0",
101
- "eslint-plugin-react": "7.34.2",
102
- "jest": "^29.7.0",
103
- "prettier": "^3.3.3",
104
- "ts-jest": "^29.1.3"
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": "0fbed6734ed008044d435f2b5e4587563445cf1c"
129
+ "gitHead": "fe8a800d8704c7d366e8b5cc82da08fea597086f"
131
130
  }