From 4e93568fc2dfda226101db2bca7800104de0aeff Mon Sep 17 00:00:00 2001 From: kingsleydon <10992364+kingsleydon@users.noreply.github.com> Date: Sun, 29 Oct 2023 15:59:27 +0800 Subject: [PATCH] fix: prod runtime error --- apps/analytics/package.json | 4 +- apps/app/package.json | 20 +- apps/app/pages/index.tsx | 11 +- apps/index/package.json | 24 +- apps/subbridge/package.json | 22 +- package.json | 2 +- packages/eslint-config/package.json | 2 +- packages/lib/package.json | 6 +- packages/polkadot-types/package.json | 2 +- packages/store/package.json | 2 +- packages/utils/package.json | 2 +- turbo.json | 2 +- yarn.lock | 459 +++++++++++++++------------ 13 files changed, 306 insertions(+), 252 deletions(-) diff --git a/apps/analytics/package.json b/apps/analytics/package.json index f8a9a5d3..32330fb8 100644 --- a/apps/analytics/package.json +++ b/apps/analytics/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@sveltejs/adapter-vercel": "^3.0.3", - "@sveltejs/kit": "^1.27.1", + "@sveltejs/kit": "^1.27.2", "svelte": "^4.2.2", "svelte-check": "^3.5.2", "tslib": "^2.6.2", @@ -20,7 +20,7 @@ }, "type": "module", "dependencies": { - "@phala/util": "workspace:^", + "@phala/util": "workspace:*", "@rgossiaux/svelte-headlessui": "^2.0.0", "@rgossiaux/svelte-heroicons": "^0.1.2", "@tanstack/svelte-query": "^4.36.1", diff --git a/apps/app/package.json b/apps/app/package.json index b80bf165..b387ce7b 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -18,13 +18,13 @@ "@fortawesome/free-regular-svg-icons": "^6.4.2", "@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/react-fontawesome": "^0.2.0", - "@mui/icons-material": "^5.14.15", - "@mui/lab": "5.0.0-alpha.150", - "@mui/material": "^5.14.15", + "@mui/icons-material": "^5.14.16", + "@mui/lab": "5.0.0-alpha.151", + "@mui/material": "^5.14.16", "@mui/x-data-grid": "^6.17.0", - "@phala/lib": "workspace:^", - "@phala/store": "workspace:^", - "@phala/util": "workspace:^", + "@phala/lib": "workspace:*", + "@phala/store": "workspace:*", + "@phala/util": "workspace:*", "@polkadot/api": "^10.10.1", "@polkadot/extension-inject": "^0.46.5", "@polkadot/keyring": "^12.5.1", @@ -40,7 +40,7 @@ "date-fns": "^2.30.0", "decimal.js": "^10.4.3", "eslint": "^8.52.0", - "eslint-config-next": "^14.0.0", + "eslint-config-next": "^14.0.1", "graphql": "^16.8.1", "graphql-request": "^6.1.0", "graphql-tag": "^2.12.6", @@ -48,20 +48,20 @@ "jotai-devtools": "^0.7.0", "lodash-es": "^4.17.21", "mutative": "^0.6.0", - "next": "^14.0.0", + "next": "^14.0.1", "notistack": "^3.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-intersection-observer": "^9.5.2", "react-markdown": "^9.0.0", "react-snap-carousel": "^0.3.2", - "recharts": "^2.9.1", + "recharts": "^2.9.2", "sharp": "^0.32.6", "swr": "2.2.2", "typescript": "^5.2.2" }, "devDependencies": { - "@next/bundle-analyzer": "^14.0.0", + "@next/bundle-analyzer": "^14.0.1", "@svgr/webpack": "^8.1.0", "@swc-jotai/debug-label": "^0.1.0", "@swc-jotai/react-refresh": "^0.1.0", diff --git a/apps/app/pages/index.tsx b/apps/app/pages/index.tsx index 61ff6bff..c82577dd 100644 --- a/apps/app/pages/index.tsx +++ b/apps/app/pages/index.tsx @@ -1,13 +1,4 @@ -import type {GetServerSideProps, NextPage} from 'next' - -export const getServerSideProps: GetServerSideProps = async () => { - return { - redirect: { - destination: '/khala', - permanent: false, - }, - } -} +import type {NextPage} from 'next' const Page: NextPage = () => null diff --git a/apps/index/package.json b/apps/index/package.json index dcde60b2..8d13491c 100644 --- a/apps/index/package.json +++ b/apps/index/package.json @@ -14,14 +14,14 @@ "@emotion/server": "^11.11.0", "@emotion/styled": "^11.11.0", "@metamask/detect-provider": "^2.0.0", - "@mui/icons-material": "^5.14.15", - "@mui/lab": "5.0.0-alpha.150", - "@mui/material": "^5.14.15", - "@next/bundle-analyzer": "^14.0.0", - "@phala/index": "^1.0.39", - "@phala/lib": "workspace:^", - "@phala/store": "workspace:^", - "@phala/util": "workspace:^", + "@mui/icons-material": "^5.14.16", + "@mui/lab": "5.0.0-alpha.151", + "@mui/material": "^5.14.16", + "@next/bundle-analyzer": "^14.0.1", + "@phala/index": "^1.0.40", + "@phala/lib": "workspace:*", + "@phala/store": "workspace:*", + "@phala/util": "workspace:*", "@polkadot/api": "^10.10.1", "@polkadot/util": "^12.5.1", "@polkadot/util-crypto": "^12.5.1", @@ -33,7 +33,7 @@ "jotai": "^2.5.0", "jotai-devtools": "^0.7.0", "lodash-es": "^4.17.21", - "next": "^14.0.0", + "next": "^14.0.1", "next-images": "^1.8.5", "notistack": "^3.0.1", "react": "^18.2.0", @@ -42,16 +42,16 @@ "wretch": "^2.7.0" }, "devDependencies": { - "@phala/eslint-config": "workspace:^", + "@phala/eslint-config": "workspace:*", "@svgr/webpack": "^8.1.0", "@swc-jotai/debug-label": "^0.1.0", "@swc-jotai/react-refresh": "^0.1.0", "@types/lodash-es": "^4.17.10", - "@types/node": "^18.18.7", + "@types/node": "^18.18.8", "@types/react": "^18.2.33", "@types/react-dom": "^18.2.14", "eslint": "^8.52.0", - "eslint-config-next": "^14.0.0", + "eslint-config-next": "^14.0.1", "typescript": "^5.2.2" } } diff --git a/apps/subbridge/package.json b/apps/subbridge/package.json index 4840522f..601e4d4c 100644 --- a/apps/subbridge/package.json +++ b/apps/subbridge/package.json @@ -17,13 +17,13 @@ "@emotion/styled": "^11.11.0", "@metamask/detect-provider": "^2.0.0", "@metamask/providers": "^13.1.0", - "@mui/icons-material": "^5.14.15", - "@mui/lab": "5.0.0-alpha.150", - "@mui/material": "^5.14.15", - "@next/bundle-analyzer": "^14.0.0", - "@phala/lib": "workspace:^", - "@phala/store": "workspace:^", - "@phala/util": "workspace:^", + "@mui/icons-material": "^5.14.16", + "@mui/lab": "5.0.0-alpha.151", + "@mui/material": "^5.14.16", + "@next/bundle-analyzer": "^14.0.1", + "@phala/lib": "workspace:*", + "@phala/store": "workspace:*", + "@phala/util": "workspace:*", "@polkadot/api": "^10.10.1", "@polkadot/util": "^12.5.1", "@polkadot/util-crypto": "^12.5.1", @@ -34,7 +34,7 @@ "ethers": "^5.7.2", "jotai": "^2.5.0", "jotai-devtools": "^0.7.0", - "next": "^14.0.0", + "next": "^14.0.1", "next-images": "^1.8.5", "notistack": "^3.0.1", "react": "^18.2.0", @@ -42,13 +42,13 @@ "swr": "2.2.2" }, "devDependencies": { - "@phala/eslint-config": "workspace:^", + "@phala/eslint-config": "workspace:*", "@svgr/webpack": "^8.1.0", - "@types/node": "^18.18.7", + "@types/node": "^18.18.8", "@types/react": "^18.2.33", "@types/react-dom": "^18.2.14", "eslint": "^8.52.0", - "eslint-config-next": "^14.0.0", + "eslint-config-next": "^14.0.1", "typescript": "^5.2.2" } } diff --git a/package.json b/package.json index fd8e6f9e..daa1911e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@total-typescript/ts-reset": "^0.5.1", - "@types/node": "^18.18.7", + "@types/node": "^18.18.8", "husky": "^8.0.3", "turbo": "^1.10.16", "typescript": "^5.2.2" diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index ae55d6dd..226b92fb 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "main": "index.js", "devDependencies": { - "@typescript-eslint/eslint-plugin": "^6.9.0", + "@typescript-eslint/eslint-plugin": "^6.9.1", "eslint": "^8.52.0", "eslint-config-prettier": "^9.0.0", "eslint-config-standard-with-typescript": "^39.1.1", diff --git a/packages/lib/package.json b/packages/lib/package.json index 721bfb8e..c048bc5f 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -10,11 +10,11 @@ "check": "tsc --project ./tsconfig.json --noEmit" }, "dependencies": { - "@phala/util": "workspace:^", + "@phala/util": "workspace:*", "decimal.js": "^10.4.3" }, "peerDependencies": { - "@phala/store": "workspace:^", + "@phala/store": "workspace:*", "@polkadot/api": "^10", "@polkadot/types": "^10", "@talismn/connect-wallets": "^1.1.3", @@ -22,6 +22,6 @@ "react": ">=17" }, "devDependencies": { - "@phala/eslint-config": "workspace:^" + "@phala/eslint-config": "workspace:*" } } diff --git a/packages/polkadot-types/package.json b/packages/polkadot-types/package.json index 8aa87a5d..7780751f 100644 --- a/packages/polkadot-types/package.json +++ b/packages/polkadot-types/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@phala/typedefs": "^0.2.33", "@polkadot/typegen": "^10.10.1", - "@types/node": "^18.18.7", + "@types/node": "^18.18.8", "ts-node": "^10.9.1", "typescript": "^5.2.2" }, diff --git a/packages/store/package.json b/packages/store/package.json index 4cbf7117..ba906bd4 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -20,6 +20,6 @@ } }, "devDependencies": { - "@phala/eslint-config": "workspace:^" + "@phala/eslint-config": "workspace:*" } } diff --git a/packages/utils/package.json b/packages/utils/package.json index 4035b7a7..f2df43c0 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -15,6 +15,6 @@ "decimal.js": "^10.4.3" }, "devDependencies": { - "@phala/eslint-config": "workspace:^" + "@phala/eslint-config": "workspace:*" } } diff --git a/turbo.json b/turbo.json index 275ed6e1..39ed1862 100644 --- a/turbo.json +++ b/turbo.json @@ -10,7 +10,7 @@ ".svelte-kit/**", ".vercel/**" ], - "env": ["CONTEXT", "NODE_ENV"] + "env": ["CONTEXT", "NODE_ENV", "VERCEL_ENV"] }, "lint": { "outputs": [], diff --git a/yarn.lock b/yarn.lock index 16e4db0e..8aca010a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3184,14 +3184,14 @@ __metadata: languageName: node linkType: hard -"@mui/base@npm:5.0.0-beta.21": - version: 5.0.0-beta.21 - resolution: "@mui/base@npm:5.0.0-beta.21" +"@mui/base@npm:5.0.0-beta.22": + version: 5.0.0-beta.22 + resolution: "@mui/base@npm:5.0.0-beta.22" dependencies: "@babel/runtime": "npm:^7.23.2" "@floating-ui/react-dom": "npm:^2.0.2" - "@mui/types": "npm:^7.2.7" - "@mui/utils": "npm:^5.14.15" + "@mui/types": "npm:^7.2.8" + "@mui/utils": "npm:^5.14.16" "@popperjs/core": "npm:^2.11.8" clsx: "npm:^2.0.0" prop-types: "npm:^15.8.1" @@ -3202,20 +3202,20 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 8c5830751b21643cdc829b16f5d2959959921d8f3b80b272b1384b22536957d8d0471f6daf84387e421b00883edfaa7cc0b1285f0c25e9c7f525a4fc62a9fd8b + checksum: 9a1818f045c83ae137f4fb464b63393a1470abc5e060000ec859e2dfc8eb1075a601af76dfcd4a1f49a89245a4c4a400b4e78175345598dda078360621a3c3b6 languageName: node linkType: hard -"@mui/core-downloads-tracker@npm:^5.14.15": - version: 5.14.15 - resolution: "@mui/core-downloads-tracker@npm:5.14.15" - checksum: 77910801d121b1010e40b4a68785db7ea6327d632f792bc72664cacb48679a75e8a079362d36946d430f74f94710eb9fc35269841e586fbd56aa917899eacc79 +"@mui/core-downloads-tracker@npm:^5.14.16": + version: 5.14.16 + resolution: "@mui/core-downloads-tracker@npm:5.14.16" + checksum: 9c31e91f82e88d150a2f733c3649e861881534e40923050de9718b2268afde0a284aa322bff85c9c4babb8cbc6618983d63c8bd518e6dc3aac6e507b7970bbf7 languageName: node linkType: hard -"@mui/icons-material@npm:^5.14.15": - version: 5.14.15 - resolution: "@mui/icons-material@npm:5.14.15" +"@mui/icons-material@npm:^5.14.16": + version: 5.14.16 + resolution: "@mui/icons-material@npm:5.14.16" dependencies: "@babel/runtime": "npm:^7.23.2" peerDependencies: @@ -3225,19 +3225,19 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: ac938960158aa0d1324a15f2d4712dd4053dcf7f00bcb0c12cd9abfe992c3d1f155a3f1f0e2210d532784d0e87d5fc456f6115fa583b7b5657e01bbcda429666 + checksum: 6931634da7661dc82fc5131683414762f1fdcbae5520a4dfc115df84d6ef3932de99bcf56bb82cb17970473c660bfc5a1daa71386c2fb5afb0d92abc68b8448a languageName: node linkType: hard -"@mui/lab@npm:5.0.0-alpha.150": - version: 5.0.0-alpha.150 - resolution: "@mui/lab@npm:5.0.0-alpha.150" +"@mui/lab@npm:5.0.0-alpha.151": + version: 5.0.0-alpha.151 + resolution: "@mui/lab@npm:5.0.0-alpha.151" dependencies: "@babel/runtime": "npm:^7.23.2" - "@mui/base": "npm:5.0.0-beta.21" - "@mui/system": "npm:^5.14.15" - "@mui/types": "npm:^7.2.7" - "@mui/utils": "npm:^5.14.15" + "@mui/base": "npm:5.0.0-beta.22" + "@mui/system": "npm:^5.14.16" + "@mui/types": "npm:^7.2.8" + "@mui/utils": "npm:^5.14.16" "@mui/x-tree-view": "npm:6.0.0-alpha.1" clsx: "npm:^2.0.0" prop-types: "npm:^15.8.1" @@ -3255,21 +3255,21 @@ __metadata: optional: true "@types/react": optional: true - checksum: 65fcab0c09e40a14865818353054bb9edd0302f39dc2cb6c39ac7ac6e8e5a08a53a3df0dd33ea6f25daf8b8b87930baebf3935ebb45f4f2dac72f2a3726291b4 + checksum: 6c29bb67af1e6ed9e226a568672c997bd5644799eea93dc8c93224c1b23627de05335ff6bd41c9724c75b7be6ffb4642f7fd89240323220f938e1575813f6654 languageName: node linkType: hard -"@mui/material@npm:^5.14.15": - version: 5.14.15 - resolution: "@mui/material@npm:5.14.15" +"@mui/material@npm:^5.14.16": + version: 5.14.16 + resolution: "@mui/material@npm:5.14.16" dependencies: "@babel/runtime": "npm:^7.23.2" - "@mui/base": "npm:5.0.0-beta.21" - "@mui/core-downloads-tracker": "npm:^5.14.15" - "@mui/system": "npm:^5.14.15" - "@mui/types": "npm:^7.2.7" - "@mui/utils": "npm:^5.14.15" - "@types/react-transition-group": "npm:^4.4.7" + "@mui/base": "npm:5.0.0-beta.22" + "@mui/core-downloads-tracker": "npm:^5.14.16" + "@mui/system": "npm:^5.14.16" + "@mui/types": "npm:^7.2.8" + "@mui/utils": "npm:^5.14.16" + "@types/react-transition-group": "npm:^4.4.8" clsx: "npm:^2.0.0" csstype: "npm:^3.1.2" prop-types: "npm:^15.8.1" @@ -3288,16 +3288,16 @@ __metadata: optional: true "@types/react": optional: true - checksum: e126aad3e867ad946a5ad9460a04725c90b2879b29bc59adf2d2a326ffa580991361a0a1d8c7984815a4751001e7da2751daba2ecafecd57a4d6bba70ec30401 + checksum: 211775c4e8f8a8b04db9420e0b11efe201d4535945f0e41b35a789a80f8c600122076ead680a81905f4d7ec32a0f510f75c335e2dd8fa668a1cfc938a862fefa languageName: node linkType: hard -"@mui/private-theming@npm:^5.14.15": - version: 5.14.15 - resolution: "@mui/private-theming@npm:5.14.15" +"@mui/private-theming@npm:^5.14.16": + version: 5.14.16 + resolution: "@mui/private-theming@npm:5.14.16" dependencies: "@babel/runtime": "npm:^7.23.2" - "@mui/utils": "npm:^5.14.15" + "@mui/utils": "npm:^5.14.16" prop-types: "npm:^15.8.1" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 @@ -3305,13 +3305,13 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 1845ad6b564924ac15ff463fef87339b216e79310b0b9d00b258377907a57e37e09847ef81b4cb4bf553a9fed8360533c4fbe262ca15c4947c7996184f67be35 + checksum: c41960e46738d4b9ea9363636e5d79b54f61bfd5a9366158ab16fa0604a115251e7ba1ac92f0dc118250b9f6dad48a1f3fbcde872ed151f9a46a8a5451bf8fbc languageName: node linkType: hard -"@mui/styled-engine@npm:^5.14.15": - version: 5.14.15 - resolution: "@mui/styled-engine@npm:5.14.15" +"@mui/styled-engine@npm:^5.14.16": + version: 5.14.16 + resolution: "@mui/styled-engine@npm:5.14.16" dependencies: "@babel/runtime": "npm:^7.23.2" "@emotion/cache": "npm:^11.11.0" @@ -3326,19 +3326,19 @@ __metadata: optional: true "@emotion/styled": optional: true - checksum: 05281d3381ade954e385ae350f6a766565af88bdb4a9801ba7692c118807bacad63b7c1b02f09c08317becc99c8d07db16f6f298f1ddf095a6a8a3f046b85146 + checksum: bb8264175a85f2cdae3d5eb56be1ef1919dee5ef96ca1217cb8c96e8f0de0c96a7844b23306c61e4460de578af46e6fe4ee9e50f6bbe132eb50ebbb32981d98a languageName: node linkType: hard -"@mui/system@npm:^5.14.15": - version: 5.14.15 - resolution: "@mui/system@npm:5.14.15" +"@mui/system@npm:^5.14.16": + version: 5.14.16 + resolution: "@mui/system@npm:5.14.16" dependencies: "@babel/runtime": "npm:^7.23.2" - "@mui/private-theming": "npm:^5.14.15" - "@mui/styled-engine": "npm:^5.14.15" - "@mui/types": "npm:^7.2.7" - "@mui/utils": "npm:^5.14.15" + "@mui/private-theming": "npm:^5.14.16" + "@mui/styled-engine": "npm:^5.14.16" + "@mui/types": "npm:^7.2.8" + "@mui/utils": "npm:^5.14.16" clsx: "npm:^2.0.0" csstype: "npm:^3.1.2" prop-types: "npm:^15.8.1" @@ -3354,23 +3354,23 @@ __metadata: optional: true "@types/react": optional: true - checksum: 20c29923e5819b7934ddaad177770fa1d26569ce0791dcb25c8ad20238d2f6abef13ea1f6902623775a091256b4969a12a419f19f5fc0960a1e8b6094eb06820 + checksum: 6f9e3c0e70d4431a077ab0d99488737c7b21fd16a5fd2cf6a0968d245a43e139bd3d161351d9c3dcc733e25ed586c93491d9089a40f060316dd1f32d612e3a66 languageName: node linkType: hard -"@mui/types@npm:^7.2.7": - version: 7.2.7 - resolution: "@mui/types@npm:7.2.7" +"@mui/types@npm:^7.2.8": + version: 7.2.8 + resolution: "@mui/types@npm:7.2.8" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 peerDependenciesMeta: "@types/react": optional: true - checksum: 97c490b91e60bc9aefb4f344c0867c08f4a084fc3385f86413848f1af0f6bff2a146b5da90ebc697a3292a8ba082f4509f9a80bebd0b514e7a189dce7df225b0 + checksum: ea313c0292a9efdfe8c72d95e2ae88de45c3c999d361d0d2a4ca69a162e9f1dbf1d4a6bb30d6972e8574c8ece8586c35473aa5bf297963dd5dc19c68bc27c28e languageName: node linkType: hard -"@mui/utils@npm:^5.14.14, @mui/utils@npm:^5.14.15, @mui/utils@npm:^5.14.3": +"@mui/utils@npm:^5.14.14, @mui/utils@npm:^5.14.3": version: 5.14.15 resolution: "@mui/utils@npm:5.14.15" dependencies: @@ -3388,6 +3388,24 @@ __metadata: languageName: node linkType: hard +"@mui/utils@npm:^5.14.16": + version: 5.14.16 + resolution: "@mui/utils@npm:5.14.16" + dependencies: + "@babel/runtime": "npm:^7.23.2" + "@types/prop-types": "npm:^15.7.9" + prop-types: "npm:^15.8.1" + react-is: "npm:^18.2.0" + peerDependencies: + "@types/react": ^17.0.0 || ^18.0.0 + react: ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + "@types/react": + optional: true + checksum: ad61ac9125555b7f84aa7875d69424ded08162ac30fbc0d41aa0074aa43a5a299c1153b50030fb3a77e1eeef8229f3ee4083fe86171eeb9d5401aa5e458d7023 + languageName: node + linkType: hard + "@mui/x-data-grid@npm:^6.17.0": version: 6.17.0 resolution: "@mui/x-data-grid@npm:6.17.0" @@ -3428,90 +3446,90 @@ __metadata: languageName: node linkType: hard -"@next/bundle-analyzer@npm:^14.0.0": - version: 14.0.0 - resolution: "@next/bundle-analyzer@npm:14.0.0" +"@next/bundle-analyzer@npm:^14.0.1": + version: 14.0.1 + resolution: "@next/bundle-analyzer@npm:14.0.1" dependencies: webpack-bundle-analyzer: "npm:4.7.0" - checksum: 948f8b872414e292806d1f3b3ea16377f0c9cc8aeccb0df989ea5ad13735f606a8e6779ebd575777aca4407ee8ab27d0ff0cecb3bc69df1f3829b18c398013c9 + checksum: f0e414fc99eeda2f79f44ea5adecfe096c8aad74bd1db679494b83a2d3b07ca948949f8a95df04bde99e16777f0ab1ff8fd3020c5781a20e04e7646fb6bb6143 languageName: node linkType: hard -"@next/env@npm:14.0.0": - version: 14.0.0 - resolution: "@next/env@npm:14.0.0" - checksum: c43e81dbd162a29a4b380342e416209d69d731e8ced7688d09668ec8196f543e358ed65adad81a26e943c63a293d7a018552f8389b6b1ac95cd0f63f4ef257c0 +"@next/env@npm:14.0.1": + version: 14.0.1 + resolution: "@next/env@npm:14.0.1" + checksum: f016beb493a1a958b0a084f0ab0c9dbc94b4e032fcb354f45d50c4e4b2dd5089950424e7ea73a7c81416ae6bf8bd82747f1db3b6d6daf273fef42ab08a110d9a languageName: node linkType: hard -"@next/eslint-plugin-next@npm:14.0.0": - version: 14.0.0 - resolution: "@next/eslint-plugin-next@npm:14.0.0" +"@next/eslint-plugin-next@npm:14.0.1": + version: 14.0.1 + resolution: "@next/eslint-plugin-next@npm:14.0.1" dependencies: glob: "npm:7.1.7" - checksum: 1ed97e4baed2a1363037d78464804f62cf0168cbbd1910754ffc3a47bc49b0fba6dd528b4dcb2618007d2a1dc23332b00bab2e7b75cdf699d05db4095667ec67 + checksum: 5e77c1c771830892dff7c45810940e9c2e7a9d8f123c1d53f23151e43e4d1e1488a29d1b7bd3cee99f6c4a605508b0948e26ac908570fe3d974e2949eb592cf5 languageName: node linkType: hard -"@next/swc-darwin-arm64@npm:14.0.0": - version: 14.0.0 - resolution: "@next/swc-darwin-arm64@npm:14.0.0" +"@next/swc-darwin-arm64@npm:14.0.1": + version: 14.0.1 + resolution: "@next/swc-darwin-arm64@npm:14.0.1" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@next/swc-darwin-x64@npm:14.0.0": - version: 14.0.0 - resolution: "@next/swc-darwin-x64@npm:14.0.0" +"@next/swc-darwin-x64@npm:14.0.1": + version: 14.0.1 + resolution: "@next/swc-darwin-x64@npm:14.0.1" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@next/swc-linux-arm64-gnu@npm:14.0.0": - version: 14.0.0 - resolution: "@next/swc-linux-arm64-gnu@npm:14.0.0" +"@next/swc-linux-arm64-gnu@npm:14.0.1": + version: 14.0.1 + resolution: "@next/swc-linux-arm64-gnu@npm:14.0.1" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-arm64-musl@npm:14.0.0": - version: 14.0.0 - resolution: "@next/swc-linux-arm64-musl@npm:14.0.0" +"@next/swc-linux-arm64-musl@npm:14.0.1": + version: 14.0.1 + resolution: "@next/swc-linux-arm64-musl@npm:14.0.1" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@next/swc-linux-x64-gnu@npm:14.0.0": - version: 14.0.0 - resolution: "@next/swc-linux-x64-gnu@npm:14.0.0" +"@next/swc-linux-x64-gnu@npm:14.0.1": + version: 14.0.1 + resolution: "@next/swc-linux-x64-gnu@npm:14.0.1" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-x64-musl@npm:14.0.0": - version: 14.0.0 - resolution: "@next/swc-linux-x64-musl@npm:14.0.0" +"@next/swc-linux-x64-musl@npm:14.0.1": + version: 14.0.1 + resolution: "@next/swc-linux-x64-musl@npm:14.0.1" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@next/swc-win32-arm64-msvc@npm:14.0.0": - version: 14.0.0 - resolution: "@next/swc-win32-arm64-msvc@npm:14.0.0" +"@next/swc-win32-arm64-msvc@npm:14.0.1": + version: 14.0.1 + resolution: "@next/swc-win32-arm64-msvc@npm:14.0.1" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@next/swc-win32-ia32-msvc@npm:14.0.0": - version: 14.0.0 - resolution: "@next/swc-win32-ia32-msvc@npm:14.0.0" +"@next/swc-win32-ia32-msvc@npm:14.0.1": + version: 14.0.1 + resolution: "@next/swc-win32-ia32-msvc@npm:14.0.1" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@next/swc-win32-x64-msvc@npm:14.0.0": - version: 14.0.0 - resolution: "@next/swc-win32-x64-msvc@npm:14.0.0" +"@next/swc-win32-x64-msvc@npm:14.0.1": + version: 14.0.1 + resolution: "@next/swc-win32-x64-msvc@npm:14.0.1" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -3632,11 +3650,11 @@ __metadata: version: 0.0.0-use.local resolution: "@phala/analytics@workspace:apps/analytics" dependencies: - "@phala/util": "workspace:^" + "@phala/util": "workspace:*" "@rgossiaux/svelte-headlessui": "npm:^2.0.0" "@rgossiaux/svelte-heroicons": "npm:^0.1.2" "@sveltejs/adapter-vercel": "npm:^3.0.3" - "@sveltejs/kit": "npm:^1.27.1" + "@sveltejs/kit": "npm:^1.27.2" "@tanstack/svelte-query": "npm:^4.36.1" autoprefixer: "npm:^10.4.16" chart.js: "npm:^4.4.0" @@ -3668,14 +3686,14 @@ __metadata: "@fortawesome/free-regular-svg-icons": "npm:^6.4.2" "@fortawesome/free-solid-svg-icons": "npm:^6.4.2" "@fortawesome/react-fontawesome": "npm:^0.2.0" - "@mui/icons-material": "npm:^5.14.15" - "@mui/lab": "npm:5.0.0-alpha.150" - "@mui/material": "npm:^5.14.15" + "@mui/icons-material": "npm:^5.14.16" + "@mui/lab": "npm:5.0.0-alpha.151" + "@mui/material": "npm:^5.14.16" "@mui/x-data-grid": "npm:^6.17.0" - "@next/bundle-analyzer": "npm:^14.0.0" - "@phala/lib": "workspace:^" - "@phala/store": "workspace:^" - "@phala/util": "workspace:^" + "@next/bundle-analyzer": "npm:^14.0.1" + "@phala/lib": "workspace:*" + "@phala/store": "workspace:*" + "@phala/util": "workspace:*" "@polkadot/api": "npm:^10.10.1" "@polkadot/extension-inject": "npm:^0.46.5" "@polkadot/keyring": "npm:^12.5.1" @@ -3696,7 +3714,7 @@ __metadata: date-fns: "npm:^2.30.0" decimal.js: "npm:^10.4.3" eslint: "npm:^8.52.0" - eslint-config-next: "npm:^14.0.0" + eslint-config-next: "npm:^14.0.1" graphql: "npm:^16.8.1" graphql-request: "npm:^6.1.0" graphql-tag: "npm:^2.12.6" @@ -3704,25 +3722,25 @@ __metadata: jotai-devtools: "npm:^0.7.0" lodash-es: "npm:^4.17.21" mutative: "npm:^0.6.0" - next: "npm:^14.0.0" + next: "npm:^14.0.1" notistack: "npm:^3.0.1" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" react-intersection-observer: "npm:^9.5.2" react-markdown: "npm:^9.0.0" react-snap-carousel: "npm:^0.3.2" - recharts: "npm:^2.9.1" + recharts: "npm:^2.9.2" sharp: "npm:^0.32.6" swr: "npm:2.2.2" typescript: "npm:^5.2.2" languageName: unknown linkType: soft -"@phala/eslint-config@workspace:^, @phala/eslint-config@workspace:packages/eslint-config": +"@phala/eslint-config@workspace:*, @phala/eslint-config@workspace:packages/eslint-config": version: 0.0.0-use.local resolution: "@phala/eslint-config@workspace:packages/eslint-config" dependencies: - "@typescript-eslint/eslint-plugin": "npm:^6.9.0" + "@typescript-eslint/eslint-plugin": "npm:^6.9.1" eslint: "npm:^8.52.0" eslint-config-prettier: "npm:^9.0.0" eslint-config-standard-with-typescript: "npm:^39.1.1" @@ -3745,15 +3763,15 @@ __metadata: "@emotion/server": "npm:^11.11.0" "@emotion/styled": "npm:^11.11.0" "@metamask/detect-provider": "npm:^2.0.0" - "@mui/icons-material": "npm:^5.14.15" - "@mui/lab": "npm:5.0.0-alpha.150" - "@mui/material": "npm:^5.14.15" - "@next/bundle-analyzer": "npm:^14.0.0" - "@phala/eslint-config": "workspace:^" - "@phala/index": "npm:^1.0.39" - "@phala/lib": "workspace:^" - "@phala/store": "workspace:^" - "@phala/util": "workspace:^" + "@mui/icons-material": "npm:^5.14.16" + "@mui/lab": "npm:5.0.0-alpha.151" + "@mui/material": "npm:^5.14.16" + "@next/bundle-analyzer": "npm:^14.0.1" + "@phala/eslint-config": "workspace:*" + "@phala/index": "npm:^1.0.40" + "@phala/lib": "workspace:*" + "@phala/store": "workspace:*" + "@phala/util": "workspace:*" "@polkadot/api": "npm:^10.10.1" "@polkadot/util": "npm:^12.5.1" "@polkadot/util-crypto": "npm:^12.5.1" @@ -3764,17 +3782,17 @@ __metadata: "@talismn/connect-ui": "npm:^1.1.2" "@talismn/connect-wallets": "npm:^1.2.3" "@types/lodash-es": "npm:^4.17.10" - "@types/node": "npm:^18.18.7" + "@types/node": "npm:^18.18.8" "@types/react": "npm:^18.2.33" "@types/react-dom": "npm:^18.2.14" decimal.js: "npm:^10.4.3" eslint: "npm:^8.52.0" - eslint-config-next: "npm:^14.0.0" + eslint-config-next: "npm:^14.0.1" ethers: "npm:^6.8.0" jotai: "npm:^2.5.0" jotai-devtools: "npm:^0.7.0" lodash-es: "npm:^4.17.21" - next: "npm:^14.0.0" + next: "npm:^14.0.1" next-images: "npm:^1.8.5" notistack: "npm:^3.0.1" react: "npm:^18.2.0" @@ -3785,9 +3803,9 @@ __metadata: languageName: unknown linkType: soft -"@phala/index@npm:^1.0.39": - version: 1.0.39 - resolution: "@phala/index@npm:1.0.39" +"@phala/index@npm:^1.0.40": + version: 1.0.40 + resolution: "@phala/index@npm:1.0.40" dependencies: "@phala/sdk": "npm:^0.5.4-nightly-20231020" "@polkadot/api": "npm:^10.9.1" @@ -3796,19 +3814,19 @@ __metadata: ajv: "npm:^8.12.0" ethers: "npm:^6.8.0" subshape: "npm:^0.14.0" - checksum: 078616787a5bb404aadbe2fa2a6e3c31c1c9e0e0396f621b2e0566df157a188533c9d6f88b61379accedef8d90199fac3179f6425e849f62b6da3eb36f489983 + checksum: a3283576e07cfd39fd79322bcff4c164d0fca6ac68cad8e97b89e03a9b02ca21a81914ac863504bc549f962c9181e67578e0d19ab3209220c68ddcd1badad05b languageName: node linkType: hard -"@phala/lib@workspace:^, @phala/lib@workspace:packages/lib": +"@phala/lib@workspace:*, @phala/lib@workspace:packages/lib": version: 0.0.0-use.local resolution: "@phala/lib@workspace:packages/lib" dependencies: - "@phala/eslint-config": "workspace:^" - "@phala/util": "workspace:^" + "@phala/eslint-config": "workspace:*" + "@phala/util": "workspace:*" decimal.js: "npm:^10.4.3" peerDependencies: - "@phala/store": "workspace:^" + "@phala/store": "workspace:*" "@polkadot/api": ^10 "@polkadot/types": ^10 "@talismn/connect-wallets": ^1.1.3 @@ -3824,7 +3842,7 @@ __metadata: "@phala/typedefs": "npm:^0.2.33" "@polkadot/api": "npm:^10.10.1" "@polkadot/typegen": "npm:^10.10.1" - "@types/node": "npm:^18.18.7" + "@types/node": "npm:^18.18.8" ts-node: "npm:^10.9.1" typescript: "npm:^5.2.2" languageName: unknown @@ -3851,11 +3869,11 @@ __metadata: languageName: node linkType: hard -"@phala/store@workspace:^, @phala/store@workspace:packages/store": +"@phala/store@workspace:*, @phala/store@workspace:packages/store": version: 0.0.0-use.local resolution: "@phala/store@workspace:packages/store" dependencies: - "@phala/eslint-config": "workspace:^" + "@phala/eslint-config": "workspace:*" peerDependencies: "@talismn/connect-wallets": ^1.1.3 jotai: ^2 @@ -3877,14 +3895,14 @@ __metadata: "@emotion/styled": "npm:^11.11.0" "@metamask/detect-provider": "npm:^2.0.0" "@metamask/providers": "npm:^13.1.0" - "@mui/icons-material": "npm:^5.14.15" - "@mui/lab": "npm:5.0.0-alpha.150" - "@mui/material": "npm:^5.14.15" - "@next/bundle-analyzer": "npm:^14.0.0" - "@phala/eslint-config": "workspace:^" - "@phala/lib": "workspace:^" - "@phala/store": "workspace:^" - "@phala/util": "workspace:^" + "@mui/icons-material": "npm:^5.14.16" + "@mui/lab": "npm:5.0.0-alpha.151" + "@mui/material": "npm:^5.14.16" + "@next/bundle-analyzer": "npm:^14.0.1" + "@phala/eslint-config": "workspace:*" + "@phala/lib": "workspace:*" + "@phala/store": "workspace:*" + "@phala/util": "workspace:*" "@polkadot/api": "npm:^10.10.1" "@polkadot/util": "npm:^12.5.1" "@polkadot/util-crypto": "npm:^12.5.1" @@ -3892,16 +3910,16 @@ __metadata: "@talismn/connect-components": "npm:^1.1.7" "@talismn/connect-ui": "npm:^1.1.2" "@talismn/connect-wallets": "npm:^1.2.3" - "@types/node": "npm:^18.18.7" + "@types/node": "npm:^18.18.8" "@types/react": "npm:^18.2.33" "@types/react-dom": "npm:^18.2.14" decimal.js: "npm:^10.4.3" eslint: "npm:^8.52.0" - eslint-config-next: "npm:^14.0.0" + eslint-config-next: "npm:^14.0.1" ethers: "npm:^5.7.2" jotai: "npm:^2.5.0" jotai-devtools: "npm:^0.7.0" - next: "npm:^14.0.0" + next: "npm:^14.0.1" next-images: "npm:^1.8.5" notistack: "npm:^3.0.1" react: "npm:^18.2.0" @@ -3918,11 +3936,11 @@ __metadata: languageName: node linkType: hard -"@phala/util@workspace:^, @phala/util@workspace:packages/utils": +"@phala/util@workspace:*, @phala/util@workspace:packages/utils": version: 0.0.0-use.local resolution: "@phala/util@workspace:packages/utils" dependencies: - "@phala/eslint-config": "workspace:^" + "@phala/eslint-config": "workspace:*" "@polkadot/keyring": "npm:^12.5.1" "@polkadot/util": "npm:^12.5.1" decimal.js: "npm:^10.4.3" @@ -5226,9 +5244,9 @@ __metadata: languageName: node linkType: hard -"@sveltejs/kit@npm:^1.27.1": - version: 1.27.1 - resolution: "@sveltejs/kit@npm:1.27.1" +"@sveltejs/kit@npm:^1.27.2": + version: 1.27.2 + resolution: "@sveltejs/kit@npm:1.27.2" dependencies: "@sveltejs/vite-plugin-svelte": "npm:^2.4.1" "@types/cookie": "npm:^0.5.1" @@ -5248,7 +5266,7 @@ __metadata: vite: ^4.0.0 bin: svelte-kit: svelte-kit.js - checksum: d197064f1d825fd102b77e7b9d5f28b8412b249dd57d02a6ffe63fd7dbaf19e5b7396005db435f9c95a43c6a219af43fd4c393546b43000a0680bd135aef5d66 + checksum: c87c517899f6e200e8cd1ecffc87aed86ffdad19c42ba4cb07cb5444ea8bc9f7dea107068774de9615ee4d2f88ca5c4ea939ee715b7376f4839086918e25de92 languageName: node linkType: hard @@ -5969,12 +5987,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^18.18.7": - version: 18.18.7 - resolution: "@types/node@npm:18.18.7" +"@types/node@npm:^18.18.8": + version: 18.18.8 + resolution: "@types/node@npm:18.18.8" dependencies: undici-types: "npm:~5.26.4" - checksum: f1ab9c8d318ad9b05f83664bd8a209b9a6410052b4e7124469771ee681ab080f9e65ac3ed3db8a3403976c1ee2941da1eef8008f42a7a3e2e084dc556d5494b5 + checksum: 6a8592675bfc0895c0a3ed1b942344d56538c178c0acab8fcbaf069a6bdeef6f8a416d5aa297a8ced34232919caf7658a4dd4eabf33a9ae1a755eeef9ea8e681 languageName: node linkType: hard @@ -5994,7 +6012,7 @@ __metadata: languageName: node linkType: hard -"@types/prop-types@npm:*, @types/prop-types@npm:^15.7.8": +"@types/prop-types@npm:*, @types/prop-types@npm:^15.7.8, @types/prop-types@npm:^15.7.9": version: 15.7.9 resolution: "@types/prop-types@npm:15.7.9" checksum: e2a7373b91a8eb30cb4e399ef5b3a14baa7d72eed1667ef5e3cb1e9400edfca9b60c20b845fefdcf7562773829f6ff60ba350b09f6313a8093e70c15b2b88f00 @@ -6017,7 +6035,7 @@ __metadata: languageName: node linkType: hard -"@types/react-transition-group@npm:^4.4.6, @types/react-transition-group@npm:^4.4.7": +"@types/react-transition-group@npm:^4.4.6, @types/react-transition-group@npm:^4.4.8": version: 4.4.8 resolution: "@types/react-transition-group@npm:4.4.8" dependencies: @@ -6118,15 +6136,15 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:^6.9.0": - version: 6.9.0 - resolution: "@typescript-eslint/eslint-plugin@npm:6.9.0" +"@typescript-eslint/eslint-plugin@npm:^6.9.1": + version: 6.9.1 + resolution: "@typescript-eslint/eslint-plugin@npm:6.9.1" dependencies: "@eslint-community/regexpp": "npm:^4.5.1" - "@typescript-eslint/scope-manager": "npm:6.9.0" - "@typescript-eslint/type-utils": "npm:6.9.0" - "@typescript-eslint/utils": "npm:6.9.0" - "@typescript-eslint/visitor-keys": "npm:6.9.0" + "@typescript-eslint/scope-manager": "npm:6.9.1" + "@typescript-eslint/type-utils": "npm:6.9.1" + "@typescript-eslint/utils": "npm:6.9.1" + "@typescript-eslint/visitor-keys": "npm:6.9.1" debug: "npm:^4.3.4" graphemer: "npm:^1.4.0" ignore: "npm:^5.2.4" @@ -6139,7 +6157,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 0907c596b1309f4f9e49fb82906ac05a03ec10b5127a0c4628bd9027b0e4a5344a8278af44d5eb69a6819af1b30487e54b5209eacc17334269dbbd4c8fc10aa9 + checksum: f2455fe74f8c90d82df97801ee5e17bb3d81b1a59d23eedc7cad95b6eed30180339107bef0460578d5cc587033bb388fd112bae48b6b85f504fe4521f365ac69 languageName: node linkType: hard @@ -6171,12 +6189,22 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:6.9.0": - version: 6.9.0 - resolution: "@typescript-eslint/type-utils@npm:6.9.0" +"@typescript-eslint/scope-manager@npm:6.9.1": + version: 6.9.1 + resolution: "@typescript-eslint/scope-manager@npm:6.9.1" dependencies: - "@typescript-eslint/typescript-estree": "npm:6.9.0" - "@typescript-eslint/utils": "npm:6.9.0" + "@typescript-eslint/types": "npm:6.9.1" + "@typescript-eslint/visitor-keys": "npm:6.9.1" + checksum: 53fa7c3813d22b119e464f9b6d7d23407dfe103ee8ad2dcacf9ad6d656fda20e2bb3346df39e62b0e6b6ce71572ce5838071c5d2cca6daa4e0ce117ff22eafe5 + languageName: node + linkType: hard + +"@typescript-eslint/type-utils@npm:6.9.1": + version: 6.9.1 + resolution: "@typescript-eslint/type-utils@npm:6.9.1" + dependencies: + "@typescript-eslint/typescript-estree": "npm:6.9.1" + "@typescript-eslint/utils": "npm:6.9.1" debug: "npm:^4.3.4" ts-api-utils: "npm:^1.0.1" peerDependencies: @@ -6184,7 +6212,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: ac56a0e5a90a9ea3c1e54a908f8da95b7ae37cde3395554a310517aeee8a0da0747162ca8db389f7fe0e7cd414f4c34ed4684553c396eb1ff0b4d5ce2071a798 + checksum: 9373c32c9bce736527e01baabc1dbee4b7f43774ebdcbbe20ee9cf61d1b01e7faab3d5df1ebbe75241308c52eabbc9500dd7826701f95caee4054ca659420304 languageName: node linkType: hard @@ -6195,6 +6223,13 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/types@npm:6.9.1": + version: 6.9.1 + resolution: "@typescript-eslint/types@npm:6.9.1" + checksum: 4ba21ba18e256da210a4caedfbc5d4927cf8cb4f2c4d74f8ccc865576f3659b974e79119d3c94db2b68a4cec9cd687e43971d355450b7082d6d1736a5dd6db85 + languageName: node + linkType: hard + "@typescript-eslint/typescript-estree@npm:6.9.0": version: 6.9.0 resolution: "@typescript-eslint/typescript-estree@npm:6.9.0" @@ -6213,20 +6248,38 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:6.9.0": - version: 6.9.0 - resolution: "@typescript-eslint/utils@npm:6.9.0" +"@typescript-eslint/typescript-estree@npm:6.9.1": + version: 6.9.1 + resolution: "@typescript-eslint/typescript-estree@npm:6.9.1" + dependencies: + "@typescript-eslint/types": "npm:6.9.1" + "@typescript-eslint/visitor-keys": "npm:6.9.1" + debug: "npm:^4.3.4" + globby: "npm:^11.1.0" + is-glob: "npm:^4.0.3" + semver: "npm:^7.5.4" + ts-api-utils: "npm:^1.0.1" + peerDependenciesMeta: + typescript: + optional: true + checksum: 850b1865a90107879186c3f2969968a2c08fc6fcc56d146483c297cf5be376e33d505ac81533ba8e8103ca4d2edfea7d21b178de9e52217f7ee2922f51a445fa + languageName: node + linkType: hard + +"@typescript-eslint/utils@npm:6.9.1": + version: 6.9.1 + resolution: "@typescript-eslint/utils@npm:6.9.1" dependencies: "@eslint-community/eslint-utils": "npm:^4.4.0" "@types/json-schema": "npm:^7.0.12" "@types/semver": "npm:^7.5.0" - "@typescript-eslint/scope-manager": "npm:6.9.0" - "@typescript-eslint/types": "npm:6.9.0" - "@typescript-eslint/typescript-estree": "npm:6.9.0" + "@typescript-eslint/scope-manager": "npm:6.9.1" + "@typescript-eslint/types": "npm:6.9.1" + "@typescript-eslint/typescript-estree": "npm:6.9.1" semver: "npm:^7.5.4" peerDependencies: eslint: ^7.0.0 || ^8.0.0 - checksum: bf9ef9ad66212a46ddf8335d16f80a583803c2ba2d3b1f2a8f37449b0409105377d03fa52381c57676aae48dd5cf83adba2465155b6b96b8c91a40a5987a6ded + checksum: 3d329d54c3d155ed29e2b456a602aef76bda1b88dfcf847145849362e4ddefabe5c95de236de750d08d5da9bedcfb2131bdfd784ce4eb87cf82728f0b6662033 languageName: node linkType: hard @@ -6240,6 +6293,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/visitor-keys@npm:6.9.1": + version: 6.9.1 + resolution: "@typescript-eslint/visitor-keys@npm:6.9.1" + dependencies: + "@typescript-eslint/types": "npm:6.9.1" + eslint-visitor-keys: "npm:^3.4.1" + checksum: ac5f375a177add30489e5b63cafa8d82a196b33624bb36418422ebe0d7973b3ba550dc7e0dda36ea75a94cf9b200b4fb5f5fb4d77c027fd801201c1a269d343b + languageName: node + linkType: hard + "@ungap/structured-clone@npm:^1.0.0, @ungap/structured-clone@npm:^1.2.0": version: 1.2.0 resolution: "@ungap/structured-clone@npm:1.2.0" @@ -9176,11 +9239,11 @@ __metadata: languageName: node linkType: hard -"eslint-config-next@npm:^14.0.0": - version: 14.0.0 - resolution: "eslint-config-next@npm:14.0.0" +"eslint-config-next@npm:^14.0.1": + version: 14.0.1 + resolution: "eslint-config-next@npm:14.0.1" dependencies: - "@next/eslint-plugin-next": "npm:14.0.0" + "@next/eslint-plugin-next": "npm:14.0.1" "@rushstack/eslint-patch": "npm:^1.3.3" "@typescript-eslint/parser": "npm:^5.4.2 || ^6.0.0" eslint-import-resolver-node: "npm:^0.3.6" @@ -9195,7 +9258,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 9f8faa84e935c2948dbba5e0a4713a88448d079f189a3b8c58b5fe7d6c3cc0a2dfa7f6afe61a547439fc16bcc02cc46516b33eb2767ee668f80ce04fd41a420e + checksum: 507a7c288a267dec33ba04122f5bc0f979bfb937b3635d60967a4b4de30fad295ecd5db50b91e86bba42d71496137c057342a74fcf4e687273a96387c1ff41bc languageName: node linkType: hard @@ -13449,20 +13512,20 @@ __metadata: languageName: node linkType: hard -"next@npm:^14.0.0": - version: 14.0.0 - resolution: "next@npm:14.0.0" +"next@npm:^14.0.1": + version: 14.0.1 + resolution: "next@npm:14.0.1" dependencies: - "@next/env": "npm:14.0.0" - "@next/swc-darwin-arm64": "npm:14.0.0" - "@next/swc-darwin-x64": "npm:14.0.0" - "@next/swc-linux-arm64-gnu": "npm:14.0.0" - "@next/swc-linux-arm64-musl": "npm:14.0.0" - "@next/swc-linux-x64-gnu": "npm:14.0.0" - "@next/swc-linux-x64-musl": "npm:14.0.0" - "@next/swc-win32-arm64-msvc": "npm:14.0.0" - "@next/swc-win32-ia32-msvc": "npm:14.0.0" - "@next/swc-win32-x64-msvc": "npm:14.0.0" + "@next/env": "npm:14.0.1" + "@next/swc-darwin-arm64": "npm:14.0.1" + "@next/swc-darwin-x64": "npm:14.0.1" + "@next/swc-linux-arm64-gnu": "npm:14.0.1" + "@next/swc-linux-arm64-musl": "npm:14.0.1" + "@next/swc-linux-x64-gnu": "npm:14.0.1" + "@next/swc-linux-x64-musl": "npm:14.0.1" + "@next/swc-win32-arm64-msvc": "npm:14.0.1" + "@next/swc-win32-ia32-msvc": "npm:14.0.1" + "@next/swc-win32-x64-msvc": "npm:14.0.1" "@swc/helpers": "npm:0.5.2" busboy: "npm:1.6.0" caniuse-lite: "npm:^1.0.30001406" @@ -13500,7 +13563,7 @@ __metadata: optional: true bin: next: dist/bin/next - checksum: cfb18a72d6e1d875efb1bb3806f9a06551f482c5cb87231e77e179a71d26f3d43700290988ad27e739302bfa7ff8ac8081aafd5456c39a2819fdd315617e5acf + checksum: 3a3ec178da972a141866494f14c32bb81be736eed7de5898687cfdf30c756ef75afc882f53e46b978021eef379d6aa82b43dd6a38ed05d4098dc0075990bac9c languageName: node linkType: hard @@ -14143,7 +14206,7 @@ __metadata: resolution: "phala-apps@workspace:." dependencies: "@total-typescript/ts-reset": "npm:^0.5.1" - "@types/node": "npm:^18.18.7" + "@types/node": "npm:^18.18.8" husky: "npm:^8.0.3" turbo: "npm:^1.10.16" typescript: "npm:^5.2.2" @@ -15379,9 +15442,9 @@ __metadata: languageName: node linkType: hard -"recharts@npm:^2.9.1": - version: 2.9.1 - resolution: "recharts@npm:2.9.1" +"recharts@npm:^2.9.2": + version: 2.9.2 + resolution: "recharts@npm:2.9.2" dependencies: classnames: "npm:^2.2.5" eventemitter3: "npm:^4.0.1" @@ -15396,7 +15459,7 @@ __metadata: prop-types: ^15.6.0 react: ^16.0.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0 - checksum: 44114f5601fb50be0b7491ee357b78e8138c485276668d85d38036fbb088137aa058f4077a1079ee7829658a3d2dee3eb7fcd3381250dba69f997ed18aa9f1a7 + checksum: 19674eda1f685d4b31557d921bf12feef68b182e3c1be0f09b8b11a4cdf939f3df0573eb2a1ae3c44988c05c05d9c5e4737c17062232fe2575c0ba53d0b1f4c0 languageName: node linkType: hard