Skip to content

Commit

Permalink
Remove @tma.js/sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed May 12, 2024
1 parent 2263ee4 commit 340ab26
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
},
"dependencies": {
"@tma.js/react-router-integration": "^1.0.0",
"@tma.js/sdk": "^2.0.0",
"@tma.js/sdk-react": "^2.1.0",
"@tonconnect/ui-react": "^2.0.2",
"eruda": "^3.0.1",
Expand Down
9 changes: 3 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/DisplayData/DisplayData.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { isRGB, type RGB as RGBType } from '@tma.js/sdk';
import { isRGB, type RGB as RGBType } from '@tma.js/sdk-react';
import type { FC, ReactNode } from 'react';

import { RGB } from '@/components/RGB/RGB.tsx';
Expand Down
2 changes: 1 addition & 1 deletion src/components/RGB/RGB.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { classNames, type RGB as RGBType } from '@tma.js/sdk';
import { classNames, type RGB as RGBType } from '@tma.js/sdk-react';
import type { FC } from 'react';

import './RGB.css';
Expand Down

0 comments on commit 340ab26

Please sign in to comment.