Skip to content

Commit

Permalink
build: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Nov 29, 2023
1 parent 8d22c2a commit 53ab285
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yearn-finance/web-lib",
"version": "3.0.78",
"version": "3.0.79",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"files": [
Expand All @@ -25,21 +25,21 @@
"export": "tsc && next build && next export -o ipfs"
},
"dependencies": {
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.5",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@headlessui/react": "^1.7.17",
"@rainbow-me/rainbowkit": "^1.0.11",
"@rainbow-me/rainbowkit": "^1.3.0",
"@react-hookz/web": "^23.1.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@total-typescript/ts-reset": "^0.5.1",
"@wagmi/chains": "1.8.0",
"@wagmi/core": "1.4.1",
"@wagmi/core": "^1.4.7",
"axios": "^1.6.2",
"bun-types": "^1.0.14",
"dayjs": "^1.11.10",
"eslint-config-next": ">= 12.3.1",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-brackets": ">= 0.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
Expand All @@ -58,8 +58,8 @@
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"tailwindcss": "^3.3.5",
"viem": "1.10.9",
"wagmi": "1.4.1",
"viem": "^1.19.9",
"wagmi": "^1.4.7",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down

0 comments on commit 53ab285

Please sign in to comment.