πŸš€ Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more β†’
Sign In

@dotcms/react

Package Overview
Dependencies
Maintainers
1
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotcms/react - npm Package Compare versions

Comparing version
0.0.1-beta.40
to
0.0.1-beta.41
+7
-5
package.json
{
"name": "@dotcms/react",
"version": "0.0.1-beta.40",
"version": "0.0.1-beta.41",
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@dotcms/client": "0.0.1-beta.40",
"@dotcms/uve": "0.0.1-beta.40",
"@tinymce/tinymce-react": "^6.0.0"
"react-dom": ">=18"
},
"dependencies": {
"@dotcms/uve": "next",
"@dotcms/client": "next",
"@tinymce/tinymce-react": "6.2.1"
},
"devDependencies": {

@@ -12,0 +14,0 @@ "@dotcms/types": "next"

@@ -81,5 +81,9 @@ # dotCMS React SDK

```bash
npm install @dotcms/react@next @dotcms/uve@next @dotcms/client@next @dotcms/types@next @tinymce/tinymce-react
npm install @dotcms/react@next
```
This will automatically install the required dependencies:
- `@dotcms/uve`: Enables interaction with the [Universal Visual Editor](https://dev.dotcms.com/docs/uve-headless-config) for real-time content editing
- `@dotcms/client`: Provides the core client functionality for fetching and managing dotCMS data
### dotCMS Client Configuration

@@ -86,0 +90,0 @@