Skip to content

Commit

Permalink
chore: update cli and sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ingmar-stipriaan committed Jan 2, 2025
1 parent 13397f4 commit c4c1f62
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "UNLICENSED",
"private": false,
"devDependencies": {
"@betty-blocks/cli": "^25.100.0",
"@betty-blocks/cli": "^25.102.0",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-angular": "^16.0.0",
"@semantic-release/changelog": "^6.0.1",
Expand Down Expand Up @@ -57,7 +57,7 @@
"dist"
],
"dependencies": {
"@betty-blocks/component-sdk": "^1.86.0",
"@betty-blocks/component-sdk": "^1.86.1",
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.9.11",
"@material-ui/icons": "^4.11.2",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@
"@babel/helper-validator-identifier" "^7.22.5"
to-fast-properties "^2.0.0"

"@betty-blocks/cli@^25.100.0":
version "25.100.0"
resolved "https://registry.yarnpkg.com/@betty-blocks/cli/-/cli-25.100.0.tgz#c037d28d512d6073f62ee3473573d17def99d477"
integrity sha512-hHTVX4NeLHYa5lHb3nFYUJcmfcX9hPh6oH/F+s5uhBnqOMnYdJYgVAln/qHlXrGK+Im6EKvENy++8/M61o3W6g==
"@betty-blocks/cli@^25.102.0":
version "25.102.0"
resolved "https://registry.yarnpkg.com/@betty-blocks/cli/-/cli-25.102.0.tgz#50a2746cfebe79aab97635138aef00b82bc70c79"
integrity sha512-WNDtYMxJG7QRR1lylIxdz1yS8jsaGpPrEq0KOGRD0uPbdV3+SL1siGcttsFvPszonuH/rMrt5CuKZzmTZ3+d3w==
dependencies:
"@azure/ms-rest-js" "^2.0.4"
"@azure/storage-blob" "^10.3.0"
Expand Down Expand Up @@ -196,10 +196,10 @@
optionalDependencies:
isolated-vm "^4.0.0"

"@betty-blocks/component-sdk@^1.86.0":
version "1.86.0"
resolved "https://registry.yarnpkg.com/@betty-blocks/component-sdk/-/component-sdk-1.86.0.tgz#761da52567c01ea5285edb474596fae00ad840e0"
integrity sha512-2jZMjxSunK/n6/54aXz++bPgoZqKtyykcorli6DzkScnrrNmsPcKv2WBuhjfExO8y+s47qRHywwdpho3IOE7uw==
"@betty-blocks/component-sdk@^1.86.1":
version "1.86.1"
resolved "https://registry.yarnpkg.com/@betty-blocks/component-sdk/-/component-sdk-1.86.1.tgz#f6d3a8bfafa92e99145ad26fb8826eaa941867b0"
integrity sha512-ClXiRk4ihbocKOrr5pvBCD3qwW3jQkUmKLTYKM6FnVEwTHB3Sw1PoekIMdYTmHIhhG755ICTJJHELXdd4nLydw==

"@colors/colors@1.5.0":
version "1.5.0"
Expand Down

0 comments on commit c4c1f62

Please sign in to comment.