Skip to content

Commit

Permalink
chore: latest pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Feb 21, 2024
1 parent 42a5335 commit 57a763d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getFrameMetadata } from '@coinbase/onchainkit';
import { getFrameMetadata } from '@coinbase/onchainkit/core';
import type { Metadata } from 'next';
import { NEXT_PUBLIC_URL } from './config';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "https://twitter.com/Zizzamia",
"license": "MIT",
"dependencies": {
"@coinbase/onchainkit": "0.8.1",
"@coinbase/onchainkit": "0.8.2",
"graphql": "14",
"graphql-request": "6",
"next": "13.5.6",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "Node",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
resolved "https://registry.yarnpkg.com/@adraffy/ens-normalize/-/ens-normalize-1.10.0.tgz#d2a39395c587e092d77cbbc80acf956a54f38bf7"
integrity sha512-nA9XHtlAkYfJxY7bce8DcN7eKxWWCWkU+1GR9d+U6MbNpfwQp8TI7vqOsBsMcHoT4mBu2kypKoSKnghEzOOq5Q==

"@coinbase/[email protected].1":
version "0.8.1"
resolved "https://registry.yarnpkg.com/@coinbase/onchainkit/-/onchainkit-0.8.1.tgz#523c5d745ce5d7e1f5379ad7b8e5f899147a81c0"
integrity sha512-UWr+BzDqv7I2rffc8Icjhg2PZLPb8ciANcnvfeo6QO0XxgAGC6/mkfi9ASdhhWW1VGuJnZmtnw/HzxilmlubuQ==
"@coinbase/[email protected].2":
version "0.8.2"
resolved "https://registry.yarnpkg.com/@coinbase/onchainkit/-/onchainkit-0.8.2.tgz#3309df4764149a27069eba6bbd35fde68742eef3"
integrity sha512-4dy0K2Rc4nLASiD1PkkzGdQR10ZM86kTWk/Nqp1VKA+839n9pgdMXLmS+D8crx5WiNroRJA1eI2TxXuZuARwjg==

"@graphql-typed-document-node/core@^3.2.0":
version "3.2.0"
Expand Down

0 comments on commit 57a763d

Please sign in to comment.