From 4b19f38a288b7006be74569cbfa0c663cfaddc3c Mon Sep 17 00:00:00 2001 From: builder_247 <14019974+builder-247@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:01:54 +0300 Subject: [PATCH] bump dc --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 232fe70262..3029b67108 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "ace-builds": "^1.4.7", "core-js": "^3.6.4", "dota2-emoticons": "^1.0.3", - "dotaconstants": "github:builder-247/dotaconstants#facets", + "dotaconstants": "^8.8.0", "fuzzy": "^0.1.3", "heatmap.js": "github:muyao1987/heatmap.js", "history": "^4.10.1", @@ -5880,9 +5880,9 @@ "integrity": "sha512-arwwgkRRsbTnfkHJWCIkSijmd5BcVwNrBCU2I1QXN1bQ557+/Ikmgs9d6HZnA1QvIlkM6M79SdermOvg9Z01Hw==" }, "node_modules/dotaconstants": { - "version": "8.7.0", - "resolved": "git+ssh://git@github.com/builder-247/dotaconstants.git#8ea494017c5e43c96a7c296ba9aa419a02e402f3", - "license": "MIT" + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/dotaconstants/-/dotaconstants-8.8.0.tgz", + "integrity": "sha512-S+jMGAITrb6kN3RNdjGJRwWjnTDdPGhx8MppGOP2nTd02OCgiChljG8ULCqP8zwBzBWWPI0PWTXY31a2ImXKSw==" }, "node_modules/ecdsa-sig-formatter": { "version": "1.0.11", @@ -17285,8 +17285,9 @@ "integrity": "sha512-arwwgkRRsbTnfkHJWCIkSijmd5BcVwNrBCU2I1QXN1bQ557+/Ikmgs9d6HZnA1QvIlkM6M79SdermOvg9Z01Hw==" }, "dotaconstants": { - "version": "git+ssh://git@github.com/builder-247/dotaconstants.git#8ea494017c5e43c96a7c296ba9aa419a02e402f3", - "from": "dotaconstants@builder-247/dotaconstants#facets" + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/dotaconstants/-/dotaconstants-8.8.0.tgz", + "integrity": "sha512-S+jMGAITrb6kN3RNdjGJRwWjnTDdPGhx8MppGOP2nTd02OCgiChljG8ULCqP8zwBzBWWPI0PWTXY31a2ImXKSw==" }, "ecdsa-sig-formatter": { "version": "1.0.11", diff --git a/package.json b/package.json index d2ef21b361..baba9ec768 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "ace-builds": "^1.4.7", "core-js": "^3.6.4", "dota2-emoticons": "^1.0.3", - "dotaconstants": "github:builder-247/dotaconstants#facets", + "dotaconstants": "^8.8.0", "fuzzy": "^0.1.3", "heatmap.js": "github:muyao1987/heatmap.js", "history": "^4.10.1",