Skip to content

Commit

Permalink
chore: Perform November monthly check 🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldev5 committed Nov 30, 2024
1 parent 3950350 commit 8b7189e
Show file tree
Hide file tree
Showing 48 changed files with 3,335 additions and 3,838 deletions.
16 changes: 8 additions & 8 deletions apps/lightspell-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"format:write": "prettier --write src"
},
"dependencies": {
"@mantine/core": "^7.13.4",
"@mantine/form": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"@mantine/core": "^7.14.3",
"@mantine/form": "^7.14.3",
"@mantine/hooks": "^7.14.3",
"@mantinex/dev-icons": "^1.0.2",
"@tabler/icons-react": "^3.21.0",
"@tabler/icons-react": "^3.23.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0"
"react-router-dom": "^7.0.1"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"postcss": "^8.4.47",
"@vitejs/plugin-react": "^4.3.4",
"postcss": "^8.4.49",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"vite": "^5.4.10"
"vite": "^6.0.1"
}
}
7 changes: 1 addition & 6 deletions apps/playground/e2e/sdk-transfer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const excludedNodes = new Set([
"Bitgreen",
"Bajun",
"CoretimeKusama",
"Polkadex",
]);

const nodes = NODES_WITH_RELAY_CHAINS.filter(
Expand All @@ -34,8 +33,6 @@ const getAssetsForNode = (node: TNodeWithRelayChains): string[] => {
if (node === "Khala") return ["PHA"];
if (node === "Phala") return ["PHA"];
if (node === "Mythos") return ["MYTH"];
if (node === "Integritee")
return getAllAssetsSymbols(node).filter((asset) => asset !== "KSM");
return getAllAssetsSymbols(node);
};

Expand Down Expand Up @@ -105,9 +102,7 @@ nodes.forEach((node) => {
}
);

if (
!["Integritee", "Crust", "CrustShadow", "Phala", "Khala"].includes(node)
) {
if (!["Crust", "CrustShadow", "Phala", "Khala"].includes(node)) {
basePjsTest(
`Should succeed for ParaToRelay transfer ${node} -> ${relayChain}`,
async () => {
Expand Down
7 changes: 0 additions & 7 deletions apps/playground/e2e/xcm-router.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ const exchanges = [
fromCurrency: "ASTR - 1333",
toCurrency: "DOT - Native",
},
{
exchange: "BasiliskDex",
fromNode: "Karura",
toNode: "AssetHubKusama",
fromCurrency: "TEER - 8",
toCurrency: "KSM - Native",
},
{
exchange: "KaruraDex",
fromNode: "AssetHubKusama",
Expand Down
38 changes: 19 additions & 19 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,41 +18,41 @@
"init-e2e": "pnpm init-polkadot-ext && pnpm init-metamask-ext"
},
"dependencies": {
"@mantine/core": "^7.13.4",
"@mantine/form": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"@mantine/core": "^7.14.3",
"@mantine/form": "^7.14.3",
"@mantine/hooks": "^7.14.3",
"@paraspell/sdk": "workspace:*",
"@paraspell/xcm-analyser": "workspace:*",
"@paraspell/xcm-router": "workspace:*",
"@polkadot/api": "^12.4.2",
"@polkadot/extension-dapp": "^0.56.1",
"@polkadot/extension-inject": "^0.56.1",
"@polkadot/keyring": "^13.2.2",
"@polkadot/util": "^13.2.2",
"@snowbridge/contract-types": "^0.1.23",
"@tabler/icons-react": "^3.21.0",
"axios": "^1.7.7",
"@polkadot/api": "^15.0.1",
"@polkadot/extension-dapp": "^0.56.2",
"@polkadot/extension-inject": "^0.56.2",
"@polkadot/keyring": "^13.2.3",
"@polkadot/util": "^13.2.3",
"@snowbridge/contract-types": "^0.1.25",
"@tabler/icons-react": "^3.23.0",
"axios": "^1.7.8",
"ethers": "^6.13.4",
"polkadot-api": "^1.7.3",
"polkadot-api": "^1.7.7",
"react": "^18.3.1",
"react-confetti": "^6.1.0",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"web3": "^4.14.0",
"react-router-dom": "^7.0.1",
"web3": "^4.15.0",
"web3-validator": "^2.0.6"
},
"devDependencies": {
"@metamask/providers": "^18.1.1",
"@playwright/test": "^1.48.2",
"@metamask/providers": "^18.2.0",
"@playwright/test": "^1.49.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"path": "^0.12.7",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"url": "^0.11.4",
"vite": "^5.4.10",
"vite": "^6.0.1",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-wasm": "^3.3.0"
}
Expand Down
24 changes: 12 additions & 12 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
"format:write": "prettier --write src"
},
"dependencies": {
"@mantine/code-highlight": "^7.13.4",
"@mantine/core": "^7.13.4",
"@mantine/form": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"@mantine/code-highlight": "^7.14.3",
"@mantine/core": "^7.14.3",
"@mantine/form": "^7.14.3",
"@mantine/hooks": "^7.14.3",
"@mantinex/dev-icons": "^1.0.2",
"@tabler/icons-react": "^3.21.0",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/preset-links": "^3.1.0",
"@tabler/icons-react": "^3.23.0",
"@tsparticles/engine": "^3.7.1",
"@tsparticles/preset-links": "^3.2.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"@tsparticles/slim": "^3.7.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0"
"react-router-dom": "^7.0.1"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"postcss": "^8.4.47",
"@vitejs/plugin-react": "^4.3.4",
"postcss": "^8.4.49",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"vite": "^5.4.10"
"vite": "^6.0.1"
}
}
1 change: 1 addition & 0 deletions apps/site/src/components/XcmApi/XcmApi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ const XcmApi = () => {
Read more
</Button>
<Button
variant="outline"
component="a"
href="https://github.com/paraspell/xcm-api-template"
target="_blank"
Expand Down
1 change: 1 addition & 0 deletions apps/site/src/components/XcmRouter/XcmRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ const XcmRouter = () => {
Read more
</Button>
<Button
variant="outline"
component="a"
href="https://github.com/paraspell/xcm-router-template"
target="_blank"
Expand Down
1 change: 1 addition & 0 deletions apps/site/src/components/XcmSdk/XcmSdk.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ const XcmSdk = () => {
Get started
</Button>
<Button
variant="outline"
component="a"
href="https://github.com/paraspell/xcm-sdk-template"
target="_blank"
Expand Down
14 changes: 7 additions & 7 deletions apps/visualizator-be/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"dependencies": {
"@apollo/server": "^4.11.2",
"@nestjs/apollo": "^12.2.1",
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.12",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.6",
"@nestjs/core": "^10.4.12",
"@nestjs/graphql": "^12.2.1",
"@nestjs/platform-express": "^10.4.6",
"@nestjs/platform-express": "^10.4.12",
"@nestjs/schedule": "^4.1.1",
"@nestjs/typeorm": "^10.0.2",
"axios": "^1.7.7",
"axios": "^1.7.8",
"graphql": "^16.9.0",
"jsdom": "^25.0.1",
"pg": "^8.13.1",
Expand All @@ -40,15 +40,15 @@
"typeorm": "^0.3.20"
},
"devDependencies": {
"@nestjs/cli": "^10.4.5",
"@nestjs/cli": "^10.4.8",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.6",
"@nestjs/testing": "^10.4.12",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/jsdom": "^21.1.7",
"@types/supertest": "^6.0.2",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
Expand Down
50 changes: 25 additions & 25 deletions apps/visualizator-fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,53 +14,53 @@
"format:write": "prettier --write src"
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@apollo/client": "^3.11.10",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-typed-document-node/core": "^3.2.0",
"@mantine/charts": "^7.13.4",
"@mantine/core": "^7.13.4",
"@mantine/dates": "^7.13.4",
"@mantine/form": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"@mantine/notifications": "^7.13.4",
"@mantine/charts": "^7.14.3",
"@mantine/core": "^7.14.3",
"@mantine/dates": "^7.14.3",
"@mantine/form": "^7.14.3",
"@mantine/hooks": "^7.14.3",
"@mantine/notifications": "^7.14.3",
"@paraspell/sdk": "workspace:*",
"@polkadot/api": "^12.4.2",
"@polkadot/apps-config": "^0.145.1",
"@polkadot/extension-dapp": "^0.53.1",
"@polkadot/extension-inject": "^0.53.1",
"@polkadot/keyring": "^13.1.1",
"@polkadot/util": "^13.1.1",
"@react-spring/web": "^9.7.4",
"@react-three/drei": "^9.114.0",
"@react-three/fiber": "^8.17.8",
"@tabler/icons-react": "^3.19.0",
"@polkadot/api": "^15.0.1",
"@polkadot/apps-config": "^0.146.1",
"@polkadot/extension-dapp": "^0.56.2",
"@polkadot/extension-inject": "^0.56.2",
"@polkadot/keyring": "^13.2.3",
"@polkadot/util": "^13.2.3",
"@react-spring/web": "^9.7.5",
"@react-three/drei": "^9.118.0",
"@react-three/fiber": "^8.17.10",
"@tabler/icons-react": "^3.23.0",
"d3-ease": "^3.0.1",
"dayjs": "^1.11.13",
"graphql": "^16.9.0",
"highcharts": "^11.4.8",
"highcharts-react-official": "^3.2.1",
"i18next": "^23.15.1",
"i18next": "^24.0.2",
"i18next-browser-languagedetector": "^8.0.0",
"idb": "^8.0.0",
"jszip": "^3.10.1",
"react": "^18.3.1",
"react-apollo-network-status": "^5.2.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.2",
"react-i18next": "^15.1.3",
"three": "^0.169.0",
"web3-validator": "^2.0.6"
},
"devDependencies": {
"@types/d3-ease": "^3.0.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/three": "^0.169.0",
"@vitejs/plugin-react": "^4.3.3",
"postcss": "^8.4.47",
"@types/three": "^0.170.0",
"@vitejs/plugin-react": "^4.3.4",
"postcss": "^8.4.49",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"vite": "^5.4.10",
"vite-plugin-svgr": "^4.2.0"
"prettier": "^3.4.1",
"vite": "^6.0.1",
"vite-plugin-svgr": "^4.3.0"
}
}
42 changes: 21 additions & 21 deletions apps/xcm-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,27 @@
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org paraspell --project node ./dist && sentry-cli sourcemaps upload --org paraspell --project node ./dist"
},
"dependencies": {
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.12",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.6",
"@nestjs/core": "^10.4.12",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "^2.0.5",
"@nestjs/platform-express": "^10.4.6",
"@nestjs/mapped-types": "^2.0.6",
"@nestjs/platform-express": "^10.4.12",
"@nestjs/serve-static": "^4.0.2",
"@nestjs/throttler": "^6.2.1",
"@nestjs/typeorm": "^10.0.2",
"@paraspell/sdk": "workspace:*",
"@paraspell/xcm-analyser": "workspace:*",
"@paraspell/xcm-router": "workspace:*",
"@polkadot/api": "^12.4.2",
"@polkadot/api-base": "^12.4.2",
"@polkadot/keyring": "^13.2.2",
"@polkadot/types": "^12.4.2",
"@polkadot/util": "^13.2.2",
"@sentry/cli": "^2.38.1",
"@sentry/nestjs": "^8.35.0",
"@sentry/profiling-node": "^8.35.0",
"axios": "^1.7.7",
"@polkadot/api": "^15.0.1",
"@polkadot/api-base": "^15.0.1",
"@polkadot/keyring": "^13.2.3",
"@polkadot/types": "^15.0.1",
"@polkadot/util": "^13.2.3",
"@sentry/cli": "^2.39.1",
"@sentry/nestjs": "^8.41.0",
"@sentry/profiling-node": "^8.41.0",
"axios": "^1.7.8",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"ethers": "^6.13.4",
Expand All @@ -52,26 +52,26 @@
"mixpanel": "^0.18.0",
"nodemailer": "^6.9.16",
"pg": "^8.13.1",
"polkadot-api": "^1.7.3",
"polkadot-api": "^1.7.7",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"typeorm": "^0.3.20",
"ua-parser-js": "^1.0.39",
"ua-parser-js": "^2.0.0",
"web3-validator": "^2.0.6",
"zod": "^3.23.8"
},
"devDependencies": {
"@nestjs/cli": "^10.4.5",
"@nestjs/cli": "^10.4.8",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.6",
"@swc/core": "^1.7.42",
"@nestjs/testing": "^10.4.12",
"@swc/core": "^1.9.3",
"@types/express": "^5.0.0",
"@types/nodemailer": "^6.4.16",
"@types/nodemailer": "^6.4.17",
"@types/supertest": "^6.0.2",
"@types/ua-parser-js": "^0.7.39",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/coverage-v8": "^2.1.6",
"cross-env": "^7.0.3",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-loader": "^9.5.1",
Expand Down
Loading

0 comments on commit 8b7189e

Please sign in to comment.