@griddo/ax 11.0.16-rc.1 → 11.0.16-rc.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.
Files changed (1) hide show
  1. package/package.json +6 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@griddo/ax",
3
3
  "description": "Griddo Author Experience",
4
- "version": "11.0.16-rc.1",
4
+ "version": "11.0.16-rc.2",
5
5
  "authors": [
6
6
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
7
7
  "Carlos Torres <carlos.torres@secuoyas.com>",
@@ -54,10 +54,10 @@
54
54
  "@types/lodash.isequal": "^4.5.5",
55
55
  "@types/markdown-draft-js": "^2.2.2",
56
56
  "@types/node": "^20",
57
- "@types/react": "^18.0.1",
57
+ "@types/react": "18.2.0",
58
58
  "@types/react-beautiful-dnd": "^13.1.2",
59
59
  "@types/react-datepicker": "^3.1.1",
60
- "@types/react-dom": "^18.0.0",
60
+ "@types/react-dom": "18.2.0",
61
61
  "@types/react-draft-wysiwyg": "^1.13.1",
62
62
  "@types/react-redux": "^7.1.23",
63
63
  "@types/react-router-dom": "5.3.3",
@@ -120,10 +120,12 @@
120
120
  "postcss-normalize": "7.0.1",
121
121
  "postcss-preset-env": "6.7.0",
122
122
  "postcss-safe-parser": "^6.0.0",
123
+ "react": "18.2.0",
123
124
  "react-app-polyfill": "^1.0.4",
124
125
  "react-beautiful-dnd": "^13.1.0",
125
126
  "react-datepicker": "^3.2.2",
126
127
  "react-dev-utils": "^11.0.4",
128
+ "react-dom": "18.2.0",
127
129
  "react-draft-wysiwyg": "^1.14.5",
128
130
  "react-error-boundary": "4.0.13",
129
131
  "react-frame-component": "^5.2.1",
@@ -227,5 +229,5 @@
227
229
  "publishConfig": {
228
230
  "access": "public"
229
231
  },
230
- "gitHead": "e837ccb3810eb08ccd8f6644a119ce9e7f21247b"
232
+ "gitHead": "fb107c26f08ce47221648764611870ea2fa43a7c"
231
233
  }