Skip to content

Commit

Permalink
bump deps (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleydon authored Aug 30, 2024
1 parent 3e326e1 commit 7e7433b
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 37 deletions.
31 changes: 16 additions & 15 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,42 @@
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^5.16.6",
"@json2csv/plainjs": "^7.0.6",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "^5.16.6",
"@mui/material": "^5.16.7",
"@mui/material-nextjs": "^5.16.6",
"@mui/x-data-grid": "^7.12.0",
"@mui/x-data-grid": "^7.15.0",
"@phala/lib": "workspace:*",
"@phala/store": "workspace:*",
"@polkadot/api": "^12.2.3",
"@polkadot/api": "^12.4.2",
"@polkadot/extension-inject": "^0.50.1",
"@polkadot/keyring": "^13.0.2",
"@polkadot/react-identicon": "^3.8.3",
"@polkadot/types": "^12.2.3",
"@polkadot/react-identicon": "^3.9.1",
"@polkadot/types": "^12.4.2",
"@polkadot/util": "^13.0.2",
"@sentry/nextjs": "^8.22.0",
"@sentry/nextjs": "^8.27.0",
"@talismn/connect-wallets": "^1.2.5",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query-devtools": "^5.51.21",
"@tanstack/react-query": "^5.53.1",
"@tanstack/react-query-devtools": "^5.53.1",
"ajv": "^8.17.1",
"date-fns": "^3.6.0",
"decimal.js": "^10.4.3",
"graphql": "^16.9.0",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"jotai": "^2.9.1",
"jotai-devtools": "^0.10.0",
"jotai": "^2.9.3",
"jotai-devtools": "^0.10.1",
"mutative": "^1.0.8",
"next": "^14.2.5",
"next": "^14.2.7",
"notistack": "^3.0.1",
"radash": "^12.1.0",
"react": "^18.3.1",
Expand All @@ -52,11 +53,11 @@
"react-markdown": "^9.0.1",
"react-snap-carousel": "^0.4.0",
"recharts": "2.13.0-alpha.4",
"sharp": "^0.33.4",
"sharp": "^0.33.5",
"swr": "^2.2.5"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.5",
"@next/bundle-analyzer": "^14.2.7",
"@svgr/webpack": "^8.1.0",
"@swc-jotai/debug-label": "^0.1.1",
"@swc-jotai/react-refresh": "^0.1.1",
Expand Down
17 changes: 9 additions & 8 deletions apps/subbridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,36 +13,37 @@
"@buildwithsygma/sygma-contracts": "2.9.0",
"@buildwithsygma/sygma-sdk-core": "2.11.2",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@metamask/detect-provider": "^2.0.0",
"@mui/icons-material": "^5.16.6",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "^5.16.6",
"@mui/material": "^5.16.7",
"@mui/material-nextjs": "^5.16.6",
"@phala/lib": "workspace:*",
"@phala/store": "workspace:*",
"@phala/ui": "workspace:*",
"@polkadot/api": "^12.2.3",
"@polkadot/api": "^12.4.2",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@talismn/connect-components": "^1.1.8",
"@talismn/connect-ui": "^1.1.3",
"@talismn/connect-wallets": "^1.2.5",
"date-fns": "^3.6.0",
"decimal.js": "^10.4.3",
"ethers": "^5.7.2",
"jotai": "^2.9.1",
"jotai-devtools": "^0.10.0",
"next": "^14.2.5",
"jotai": "^2.9.3",
"jotai-devtools": "^0.10.1",
"next": "^14.2.7",
"next-images": "^1.8.5",
"notistack": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swr": "^2.2.5"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.5",
"@next/bundle-analyzer": "^14.2.7",
"@svgr/webpack": "^8.1.0",
"@swc-jotai/debug-label": "^0.1.1",
"@swc-jotai/react-refresh": "^0.1.1"
Expand Down
Binary file modified bun.lockb
Binary file not shown.
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,11 @@
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "^20.14.14",
"lefthook": "^1.7.11",
"tsx": "^4.16.5",
"turbo": "^2.0.11",
"@types/node": "^20.16.2",
"lefthook": "^1.7.14",
"tsx": "^4.19.0",
"turbo": "^2.1.0",
"typescript": "^5.5.4"
},
"dependencies": {
"@json2csv/plainjs": "^7.0.6",
"date-fns": "^3.6.0"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]"
}
6 changes: 3 additions & 3 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"peerDependencies": {
"@phala/store": "workspace:*",
"@polkadot/api": ">=11",
"@polkadot/types": ">=11",
"@polkadot/api": ">=12",
"@polkadot/types": ">=12",
"@talismn/connect-wallets": "^1",
"jotai": "^2",
"react": ">=17"
"react": ">=18"
}
}
4 changes: 2 additions & 2 deletions packages/polkadot-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"updateMetadata": "bun updateMetadata.ts"
},
"dependencies": {
"@polkadot/api": "^12.2.3"
"@polkadot/api": "^12.4.2"
},
"devDependencies": {
"@polkadot/typegen": "^12.2.3"
"@polkadot/typegen": "^12.4.2"
}
}

0 comments on commit 7e7433b

Please sign in to comment.