Skip to content

Commit

Permalink
Update dependencies to use @phase21/chains
Browse files Browse the repository at this point in the history
  • Loading branch information
hiletmis committed Jan 10, 2024
1 parent 305e626 commit 419dd42
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"camelcase": "^6.3.0"
},
"devDependencies": {
"@phase21/api-integrations": "^1.0.0",
"@api3/chains": "^4.2.0",
"@phase21/chains": "^0.1.1",
"@babel/core": "^7.23.7",
"@babel/preset-react": "^7.23.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@nodary/utilities": "^1.2.0",
"@phase21/api-integrations": "^1.0.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"svgo": "^3.2.0"
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-svg.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const chains = require('@api3/chains');
const chains = require('@phase21/chains');
const fs = require('fs/promises');
const { rimraf } = require('rimraf')
const babel = require('@babel/core');
Expand Down
2 changes: 1 addition & 1 deletion viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://api3dao.github.io/logos/",
"private": true,
"devDependencies": {
"@api3/chains": "^4.2.0",
"@phase21/chains": "^0.1.1",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
Expand Down
2 changes: 1 addition & 1 deletion viewer/src/Components/ChainsView.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Flex, Text, Spacer, Image } from '@chakra-ui/react';
import { ChainLogo } from '@phase21/logos';
import * as Api3Chains from '@api3/chains';
import * as Api3Chains from '@phase21/chains';
import SearchRow from '../Custom/SearchRow';
import { useState } from 'react';
import Title from '../Custom/Title';
Expand Down
2 changes: 1 addition & 1 deletion viewer/src/Components/MissingLogosView.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Flex, Text, Image, VStack } from '@chakra-ui/react';
import * as Api3Chains from '@api3/chains';
import * as Api3Chains from '@phase21/chains';
import { SymbolLogoMissing, SymbolLogo, ApiProviderLogoMissing, ApiProviderLogo, ChainLogoMissing, ChainLogo } from '@phase21/logos';
import Title from '../Custom/Title';

Expand Down
22 changes: 22 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1005,6 +1005,14 @@
ethers "^5.4.2"
zod "^3.22.4"

"@phase21/chains@^0.1.1":
version "0.1.1"
resolved "https://registry.yarnpkg.com/@phase21/chains/-/chains-0.1.1.tgz#5988734b053f14e8207b9389f5b67ab4a638f042"
integrity sha512-TS6d1aq5E5jR7YKstZOq0MmS5vNm5v9xXvSiU5QgdgwLY04M47Faf/IdU6zGQYoctR7/TUN4tf1J6BkMSFhu4w==
dependencies:
viem "^1.21.3"
zod "^3.22.4"

"@pkgjs/parseargs@^0.11.0":
version "0.11.0"
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
Expand Down Expand Up @@ -3149,6 +3157,20 @@ viem@^1.19.11:
isows "1.0.3"
ws "8.13.0"

viem@^1.21.3:
version "1.21.4"
resolved "https://registry.yarnpkg.com/viem/-/viem-1.21.4.tgz#883760e9222540a5a7e0339809202b45fe6a842d"
integrity sha512-BNVYdSaUjeS2zKQgPs+49e5JKocfo60Ib2yiXOWBT6LuVxY1I/6fFX3waEtpXvL1Xn4qu+BVitVtMh9lyThyhQ==
dependencies:
"@adraffy/ens-normalize" "1.10.0"
"@noble/curves" "1.2.0"
"@noble/hashes" "1.3.2"
"@scure/bip32" "1.3.2"
"@scure/bip39" "1.2.1"
abitype "0.9.8"
isows "1.0.3"
ws "8.13.0"

wcwidth@^1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz"
Expand Down

0 comments on commit 419dd42

Please sign in to comment.