Skip to content

Commit

Permalink
fix: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Argeare5 committed Nov 8, 2023
1 parent 19a950b commit 9f83184
Show file tree
Hide file tree
Showing 2 changed files with 572 additions and 266 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bgd-labs/frontend-web3-utils",
"description": "Frontend utilities common to multiple Web3 projects",
"version": "0.4.27",
"version": "0.4.30",
"author": "BGD labs",
"license": "MIT",
"private": false,
Expand Down Expand Up @@ -64,34 +64,34 @@
"zustand": "4.x.x"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^9.0.0",
"@types/lodash": "^4.14.200",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"@size-limit/preset-small-lib": "^10.0.2",
"@types/lodash": "^4.14.201",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"immer": "^10.0.3",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"size-limit": "^9.0.0",
"size-limit": "^10.0.2",
"tsup": "^7.2.0",
"typescript": "5.1.6"
},
"dependencies": {
"dayjs": "^1.11.10",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"viem": "^1.16.6",
"viem": "^1.18.9",
"wagmi": "^1.4.5",
"zustand": "^4.4.4"
"zustand": "^4.4.6"
}
}
Loading

0 comments on commit 9f83184

Please sign in to comment.