Skip to content

Commit

Permalink
chore: update nodejs, pnpm and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Nov 21, 2024
1 parent aacf595 commit 21417e5
Show file tree
Hide file tree
Showing 6 changed files with 4,115 additions and 2,002 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.17.0
v20.18.0
41 changes: 22 additions & 19 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"codegen": "graphql-codegen"
},
"dependencies": {
"@fuel-ts/contract": "^0.96.1",
"@fuel-ts/contract": "0.96.1",
"@fuels/connectors": "0.36.0",
"@fuels/react": "0.35.1",
"@pythnetwork/hermes-client": "^1.1.0",
"@pythnetwork/hermes-client": "^1.2.0",
"@pythnetwork/pyth-fuel-js": "^1.0.7",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
Expand All @@ -25,45 +25,48 @@
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.4",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.55.4",
"@tanstack/react-query-devtools": "^5.55.4",
"@tanstack/react-query": "^5.61.0",
"@tanstack/react-query-devtools": "^5.61.0",
"@wagmi/core": "2.13.4",
"bignumber.js": "^9.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"encoding": "^0.1.13",
"fuels": "^0.96.1",
"lucide-react": "^0.449.0",
"fuels": "0.96.1",
"lucide-react": "^0.460.0",
"next": "14.2.14",
"next-themes": "^0.3.0",
"pino-pretty": "^11.2.2",
"posthog-js": "^1.167.0",
"react": "^18",
"posthog-js": "^1.187.2",
"react": "^18.3.1",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18",
"react-form-stepper": "^2.0.3",
"react-toastify": "^10.0.5",
"react-toastify": "^10.0.6",
"react-wavify": "^1.11.1",
"recharts": "^2.12.7",
"recharts": "^2.13.3",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^2.5.4",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"vaul": "^1.0.0",
"viem": "2.20.1",
"wagmi": "2.12.7",
"zustand": "^4.5.5"
"zustand": "^5.0.1"
},
"devDependencies": {
"@types/node": "^22.7.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.6.2"
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/client-preset": "4.5.0",
"@graphql-typed-document-node/core": "3.2.0",
"@types/node": "20.17.x",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
}
}
6 changes: 3 additions & 3 deletions apps/indexer-sentio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"upload:testnet": "sentio upload --name swaylend-testnet --skip-deps --skip-gen"
},
"dependencies": {
"@sentio/sdk": "2.44.0",
"@sentio/sdk": "2.48.2",
"dayjs": "^1.11.13",
"fuels": "0.96.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@sentio/cli": "2.21.3",
"typescript": "^5.5.2"
"@sentio/cli": "2.21.10",
"typescript": "^5.6.3"
}
}
16 changes: 8 additions & 8 deletions apps/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
},
"dependencies": {
"chai": "4.3.10",
"ethers": "6.8.0",
"ethers": "6.13.4",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.4",
"@types/chai": "^4.3.11",
"@types/mocha": "10.0.6",
"@types/node": "20.8.8",
"envio": "2.7.2",
"@types/mocha": "10.0.10",
"@types/node": "20.17.x",
"envio": "2.8.1",
"mocha": "10.2.0",
"ts-mocha": "^10.0.0",
"typescript": "5.2.2"
"typescript": "5.6.3"
},
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.14.2",
"engines": {
"node": ">=20.17.0"
"node": ">=20.18.0"
}
}
16 changes: 6 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,17 @@
"lint:fix": "biome check --write ."
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.3",
"@graphql-typed-document-node/core": "^3.2.0",
"graphql": "^16.9.0"
"@changesets/cli": "^2.27.10"
},
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.14.2",
"engines": {
"node": ">=20.17.0"
"node": ">=20.18.0"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.11.0"
"node": "20.18.0",
"pnpm": "9.14.2"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit 21417e5

Please sign in to comment.