Skip to content

Commit

Permalink
chore(sdk): Update libraries (#29571)
Browse files Browse the repository at this point in the history
### Proposed Changes
* Update libraries
  • Loading branch information
zJaaal authored Aug 13, 2024
1 parent 761ef08 commit 003b2bb
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions core-web/libs/sdk/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@dotcms/angular",
"version": "0.0.1-alpha.30",
"version": "0.0.1-alpha.31",
"peerDependencies": {
"@angular/common": "^17.1.0",
"@angular/core": "^17.1.0",
"@angular/router": "^17.1.0",
"@dotcms/client": "0.0.1-alpha.30",
"@dotcms/client": "0.0.1-alpha.31",
"@tinymce/tinymce-angular": "^8.0.0",
"rxjs": "^7.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion core-web/libs/sdk/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcms/client",
"version": "0.0.1-alpha.30",
"version": "0.0.1-alpha.31",
"type": "module",
"description": "Official JavaScript library for interacting with DotCMS REST APIs.",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions core-web/libs/sdk/experiments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcms/experiments",
"version": "0.0.1-alpha.30",
"version": "0.0.1-alpha.31",
"description": "Official JavaScript library to use Experiments with DotCMS.",
"repository": {
"type": "git",
Expand All @@ -25,6 +25,6 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@dotcms/client": "0.0.1-alpha.30"
"@dotcms/client": "0.0.1-alpha.31"
}
}
4 changes: 2 additions & 2 deletions core-web/libs/sdk/react/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@dotcms/react",
"version": "0.0.1-alpha.30",
"version": "0.0.1-alpha.31",
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@dotcms/client": "0.0.1-alpha.30"
"@dotcms/client": "0.0.1-alpha.31"
},
"description": "Official React Components library to render a dotCMS page.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion dotCMS/src/main/webapp/html/js/editor-js/sdk-editor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@angular/platform-browser": "^17.1.0",
"@angular/platform-browser-dynamic": "^17.1.0",
"@angular/router": "^17.1.0",
"@dotcms/client": "0.0.1-alpha.30",
"@dotcms/angular": "0.0.1-alpha.30",
"@dotcms/client": "0.0.1-alpha.31",
"@dotcms/angular": "0.0.1-alpha.31",
"@tinymce/tinymce-angular": "^8.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@dotcms/client": "0.0.1-alpha.30",
"@dotcms/react": "0.0.1-alpha.30",
"@dotcms/experiments": "0.0.1-alpha.30",
"@dotcms/client": "0.0.1-alpha.31",
"@dotcms/react": "0.0.1-alpha.31",
"@dotcms/experiments": "0.0.1-alpha.31",
"next": "14.1.1",
"react": "^18",
"react-dom": "^18"
Expand Down
2 changes: 1 addition & 1 deletion examples/vuejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"format": "prettier --write src/"
},
"dependencies": {
"@dotcms/client": "^0.0.1-alpha.30",
"@dotcms/client": "^0.0.1-alpha.31",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
Expand Down

0 comments on commit 003b2bb

Please sign in to comment.