Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
runjuu committed Jun 20, 2023
1 parent 0175470 commit ddf1fc5
Show file tree
Hide file tree
Showing 5 changed files with 391 additions and 396 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@mantine/next": "^6.0.13",
"@mantine/notifications": "^6.0.13",
"@mantine/nprogress": "^6.0.13",
"@next/bundle-analyzer": "^13.4.5",
"@next/bundle-analyzer": "^13.4.6",
"@tanstack/react-query": "^4",
"@tanstack/react-query-devtools": "^4",
"@wagmi/core": "^1.2.0",
Expand All @@ -62,7 +62,7 @@
"pretty-bytes": "^6.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.4",
"react-intersection-observer": "^9.5.0",
"react-markdown": "^8.0.7",
"react-medium-image-zoom": "^5.1.6",
"react-player": "^2.12.0",
Expand All @@ -88,24 +88,24 @@
"@types/lodash.compact": "^3.0.7",
"@types/node": "^20.3.1",
"@types/qrcode": "^1.5.0",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@types/react-transition-group": "^4.4.6",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@unocss/webpack": "^0.53.1",
"commander": "^10.0.1",
"esbuild": "^0.18.2",
"commander": "^11.0.0",
"esbuild": "^0.18.4",
"esbuild-css-modules-plugin": "^2.7.1",
"esbuild-register": "^3.4.2",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.5",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.6",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"format-package": "^7.0.0",
"husky": "^8.0.3",
"lerna": "^7.0.1",
"lerna": "^7.0.2",
"lint-staged": "^13.2.2",
"msw": "^1.2.2",
"next-transpile-modules": "^10.0.0",
Expand All @@ -116,7 +116,7 @@
"tsconfig-paths": "^4.2.0",
"tsd": "^0.28.1",
"tslib": "^2.5.3",
"tsup": "^6.7.0",
"tsup": "^7.0.0",
"turbo": "^1.10.3",
"typedoc": "^0.24.8",
"typescript": "^5.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"crossbell": "^1.4.0",
"dayjs": "^1.11.8",
"lodash.compact": "^3",
"lru-cache": "9.1.2",
"lru-cache": "10.0.0",
"viem": "^1.0.7"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"classnames": "^2",
"crossbell": "^1.4.0",
"facepaint": "^1.2.1",
"react-intersection-observer": "^9.4.4",
"react-intersection-observer": "^9.5.0",
"react-remove-scroll": "^2.5.6",
"react-transition-group": "^4.4.5",
"ts-essentials": "^9.3.2"
Expand Down

1 comment on commit ddf1fc5

@vercel
Copy link

@vercel vercel bot commented on ddf1fc5 Jun 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

crossbell-universe – ./

crossbell-dev.vercel.app
crossbell-universe-crossbell.vercel.app
crossbell-universe-git-main-crossbell.vercel.app

Please sign in to comment.