Skip to content

Commit

Permalink
Update all dependencies (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferossgp authored Sep 2, 2024
1 parent c0d3027 commit bb52260
Show file tree
Hide file tree
Showing 8 changed files with 3,359 additions and 4,227 deletions.
6 changes: 6 additions & 0 deletions .changeset/seven-donkeys-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@3loop/transaction-interpreter': patch
'@3loop/transaction-decoder': patch
---

Update all deps
18 changes: 9 additions & 9 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"fix": "eslint --ignore-path .eslintignore ./src --fix"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/cloudflare": "^9.1.0",
"@astrojs/starlight": "^0.21.1",
"astro": "^4.4.15",
"sharp": "^0.33.2",
"@astrojs/check": "^0.5.10",
"@astrojs/cloudflare": "^9.2.1",
"@astrojs/starlight": "^0.21.5",
"astro": "^4.15.2",
"sharp": "^0.33.5",
"typescript": "5.1.3"
},
"devDependencies": {
"@typescript-eslint/parser": "^5.59.6",
"eslint": "^8.56.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"eslint-config-custom": "workspace:*",
"eslint-plugin-astro": "^0.31.0",
"eslint-plugin-mdx": "^2.3.2"
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-mdx": "^2.3.4"
}
}
38 changes: 19 additions & 19 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,28 @@
"dependencies": {
"@3loop/transaction-decoder": "workspace:*",
"@3loop/transaction-interpreter": "workspace:*",
"@jitl/quickjs-singlefile-browser-release-sync": "^0.29.1",
"@jitl/quickjs-singlefile-browser-release-sync": "^0.29.2",
"@monaco-editor/react": "^4.6.0",
"@prisma/client": "^5.2.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.6",
"@prisma/client": "^5.19.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@types/node": "^20.3.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@types/node": "^20.16.3",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.0.2",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "10.4.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"effect": "^3.4.2",
"eslint": "^8.47.0",
"clsx": "^2.1.1",
"effect": "^3.7.0",
"eslint": "^8.57.0",
"eslint-config-next": "13.4.19",
"jsonata": "^2.0.3",
"jsonata": "^2.0.5",
"lucide-react": "^0.274.0",
"monaco-editor": "^0.47.0",
"next": "13.4.19",
Expand All @@ -43,13 +43,13 @@
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^2.9.1",
"viem": "^2.7.22"
"usehooks-ts": "^2.16.0",
"viem": "^2.21.1"
},
"devDependencies": {
"bufferutil": "^4.0.8",
"prisma": "^5.2.0",
"prisma": "^5.19.1",
"typescript": "5.1.3",
"utf-8-validate": "^6.0.3"
"utf-8-validate": "^6.0.4"
}
}
5 changes: 0 additions & 5 deletions apps/web/src/lib/contract-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@ import {
BlockscoutStrategyResolver,
PublicClient,
ERC20RPCStrategyResolver,
VanillaContractMetaStore,
VanillaAbiStore,
ContractAbiResult,
ContractABI,
} from '@3loop/transaction-decoder'
import { Effect, Layer } from 'effect'
import prisma from './prisma'
import { NFTRPCStrategyResolver } from '@3loop/transaction-decoder'
import { status } from 'effect/Fiber'

export const AbiStoreLive = Layer.succeed(
AbiStore,
Expand Down
22 changes: 11 additions & 11 deletions packages/transaction-decoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,24 @@
"viem": "^2.7.22"
},
"devDependencies": {
"@effect/schema": "^0.66.8",
"@effect/schema": "^0.66.16",
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "^20.6.0",
"@types/traverse": "^0.6.35",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@types/node": "^20.16.3",
"@types/traverse": "^0.6.37",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitest/coverage-v8": "0.34.2",
"effect": "^3.4.2",
"eslint": "^8.49.0",
"effect": "^3.7.0",
"eslint": "^8.57.0",
"eslint-config-custom": "workspace:*",
"eslint-config-prettier": "^8.10.0",
"prettier": "^2.8.8",
"quickjs-emscripten": "^0.29.1",
"ts-node": "^10.9.1",
"quickjs-emscripten": "^0.29.2",
"ts-node": "^10.9.2",
"tsconfig": "workspace:*",
"tsup": "^7.2.0",
"typescript": "5.1.3",
"viem": "^2.7.22",
"viem": "^2.21.1",
"vite": "4.4.9",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.34.2"
Expand All @@ -76,6 +76,6 @@
},
"sideEffects": false,
"dependencies": {
"traverse": "^0.6.7"
"traverse": "^0.6.9"
}
}
4 changes: 2 additions & 2 deletions packages/transaction-decoder/src/transaction-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { RPCFetchError, PublicClient } from './public-client.js'
import type { TraceLog, TraceLogTree } from './schema/trace.js'
import { EthTrace } from './schema/trace.js'
import { transformTraceTree } from './helpers/trace.js'
import { type Hash } from 'viem'
import { GetTransactionReturnType, type Hash } from 'viem'
import { ParseError } from '@effect/schema/ParseResult'

export const getTransaction = (hash: Hash, chainID: number) =>
Expand All @@ -13,7 +13,7 @@ export const getTransaction = (hash: Hash, chainID: number) =>
const { client } = yield* service.getPublicClient(chainID)
return yield* Effect.withSpan(
Effect.tryPromise({
try: () => client.getTransaction({ hash }),
try: () => client.getTransaction({ hash }) as Promise<GetTransactionReturnType>,
catch: () => new RPCFetchError('Get transaction'),
}),
'TransactionLoader.Transaction',
Expand Down
26 changes: 13 additions & 13 deletions packages/transaction-interpreter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,38 +37,38 @@
"fix": "eslint --ignore-path .eslintignore --ext .ts . --fix"
},
"dependencies": {
"@3loop/transaction-decoder": "*",
"quickjs-emscripten": "^0.29.1"
"@3loop/transaction-decoder": "workspace:^",
"quickjs-emscripten": "^0.29.2"
},
"peerDependencies": {
"effect": "^3.4.2"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/generator": "^7.24.7",
"@babel/parser": "^7.24.7",
"@babel/traverse": "^7.24.7",
"@babel/types": "^7.24.7",
"@babel/core": "^7.25.2",
"@babel/generator": "^7.25.6",
"@babel/parser": "^7.25.6",
"@babel/traverse": "^7.25.6",
"@babel/types": "^7.25.6",
"@types/babel-traverse": "^6.25.10",
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.6",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@types/node": "^20.16.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chalk": "^5.3.0",
"chokidar": "^3.6.0",
"commander": "^12.1.0",
"effect": "^3.4.2",
"effect": "^3.7.0",
"esbuild": "^0.21.5",
"eslint": "^8.49.0",
"eslint": "^8.57.0",
"eslint-config-custom": "workspace:*",
"eslint-config-prettier": "^8.10.0",
"fast-glob": "^3.3.2",
"prettier": "^2.8.8",
"quickjs-emscripten": "^0.29.1",
"tsconfig": "workspace:*",
"tsup": "^7.2.0",
"tsx": "^4.15.6",
"tsx": "^4.19.0",
"typescript": "5.1.3"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit bb52260

Please sign in to comment.