Skip to content

Commit

Permalink
🔁 Bump Dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Nov 7, 2024
1 parent 2b5ffff commit 3f0b0bf
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 84 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Factory smart contract to make easier and safer usage of the [`CREATE`](https://
- [Test Coverage](#test-coverage)
- [ABI (Application Binary Interface)](#abi-application-binary-interface)
- [New Deployment(s)](#new-deployments)
- [`ethers.js`](#ethersjs)
- [`cast`](#cast)
- [`ethers.js`](#ethersjs)
- [`cast`](#cast)
- [Contract Verification](#contract-verification)
- [`CreateX` Deployments](#createx-deployments)
- [EVM-Based Production Networks](#evm-based-production-networks)
- [Ethereum Test Networks](#ethereum-test-networks)
- [Additional EVM-Based Test Networks](#additional-evm-based-test-networks)
- [EVM-Based Production Networks](#evm-based-production-networks)
- [Ethereum Test Networks](#ethereum-test-networks)
- [Additional EVM-Based Test Networks](#additional-evm-based-test-networks)
- [Integration With External Tooling](#integration-with-external-tooling)
- [Community-Maintained Dune Dashboards](#community-maintained-dune-dashboards)
- [🙏🏼 Acknowledgement](#-acknowledgement)
Expand Down
6 changes: 3 additions & 3 deletions interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.5",
"next": "^15.0.2",
"next": "^15.0.3",
"next-themes": "^0.4.3",
"prismjs": "^1.29.0",
"react": "^18.3.1",
Expand All @@ -41,14 +41,14 @@
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@next/eslint-plugin-next": "^15.0.2",
"@next/eslint-plugin-next": "^15.0.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-config-next": "^15.0.2",
"eslint-config-next": "^15.0.3",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"next-seo": "^6.6.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/solady
Loading

0 comments on commit 3f0b0bf

Please sign in to comment.