Skip to content

Commit 68e0585

Browse files
fix(deps): update dependency dictionary-types to v3 (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 879a41e commit 68e0585

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"node": "^14 || ^16 || >=18"
2727
},
2828
"dependencies": {
29-
"dictionary-types": "^1.2.0 || ^2.0.0",
29+
"dictionary-types": "^1.2.0 || ^2.0.0 || ^3.0.0",
3030
"tslib": "2.4.1"
3131
},
3232
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1749,10 +1749,10 @@ dezalgo@^1.0.0:
17491749
asap "^2.0.0"
17501750
wrappy "1"
17511751

1752-
"dictionary-types@^1.2.0 || ^2.0.0":
1753-
version "2.0.1"
1754-
resolved "https://registry.yarnpkg.com/dictionary-types/-/dictionary-types-2.0.1.tgz#9f0b9b4bcde6237e241bcd7ea1d255be450f6e22"
1755-
integrity sha512-oGwLOZSgaS8JDIbe42MCTZ+/IUFLaSxfZ1agSwCojz+9K2MxnnAY/YPoKTGHawxnLKCHHN2bQDrP271Glpf7jA==
1752+
"dictionary-types@^1.2.0 || ^2.0.0 || ^3.0.0":
1753+
version "3.0.0"
1754+
resolved "https://registry.yarnpkg.com/dictionary-types/-/dictionary-types-3.0.0.tgz#55e17fd87bf61053a660ae7cedc26d211b4b22aa"
1755+
integrity sha512-Wb0hqm1sCr0eCvy6VzBD892PDO4WTQn9Q2eWG8xUQ7lldb7w3oaR81gZLjB5VADlNIU9ICKPcj9atY7VNpToTg==
17561756

17571757
diff@^4.0.1:
17581758
version "4.0.2"

0 commit comments

Comments
 (0)