Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoya0819 committed Sep 5, 2024
1 parent c185ed4 commit f99fe52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"stylelint:fix": "stylelint \"**/*.{css,scss,sass}\" --fix"
},
"dependencies": {
"@ky-y./ui": "^1.0.165",
"@ky-y./ui": "^1.0.167",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
1 change: 1 addition & 0 deletions src/pages/hex-steps-generator.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Footer, Main } from "@ky-y./ui";
// import "@ky-y./ui/fonts.css";
import type { NextPage } from "next";
import Head from "next/head";

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ky-y./kytools@workspace:."
dependencies:
"@ky-y./ui": "npm:^1.0.165"
"@ky-y./ui": "npm:^1.0.167"
"@types/node": "npm:^20.14.11"
"@types/react": "npm:^18.3.3"
"@types/uuid": "npm:^10.0.0"
Expand Down Expand Up @@ -205,16 +205,16 @@ __metadata:
languageName: unknown
linkType: soft

"@ky-y./ui@npm:^1.0.165":
version: 1.0.165
resolution: "@ky-y./ui@npm:1.0.165"
"@ky-y./ui@npm:^1.0.167":
version: 1.0.167
resolution: "@ky-y./ui@npm:1.0.167"
dependencies:
react: "npm:^18.3.1"
react-icons: "npm:^5.2.1"
react-textarea-autosize: "npm:^8.5.3"
shiki: "npm:^1.14.1"
uuid: "npm:^10.0.0"
checksum: 10c0/cc67ae34be73fdfdc44947cf8737fe1ad7e06ad71f48e60308dcec6d6607e105967f2f00f5cc34722f4202078510d0f023136ab3bdcb80249464d3d9a45c20de
checksum: 10c0/ab64d128b85ffb11acf3427ce155e1b6e98d7201e4ce06de50d965c93ca0846090086e25e6bd87f20571eb16c1f58a5fb169872442494619b3038733240354ce
languageName: node
linkType: hard

Expand Down

0 comments on commit f99fe52

Please sign in to comment.