@griddo/core 11.2.5-rc.5 → 11.2.5-rc.6.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.
Files changed (1) hide show
  1. package/package.json +6 -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.2.5-rc.5",
5
+ "version": "11.2.5-rc.6.1",
6
6
  "authors": [
7
7
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
8
8
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -65,10 +65,8 @@
65
65
  },
66
66
  "dependencies": {
67
67
  "camelcase": "8.0.0",
68
- "jest-fetch-mock": "^3.0.3",
69
68
  "react-aspect-ratio": "1.1.8",
70
- "svgo": "3.3.2",
71
- "uuid": "8.3.2"
69
+ "svgo": "3.3.2"
72
70
  },
73
71
  "devDependencies": {
74
72
  "@babel/core": "7.26.0",
@@ -99,6 +97,7 @@
99
97
  "globals": "^16.0.0",
100
98
  "jest": "29.7.0",
101
99
  "jest-environment-jsdom": "29.7.0",
100
+ "jest-fetch-mock": "^3.0.3",
102
101
  "pkg-dir": "6.0.1",
103
102
  "postcss": "8.4.49",
104
103
  "prettier": "3.4.2",
@@ -107,7 +106,8 @@
107
106
  "rollup-plugin-postcss": "4.0.2",
108
107
  "rollup-plugin-preserve-shebang": "1.0.1",
109
108
  "ts-jest": "29.2.5",
110
- "typescript": "5.7.2"
109
+ "typescript": "5.7.2",
110
+ "uuid": "8.3.2"
111
111
  },
112
112
  "peerDependencies": {
113
113
  "@types/react": ">=18 <19",
@@ -128,5 +128,5 @@
128
128
  "publishConfig": {
129
129
  "access": "public"
130
130
  },
131
- "gitHead": "ab930d73beb786432310702aa6601babb3e72957"
131
+ "gitHead": "2f2f81d817a996b5a5c62d989e9588c9bb353885"
132
132
  }