Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Oct 18, 2023
1 parent ca3fc60 commit 98ca5d7
Show file tree
Hide file tree
Showing 2 changed files with 1,255 additions and 1,100 deletions.
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,43 +13,43 @@
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@crossbell/connect-kit": "1.5.7",
"@crossbell/contract": "1.5.6",
"@crossbell/indexer": "1.5.6",
"@crossbell/notification": "^1.5.7",
"@crossbell/ui": "1.5.6",
"@crossbell/util-ethers": "1.5.2",
"@crossbell/util-hooks": "1.5.6",
"@crossbell/util-metadata": "1.5.6",
"@ctrl/tinycolor": "^3.6.0",
"@crossbell/connect-kit": "1.5.14",
"@crossbell/contract": "1.5.13",
"@crossbell/indexer": "1.5.13",
"@crossbell/notification": "^1.5.13",
"@crossbell/ui": "1.5.13",
"@crossbell/util-ethers": "1.5.13",
"@crossbell/util-hooks": "1.5.13",
"@crossbell/util-metadata": "1.5.13",
"@ctrl/tinycolor": "^4.0.2",
"@emotion/react": "^11.11.1",
"@floating-ui/react": "^0.25.1",
"@floating-ui/react": "^0.26.1",
"@floating-ui/react-dom-interactions": "^0.13.3",
"@heroicons/react": "^2.0.18",
"@mantine/core": "^6.0.19",
"@mantine/hooks": "^6.0.19",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-query-persist-client": "^4.32.6",
"axios": "^1.4.0",
"axios": "^1.5.1",
"clsx": "^2.0.0",
"crossbell": "^1.5.9",
"dayjs": "^1.11.9",
"downshift": "^8.1.0",
"crossbell": "^1.9.0",
"dayjs": "^1.11.10",
"downshift": "^8.2.2",
"hast": "^1.0.0",
"idb-keyval": "^6.2.1",
"immer": "^10.0.2",
"immer": "^10.0.3",
"ioredis": "^5.3.2",
"js-yaml": "^4.1.0",
"mdast-util-to-string": "^4.0.0",
"next": "13.4.12",
"next": "13.5.5",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"react-hook-form": "^7.47.0",
"react-hot-toast": "^2.4.1",
"react-infinite-scroller": "^1.2.6",
"react-parallax-tilt": "^1.7.158",
"react-scroll": "^1.8.9",
"react-parallax-tilt": "^1.7.171",
"react-scroll": "^1.9.0",
"refractor": "^4.8.1",
"rehype-infer-description-meta": "^1.1.0",
"rehype-prism-plus": "^1.6.3",
Expand All @@ -64,33 +64,33 @@
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"sharp": "^0.32.4",
"sharp": "^0.32.6",
"underscore": "^1.13.6",
"unified": "^10.1.2",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0",
"viem": "^1.6.0",
"wagmi": "1.3.10",
"zustand": "^4.4.1"
"viem": "^1.16.6",
"wagmi": "1.4.4",
"zustand": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.4",
"@types/hast": "^3.0.0",
"@types/js-yaml": "^4.0.5",
"@types/node": "20.4.10",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-scroll": "^1.8.7",
"@types/underscore": "^1.11.6",
"autoprefixer": "^10.4.14",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"@types/hast": "^3.0.2",
"@types/js-yaml": "^4.0.8",
"@types/node": "20.8.7",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.13",
"@types/react-infinite-scroller": "^1.2.4",
"@types/react-scroll": "^1.8.9",
"@types/underscore": "^1.11.12",
"autoprefixer": "^10.4.16",
"eslint": "8.51.0",
"eslint-config-next": "13.5.5",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"postcss": "^8.4.27",
"prettier": "^3.0.1",
"lint-staged": "^15.0.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
Loading

0 comments on commit 98ca5d7

Please sign in to comment.