Skip to content

Commit

Permalink
fix: update dependency @dword-design/functions to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 14, 2024
1 parent 5f04241 commit 0f05b20
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/core": "^7.13.10",
"@dword-design/functions": "^4.0.0"
"@dword-design/functions": "^6.0.0"
},
"devDependencies": {
"@dword-design/base": "^9.5.7",
Expand Down
15 changes: 15 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,16 @@
lodash "^4.17.15"
tinycolor2 "^1.4.1"

"@dword-design/functions@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@dword-design/functions/-/functions-6.0.0.tgz#e2bdbf4b813f4dad9fb17596314d6e7b8a039723"
integrity sha512-22X9eviXAbaz8xdYrp5Tj6KjDPiT+m3fppAP+wEqA3gecAlCyExABesA1bEZ57aXrXrbhNk88M8PvdAO/PLg3A==
dependencies:
"@dword-design/endent" "^1.0.0"
delay "^6.0.0"
lodash "^4.17.15"
tinycolor2 "^1.4.1"

"@dword-design/jiti-babel-transform@^1.0.7":
version "1.0.13"
resolved "https://registry.yarnpkg.com/@dword-design/jiti-babel-transform/-/jiti-babel-transform-1.0.13.tgz#3069ffe580838c8730e2d803a83e4881051aece9"
Expand Down Expand Up @@ -4056,6 +4066,11 @@ delay@^5.0.0:
resolved "https://registry.yarnpkg.com/delay/-/delay-5.0.0.tgz#137045ef1b96e5071060dd5be60bf9334436bd1d"
integrity sha512-ReEBKkIfe4ya47wlPYf/gu5ib6yUG0/Aez0JQZQz94kiWtRQvZIQbTiehsnwHvLSWJnQdhVeqYue7Id1dKr0qw==

delay@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/delay/-/delay-6.0.0.tgz#43749aefdf6cabd9e17b0d00bd3904525137e607"
integrity sha512-2NJozoOHQ4NuZuVIr5CWd0iiLVIRSDepakaovIN+9eIDHEhdCAEvSy2cuf1DCrPPQLvHmbqTHODlhHg8UCy4zw==

delegates@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
Expand Down

0 comments on commit 0f05b20

Please sign in to comment.