Skip to content

Commit 3976d1c

Browse files
fix(deps): update dependency @devprotocol/hashi to v2.3.1
1 parent 64c8fa8 commit 3976d1c

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"typecheck": "tsc"
1616
},
1717
"dependencies": {
18-
"@devprotocol/hashi": "2.2.2",
18+
"@devprotocol/hashi": "2.3.1",
1919
"@docusaurus/core": "2.4.3",
2020
"@docusaurus/preset-classic": "2.4.3",
2121
"@mdx-js/react": "3.0.1",

docs/pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,10 +1225,10 @@
12251225
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
12261226
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
12271227

1228-
"@devprotocol/hashi@2.2.2":
1229-
version "2.2.2"
1230-
resolved "https://registry.yarnpkg.com/@devprotocol/hashi/-/hashi-2.2.2.tgz#42475b5464df7a8201f26c3fa07ceff28af2f64f"
1231-
integrity sha512-xch6D6KX6Ht7KG1J1V4xS6PbacTM2kLAhbvTXThBduTQDKw+iKE9EojWaQxMU1HdF/Uiq/5lU5/kDmwFG8JxSw==
1228+
"@devprotocol/hashi@2.3.1":
1229+
version "2.3.1"
1230+
resolved "https://registry.yarnpkg.com/@devprotocol/hashi/-/hashi-2.3.1.tgz#e73b1fb74a3a040986e30c59e8f62c836848e351"
1231+
integrity sha512-LKsU0N1l3tN6btp3zz8KKEtEsKMK+HVzFttuEAs1nUT0ZY3WfdchD9T5Z8dhArbucZ29vZ/HjkM/GICila8ikQ==
12321232
dependencies:
12331233
"@matteusan/sentro" "0.1.25"
12341234

packages/themes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"author": "Matteu",
88
"license": "MIT",
99
"dependencies": {
10-
"@devprotocol/hashi": "2.2.2"
10+
"@devprotocol/hashi": "2.3.1"
1111
}
1212
}

packages/themes/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@devprotocol/hashi@2.2.2":
6-
version "2.2.2"
7-
resolved "https://registry.yarnpkg.com/@devprotocol/hashi/-/hashi-2.2.2.tgz#42475b5464df7a8201f26c3fa07ceff28af2f64f"
8-
integrity sha512-xch6D6KX6Ht7KG1J1V4xS6PbacTM2kLAhbvTXThBduTQDKw+iKE9EojWaQxMU1HdF/Uiq/5lU5/kDmwFG8JxSw==
5+
"@devprotocol/hashi@2.3.1":
6+
version "2.3.1"
7+
resolved "https://registry.yarnpkg.com/@devprotocol/hashi/-/hashi-2.3.1.tgz#e73b1fb74a3a040986e30c59e8f62c836848e351"
8+
integrity sha512-LKsU0N1l3tN6btp3zz8KKEtEsKMK+HVzFttuEAs1nUT0ZY3WfdchD9T5Z8dhArbucZ29vZ/HjkM/GICila8ikQ==
99
dependencies:
1010
"@matteusan/sentro" "0.1.25"
1111

0 commit comments

Comments
 (0)