@griddo/cx 11.0.9 → 11.0.10-rc.0

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.
Files changed (1) hide show
  1. package/package.json +5 -18
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.9",
4
+ "version": "11.0.10-rc.0",
5
5
  "authors": [
6
6
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
7
7
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -55,17 +55,8 @@
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.9",
64
- "@svgr/webpack": "8.1.0",
58
+ "@griddo/core": "11.0.10-rc.0",
65
59
  "axios": "^1.7.4",
66
- "babel-loader": "9.1.3",
67
- "babel-plugin-transform-runtime": "^6.23.0",
68
- "babel-polyfill": "^6.26.0",
69
60
  "dotenv": "16.4.5",
70
61
  "esbuild": "^0.24.0",
71
62
  "eslint-plugin-import": "^2.0.0",
@@ -78,7 +69,6 @@
78
69
  "js2xmlparser": "5.0.0",
79
70
  "kleur": "^4.1.5",
80
71
  "p-limit": "^3.0.0",
81
- "path-browserify": "^1.0.1",
82
72
  "pkg-dir": "^5.0.0",
83
73
  "react": "18.2.0",
84
74
  "react-dom": "18.2.0",
@@ -101,11 +91,8 @@
101
91
  "eslint-plugin-react": "7.34.2",
102
92
  "jest": "^29.7.0",
103
93
  "prettier": "^3.3.3",
104
- "ts-jest": "^29.1.3"
105
- },
106
- "peerDependencies": {
107
- "react": "*",
108
- "react-dom": "*"
94
+ "ts-jest": "^29.1.3",
95
+ "tsx": "^4.10.5"
109
96
  },
110
97
  "engines": {
111
98
  "node": ">=20"
@@ -127,5 +114,5 @@
127
114
  "publishConfig": {
128
115
  "access": "public"
129
116
  },
130
- "gitHead": "5b1d8199d3fed51e32cf0f47e5c65210f6b1eeef"
117
+ "gitHead": "9cac91118d57e90bfe8a22b3806647eae0528d45"
131
118
  }