Skip to content

Commit

Permalink
🔁 Bump Dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Sep 7, 2024
1 parent 98feb74 commit 0a75e55
Show file tree
Hide file tree
Showing 5 changed files with 285 additions and 198 deletions.
10 changes: 5 additions & 5 deletions interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@
"dependencies": {
"@headlessui/react": "^2.1.5",
"@heroicons/react": "^2.1.5",
"next": "^14.2.7",
"next": "^14.2.8",
"next-themes": "^0.3.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@next/eslint-plugin-next": "^14.2.7",
"@eslint/js": "^9.10.0",
"@next/eslint-plugin-next": "^14.2.8",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^22.5.3",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.7",
"eslint-config-next": "^14.2.8",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"next-seo": "^6.6.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/openzeppelin-contracts
2 changes: 1 addition & 1 deletion lib/solady
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@
"start:interface": "cd interface && pnpm start"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@eslint/js": "^9.10.0",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-verify": "^2.0.10",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"ethers": "^6.13.2",
"hardhat": "^2.22.10",
Expand Down
Loading

0 comments on commit 0a75e55

Please sign in to comment.