Skip to content

Commit cbac803

Browse files
authored
🔁 Update All Dependencies (#55)
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
1 parent 6192e30 commit cbac803

File tree

6 files changed

+96
-94
lines changed

6 files changed

+96
-94
lines changed

hardhat.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,8 @@ const config: HardhatUserConfig = {
451451
sourcify: {
452452
// Enable Sourcify verification by default
453453
enabled: true,
454+
apiUrl: "https://sourcify.dev/server",
455+
browserUrl: "https://repo.sourcify.dev",
454456
},
455457
etherscan: {
456458
apiKey: {

interface/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@headlessui/react": "^1.7.17",
34-
"@heroicons/react": "^2.0.18",
34+
"@heroicons/react": "^2.1.1",
3535
"next": "14.0.4",
3636
"next-themes": "^0.2.1",
3737
"prismjs": "^1.29.0",
@@ -51,7 +51,7 @@
5151
"postcss": "8.4.32",
5252
"prettier": "^3.1.1",
5353
"prettier-plugin-tailwindcss": "^0.5.9",
54-
"tailwindcss": "3.3.6",
54+
"tailwindcss": "3.3.7",
5555
"typescript": "5.3.3"
5656
}
5757
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@
117117
},
118118
"devDependencies": {
119119
"@nomicfoundation/hardhat-ethers": "^3.0.5",
120-
"@nomicfoundation/hardhat-verify": "^2.0.2",
120+
"@nomicfoundation/hardhat-verify": "^2.0.3",
121121
"@typechain/ethers-v6": "^0.5.1",
122122
"@typechain/hardhat": "^9.1.0",
123-
"@typescript-eslint/eslint-plugin": "^6.14.0",
124-
"@typescript-eslint/parser": "^6.14.0",
123+
"@typescript-eslint/eslint-plugin": "^6.15.0",
124+
"@typescript-eslint/parser": "^6.15.0",
125125
"eslint": "^8.56.0",
126126
"eslint-config-prettier": "^9.1.0",
127127
"ethers": "^6.9.0",
128-
"hardhat": "^2.19.2",
128+
"hardhat": "^2.19.3",
129129
"hardhat-abi-exporter": "^2.10.1",
130130
"hardhat-contract-sizer": "^2.10.0",
131131
"hardhat-gas-reporter": "^1.0.9",

0 commit comments

Comments
 (0)