@dotcms/react 1.0.0 → 1.0.2-next.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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -25,6 +25,7 @@ The `@dotcms/react` SDK is the DotCMS official React library. It empowers React
25
25
  - [Debugging Tips](#debugging-tips)
26
26
  - [Version Compatibility](#version-compatibility)
27
27
  - [Still Having Issues?](#still-having-issues)
28
+ - [Migration from Alpha to 1.0.X](./MIGRATION.md)
28
29
  - [dotCMS Support](#dotcms-support)
29
30
  - [How To Contribute](#how-to-contribute)
30
31
  - [Licensing Information](#licensing-information)
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@dotcms/react",
3
- "version": "1.0.0",
3
+ "version": "1.0.2-next.1",
4
4
  "peerDependencies": {
5
5
  "react": ">=18",
6
- "react-dom": ">=18",
7
- "@dotcms/uve": "^1.0.0",
8
- "@dotcms/client": "^1.0.0"
6
+ "react-dom": ">=18"
9
7
  },
10
8
  "dependencies": {
9
+ "@dotcms/uve": "latest",
10
+ "@dotcms/client": "latest",
11
11
  "@tinymce/tinymce-react": "6.2.1"
12
12
  },
13
13
  "devDependencies": {
@@ -51,4 +51,4 @@
51
51
  "type": "module",
52
52
  "main": "./index.esm.js",
53
53
  "types": "./index.esm.d.ts"
54
- }
54
+ }