Skip to content

Commit

Permalink
feat: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Jul 13, 2023
1 parent cf3be60 commit f389f90
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 214 deletions.
24 changes: 21 additions & 3 deletions packages/web-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yearn-finance/web-lib",
"version": "0.20.93",
"version": "0.20.94",
"files": [
"."
],
Expand All @@ -17,24 +17,43 @@
"test": "yarn node --experimental-vm-modules $(yarn bin jest)"
},
"dependencies": {
"@babel/preset-typescript": "^7.22.5",
"@headlessui/react": "^1.7.15",
"@ledgerhq/iframe-provider": "^0.4.3",
"@react-hookz/deep-equal": "^1.0.4",
"@react-hookz/web": "^23.0.1",
"@react-hookz/web": "^23.1.0",
"@safe-global/safe-apps-provider": "^0.17.0",
"@safe-global/safe-apps-sdk": "^7.11.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.4.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@wagmi/core": "^1.3.3",
"axios": "^1.4.0",
"babel-loader": "^9.1.3",
"dayjs": "^1.11.8",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.9",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unused-imports": "^3.0.0",
"graphql": "^16.6.0",
"graphql-request": "^6.1.0",
"nprogress": "^0.2.0",
"postcss": "^8.4.25",
"postcss-nesting": "^12.0.0",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "2.4.1",
"sass": "^1.63.6",
"sharp": "^0.32.2",
"tailwindcss": "^3.3.2",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"viem": "^1.2.5",
"wagmi": "^1.3.3",
"zod": "^3.21.4"
Expand Down Expand Up @@ -85,7 +104,6 @@
"eslint-plugin-brackets": ">= 0.1.3",
"eslint-plugin-import": ">= 2.26.0",
"eslint-plugin-react": ">= 7.31.10",
"eslint-plugin-react-hooks": ">= 4.6.0",
"eslint-plugin-simple-import-sort": ">= 8.0.0",
"eslint-plugin-tailwindcss": ">= 3.6.2",
"eslint-plugin-unused-imports": ">= 2.0.0",
Expand Down
Loading

0 comments on commit f389f90

Please sign in to comment.