Skip to content

Commit f9b0745

Browse files
committedNov 7, 2023
chore(deps): bump web3 deps
1 parent d6697d8 commit f9b0745

File tree

3 files changed

+789
-881
lines changed

3 files changed

+789
-881
lines changed
 

‎apps/app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0",
1717
"ui": "*",
18-
"viem": "^1.16.4",
19-
"wagmi": "^1.4.3"
18+
"viem": "^1.18.8",
19+
"wagmi": "^1.4.5"
2020
},
2121
"devDependencies": {
2222
"@types/lodash": "^4.14.199",
@@ -31,4 +31,4 @@
3131
"tsconfig": "*",
3232
"typescript": "5.0.4"
3333
}
34-
}
34+
}

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"prettier": "prettier --write \"**/*.{ts,tsx,md}\""
1111
},
1212
"devDependencies": {
13-
"@turbo/gen": "^1.9.7",
14-
"eslint": "^7.32.0",
13+
"@turbo/gen": "^1.10.16",
14+
"eslint": "^8.53.0",
1515
"eslint-config-custom": "*",
1616
"prettier": "^3.0.3",
17-
"prettier-plugin-tailwindcss": "^0.5.4",
18-
"turbo": "^1.10.14"
17+
"prettier-plugin-tailwindcss": "^0.5.6",
18+
"turbo": "^1.10.16"
1919
},
2020
"packageManager": "yarn@1.22.15",
2121
"workspaces": [
2222
"apps/*",
2323
"packages/*"
2424
]
25-
}
25+
}

‎yarn.lock

+781-873
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.