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 26, 2023
1 parent e26b8f8 commit cac044a
Show file tree
Hide file tree
Showing 79 changed files with 3,970 additions and 10,697 deletions.
24 changes: 11 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"release:prod": "lerna version",
"test": "turbo run test"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].5",
"dependencies": {
"@crossbell/ipfs-gateway": "0.0.19",
"@crossbell/ipfs-react": "0.0.19",
Expand All @@ -40,9 +40,9 @@
"@mantine/notifications": "^6.0.14",
"@mantine/nprogress": "^6.0.14",
"@next/bundle-analyzer": "^13.4.7",
"@tanstack/react-query": "^4.29.15",
"@tanstack/react-query-devtools": "^4.29.15",
"@wagmi/core": "^1.2.1",
"@tanstack/react-query": "^4.29.17",
"@tanstack/react-query-devtools": "^4.29.17",
"@wagmi/core": "^1.3.0",
"canvas-confetti": "^1.6.0",
"classnames": "^2.3.2",
"crossbell": "^1.4.0",
Expand Down Expand Up @@ -70,24 +70,23 @@
"sticky-sidebar-v2": "^1.1.1",
"type-fest": "^3.12.0",
"typeit-react": "^2.6.4",
"wagmi": "1.2.1",
"wagmi": "1.3.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"@crossbell/ipfs-gateway-next": "0.0.19",
"@iconify/utils": "^2.1.7",
"@types/canvas-confetti": "^1.6.0",
"@types/facepaint": "^1.2.2",
"@types/node": "^20.3.1",
"@types/node": "^20.3.2",
"@types/qrcode": "^1.5.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-transition-group": "^4.4.6",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@unocss/webpack": "^0.53.3",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"commander": "^11.0.0",
"esbuild": "^0.18.6",
"esbuild": "^0.18.10",
"esbuild-css-modules-plugin": "^2.7.1",
"esbuild-register": "^3.4.2",
"eslint": "^8.43.0",
Expand All @@ -97,7 +96,7 @@
"eslint-plugin-react": "^7.32.2",
"format-package": "^7.0.0",
"husky": "^8.0.3",
"lerna": "^7.0.2",
"lerna": "^7.1.0",
"lint-staged": "^13.2.2",
"msw": "^1.2.2",
"next-transpile-modules": "^10.0.0",
Expand All @@ -108,11 +107,10 @@
"tsconfig-paths": "^4.2.0",
"tsd": "^0.28.1",
"tslib": "^2.5.3",
"tsup": "^7.0.0",
"tsup": "^7.1.0",
"turbo": "^1.10.6",
"typedoc": "^0.24.8",
"typescript": "^5.1.3",
"unocss": "^0.53.3",
"zx": "^7.2.2"
}
}
6 changes: 3 additions & 3 deletions packages/connect-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@mantine/core": "^6",
"@mantine/hooks": "^6",
"@mantine/notifications": "^6",
"@wagmi/connectors": "^2.3.0",
"@web3modal/ethereum": "^2.4.7",
"@wagmi/connectors": "^2.5.0",
"@web3modal/ethereum": "^2.6.0",
"canvas-confetti": "^1",
"check-password-strength": "^2",
"classnames": "^2",
Expand All @@ -60,7 +60,7 @@
"react-google-recaptcha": "^3.1.0",
"rxjs": "^7.8.1",
"ts-essentials": "^9.3.2",
"viem": "^1.1.6",
"viem": "^1.1.7",
"zustand": "^4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@crossbell/indexer": "^1.4.6",
"@crossbell/util-hooks": "^1.4.4",
"crossbell": "^1.4.0",
"viem": "^1.1.6"
"viem": "^1.1.7"
},
"peerDependencies": {
"react": "^18"
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dayjs": "^1.11.8",
"lodash.compact": "^3",
"lru-cache": "10.0.0",
"viem": "^1.1.6"
"viem": "^1.1.7"
},
"devDependencies": {
"@types/lodash.compact": "^3.0.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"classnames": "^2",
"dayjs": "^1.11.8",
"react-intersection-observer": "^9",
"viem": "^1.1.6",
"viem": "^1.1.7",
"zustand": "^4.3.8"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"react": "^18",
"rxjs": "^7.8.1",
"ts-essentials": "^9.3.2",
"viem": "^1.1.6",
"viem": "^1.1.7",
"zustand": "^4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"scripts": {
"build": "run-s clean build:icons build:ts",
"build:icons": "svgr --typescript --ref --icon --filename-case kebab --index-template svgr-index-template.js --out-dir src/icons/svgr ../../scripts/unocss/icons",
"build:icons": "svgr --typescript --ref --icon --filename-case kebab --index-template svgr-index-template.js --out-dir src/icons/svgr ../../scripts/icons",
"build:ts": "tsup",
"clean": "rm -rf ./dist && rm -rf ./src/icons/svgr"
},
Expand Down
11 changes: 8 additions & 3 deletions packages/ui/src/media-query.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
import { breakpoints } from "~/scripts/unocss/breakpoints";

export { breakpoints };
export const breakpoints = {
// https://mantine.dev/styles/responsive/#configure-breakpoints
xs: 576,
sm: 768,
md: 992,
lg: 1200,
xl: 1440,
};

1 comment on commit cac044a

@vercel
Copy link

@vercel vercel bot commented on cac044a Jun 26, 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-universe-git-main-crossbell.vercel.app
crossbell-dev.vercel.app
crossbell-universe-crossbell.vercel.app

Please sign in to comment.