Skip to content

Commit c9dd9de

Browse files
committed
chore: version bump
1 parent 1f73094 commit c9dd9de

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kyve/substrate",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"license": "MIT",
55
"scripts": {
66
"build": "rimraf dist && tsc",
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"pkg": "^5.7.0",
30-
"prettier": "^2.7.0",
30+
"prettier": "^2.7.1",
3131
"rimraf": "^3.0.2",
3232
"typescript": "^4.7.3",
3333
"webhook-discord": "^3.7.8"

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -580,9 +580,9 @@
580580
integrity sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==
581581

582582
"@types/node@*", "@types/node@>=13.7.0":
583-
version "17.0.43"
584-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.43.tgz#7f16898cdd791c9d64069000ad448b47b3ca8353"
585-
integrity sha512-jnUpgw8fL9kP2iszfIDyBQtw5Mf4/XSqy0Loc1J9pI14ejL83XcCEvSf50Gs/4ET0I9VCCDoOfufQysj0S66xA==
583+
version "18.0.0"
584+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.0.tgz#67c7b724e1bcdd7a8821ce0d5ee184d3b4dd525a"
585+
integrity sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==
586586

587587
"@types/node@10.12.18":
588588
version "10.12.18"
@@ -2049,10 +2049,10 @@ prelude-ls@~1.1.2:
20492049
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
20502050
integrity sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==
20512051

2052-
prettier@^2.7.0:
2053-
version "2.7.0"
2054-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.0.tgz#a4fdae07e5596c51c9857ea676cd41a0163879d6"
2055-
integrity sha512-nwoX4GMFgxoPC6diHvSwmK/4yU8FFH3V8XWtLQrbj4IBsK2pkYhG4kf/ljF/haaZ/aii+wNJqISrCDPgxGWDVQ==
2052+
prettier@^2.7.1:
2053+
version "2.7.1"
2054+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
2055+
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
20562056

20572057
process-nextick-args@~2.0.0:
20582058
version "2.0.1"

0 commit comments

Comments
 (0)