Skip to content

Commit

Permalink
⬆️ nzxt
Browse files Browse the repository at this point in the history
  • Loading branch information
naoki-tomita committed Nov 8, 2023
1 parent 65723ff commit 49c62d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@types/marked": "^6.0.0",
"@types/node": "^20.8.10",
"marked": "^9.1.4",
"nzxt": "^0.3.12",
"nzxt": "^0.3.14",
"zheleznaya": "^0.2.3",
"zstyl": "^0.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion app/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Document: Component = (_, children) => {
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.21.0/components/prism-core.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.21.0/plugins/autoloader/prism-autoloader.min.js"></script>
<link rel="shortcut icon" href="/images/favicon.svg" />
{<SsrStyle /> /* if you want to use zstyl in ssr */}
<SsrStyle />
<title>nzxt document</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J0MJBS66XD"></script>
<script>
Expand Down
8 changes: 4 additions & 4 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@ ms@2.1.2:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==

nzxt@^0.3.12:
version "0.3.12"
resolved "https://registry.yarnpkg.com/nzxt/-/nzxt-0.3.12.tgz#69b13185e08c42c80afcd1fe7d09019d6549e386"
integrity sha512-iHNsAk/KXYRVuZQT88FMr4y5IjfyoWC8rqQBt/jJsYQJhZfwXdla1i669al79zv17QHLI0xz29mQQne+DMXqSw==
nzxt@^0.3.14:
version "0.3.14"
resolved "https://registry.yarnpkg.com/nzxt/-/nzxt-0.3.14.tgz#16ceaffc24792c133d525450847f6da3e839d1b2"
integrity sha512-T/w/mQXpT/W0lugFtzQ64mep8eFuv8jSD/Zy1ieJpYneB9UjR1ygRTd7MsbtaGMPdzbFQ6OQV9N3jTwXvl31WA==
dependencies:
esbuild "^0.19.5"
esbuild-register "^3.5.0"
Expand Down

0 comments on commit 49c62d1

Please sign in to comment.