Skip to content

Commit

Permalink
chore: change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
junghyeonsu committed Oct 31, 2023
1 parent 9393464 commit 26be5ec
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion figma-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@vitejs/plugin-react-refresh": "^1.3.6",
"axios": "^1.6.0",
"framer-motion": "^10.12.11",
"june-so-client-react": "^0.0.1",
"june-so-sandbox-react": "^0.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-dedent": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion figma-plugin/ui-src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import "./styles/global.css";

import { ChakraProvider } from "@chakra-ui/react";
import { JuneProvider } from "june-so-client-react";
import { JuneProvider } from "june-so-sandbox-react";
import * as React from "react";
import { createRoot } from "react-dom/client";

Expand Down
2 changes: 1 addition & 1 deletion figma-plugin/ui-src/pages/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Box, Tab, TabList, TabPanel, TabPanels, Tabs } from "@chakra-ui/react";
import { useJune } from "june-so-client-react";
import { useJune } from "june-so-sandbox-react";
import * as React from "react";

import { useAppState } from "../contexts/AppContext";
Expand Down
2 changes: 1 addition & 1 deletion figma-plugin/ui-src/pages/Deploy.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Box, Button, Spinner, Text, Tooltip } from "@chakra-ui/react";
import { useJune } from "june-so-client-react";
import { useJune } from "june-so-sandbox-react";
import * as React from "react";

import { ACTION, DATA, STATUS } from "../../common/constants";
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3622,7 +3622,7 @@ __metadata:
axios: ^1.6.0
esbuild: ^0.17.19
framer-motion: ^10.12.11
june-so-client-react: ^0.0.1
june-so-sandbox-react: ^0.0.2
react: ^18.2.0
react-dom: ^18.2.0
ts-dedent: ^2.2.0
Expand Down Expand Up @@ -7953,21 +7953,21 @@ __metadata:
languageName: node
linkType: hard

"june-so-client-react@npm:^0.0.1":
version: 0.0.1
resolution: "june-so-client-react@npm:0.0.1"
"june-so-sandbox-react@npm:^0.0.2":
version: 0.0.2
resolution: "june-so-sandbox-react@npm:0.0.2"
dependencies:
june-so-client-types: ^0.0.1
june-so-sandbox-types: ^0.0.2
peerDependencies:
react: ^17.0.0 || ^18.0.0
checksum: af9ed338e65b450f9e15842cb7fe30f5e2783ddf099421b05fd4ce641bfccc14949f96c51ccc336a446e0a094ef2da61da5f3939c5896b251f8c0d44fcef7c8a
checksum: 99adedbc039e4be9ec4437e75be06378527d9171507405795ebdff076f33c9c04fa991bdaed96a00f76d367f56d236b469b7820a3a03a0825e9b55afa552b5be
languageName: node
linkType: hard

"june-so-client-types@npm:^0.0.1":
version: 0.0.1
resolution: "june-so-client-types@npm:0.0.1"
checksum: d6ff8e5bfc4abeefa4b35fb15bb4ffa1819d072bebbaadc50a4851203ac954647ef2310924a3939d446d4e8e7c9781ad91a690ed65594925fcee01ea8b9fcd17
"june-so-sandbox-types@npm:^0.0.2":
version: 0.0.2
resolution: "june-so-sandbox-types@npm:0.0.2"
checksum: 15339636ed03b39f5ad2dc15e48f7d27b9df4b1a6af2fc57ddc5207e190689591b6ad37162115279e5b6209a372fa7aaedf837c355496ae4478f8ba83e787157
languageName: node
linkType: hard

Expand Down

0 comments on commit 26be5ec

Please sign in to comment.