Skip to content

Commit

Permalink
update examples version
Browse files Browse the repository at this point in the history
  • Loading branch information
rjvelazco committed Aug 29, 2024
1 parent 1f68b3e commit 70c207a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions examples/angular/package-lock.json

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 @@ -18,8 +18,8 @@
"@angular/platform-browser": "^17.1.0",
"@angular/platform-browser-dynamic": "^17.1.0",
"@angular/router": "^17.1.0",
"@dotcms/angular": "0.0.1-alpha.32",
"@dotcms/client": "0.0.1-alpha.32",
"@dotcms/angular": "0.0.1-alpha.33",
"@dotcms/client": "0.0.1-alpha.33",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.2"
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.32",
"@dotcms/react": "0.0.1-alpha.32",
"@dotcms/experiments": "0.0.1-alpha.32",
"@dotcms/client": "0.0.1-alpha.33",
"@dotcms/react": "0.0.1-alpha.33",
"@dotcms/experiments": "0.0.1-alpha.33",
"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.32",
"@dotcms/client": "^0.0.1-alpha.33",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
Expand Down

0 comments on commit 70c207a

Please sign in to comment.