Skip to content

Commit 802e20d

Browse files
dependabot[bot]mento-valbayological
authored
chore(deps): bump viem from 2.21.44 to 2.47.1 in the production-deps group (#146)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Val <266855075+mento-val@users.noreply.github.com> Co-authored-by: Bayological <6872903+bayological@users.noreply.github.com>
1 parent 9bf40e4 commit 802e20d

File tree

3 files changed

+67
-69
lines changed

3 files changed

+67
-69
lines changed

.size-limit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"path": "dist/index.js",
4-
"limit": "210 kB"
4+
"limit": "300 kB"
55
},
66
{
77
"path": "dist/esm/index.js",

pnpm-lock.yaml

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

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"target": "ES2020",
44
"module": "CommonJS",
5-
"lib": ["ES2020", "DOM"],
5+
"lib": ["ES2022", "DOM"],
66
"declaration": true,
77
"declarationMap": true,
88
"sourceMap": true,

0 commit comments

Comments
 (0)