Skip to content

Commit

Permalink
Renamed react-kit package to just kit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Jan 4, 2025
1 parent 9daad54 commit 16c04e7
Show file tree
Hide file tree
Showing 27 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"deploy:firebase": "firebase deploy --only hosting"
},
"dependencies": {
"@suiware/react-kit": "workspace:*",
"@suiware/kit": "workspace:*",
"@mysten/dapp-kit": "^0.14.42",
"@mysten/sui": "^1.16.2",
"@mysten/wallet-standard": "^0.13.18",
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import '@mysten/dapp-kit/dist/index.css'
import '@radix-ui/themes/styles.css'
import SuiProvider from '@suiware/react-kit/SuiProvider'
import SuiProvider from '@suiware/kit/SuiProvider'
import { StrictMode } from 'react'
import App from '~~/components/App'
import { reactRender } from '~~/helpers/misc.ts'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@suiware/react-kit",
"name": "@suiware/kit",
"version": "0.0.0",
"sideEffects": false,
"license": "MIT",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 16c04e7

Please sign in to comment.