Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gskril committed Jan 21, 2025
1 parent 9a0150a commit 4df1983
Show file tree
Hide file tree
Showing 7 changed files with 4,996 additions and 8,332 deletions.
19 changes: 9 additions & 10 deletions apps/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,21 @@
"deploy:local": "hardhat run scripts/deploy.ts --network localhost"
},
"devDependencies": {
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox-viem": "^1.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.7",
"@nomicfoundation/hardhat-viem": "^1.0.4",
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
"@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.12",
"@nomicfoundation/hardhat-viem": "^2.0.6",
"@types/chai": "^4.3.16",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"chai": "^4.4.1",
"dotenv": "^16.4.5",
"hardhat": "^2.22.4",
"hardhat-gas-reporter": "^1.0.10",
"solidity-coverage": "^0.8.12",
"dotenv": "^16.4.7",
"hardhat": "^2.22.18",
"solidity-coverage": "^0.8.14",
"ts-node": "^10.9.2",
"viem": "^1.21.4"
"viem": "^2.22.10"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2"
"@openzeppelin/contracts": "^5.2.0"
}
}
12 changes: 0 additions & 12 deletions apps/web/next.config.mjs

This file was deleted.

7 changes: 7 additions & 0 deletions apps/web/next.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import type { NextConfig } from 'next'

const nextConfig: NextConfig = {
reactStrictMode: true,
}

export default nextConfig
33 changes: 16 additions & 17 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,25 @@
"prettier": "prettier --write ."
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.1.4",
"@tanstack/react-query": "^5.51.21",
"class-variance-authority": "^0.7.0",
"@rainbow-me/rainbowkit": "^2.2.2",
"@tanstack/react-query": "^5.64.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"next": "14.2.5",
"pino-pretty": "^11.2.2",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.4.0",
"viem": "^2.19.1",
"wagmi": "^2.12.4"
"next": "^15.1.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.6.0",
"viem": "^2.22.10",
"wagmi": "^2.14.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"eslint": "^9.18.0",
"eslint-config-next": "^15.1.5",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}
1 change: 1 addition & 0 deletions apps/web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"target": "ES2017",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"pnpm": ">=9"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"typescript": "^5.5.4"
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"typescript": "^5"
}
}
Loading

0 comments on commit 4df1983

Please sign in to comment.