Skip to content

Commit

Permalink
chore: bump @uploadcare/blocks to 0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Jul 24, 2023
1 parent 242f0be commit cc820af
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 18 deletions.
2 changes: 1 addition & 1 deletion examples/angular-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "~16.1.3",
"@angular/platform-browser-dynamic": "~16.1.3",
"@angular/router": "~16.1.3",
"@uploadcare/blocks": "0.25.0",
"@uploadcare/blocks": "0.25.1",
"@uploadcare/upload-client": "^6.6.1",
"rxjs": "~7.8.1",
"tslib": "^2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"vite": "^4.2.1"
},
"dependencies": {
"@uploadcare/blocks": "0.25.0"
"@uploadcare/blocks": "0.25.1"
}
}
2 changes: 1 addition & 1 deletion examples/react-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@uploadcare/blocks": "0.25.0",
"@uploadcare/blocks": "0.25.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"svelte": "^3.58.0"
},
"dependencies": {
"@uploadcare/blocks": "0.25.0",
"@uploadcare/blocks": "0.25.1",
"sirv-cli": "^2.0.2"
}
}
2 changes: 1 addition & 1 deletion examples/vue-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@uploadcare/blocks": "0.25.0",
"@uploadcare/blocks": "0.25.1",
"core-js": "^3.30.0",
"vue": "^3.2.47"
},
Expand Down
29 changes: 16 additions & 13 deletions package-lock.json

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

0 comments on commit cc820af

Please sign in to comment.