Skip to content

Commit

Permalink
use dependency from npm
Browse files Browse the repository at this point in the history
  • Loading branch information
calvo-jp committed May 22, 2024
1 parent 25989d0 commit 8ae7c83
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 8 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"icons-react": "pnpm --filter @untitled-theme/icons-react",
"icons-svelte": "pnpm --filter @untitled-theme/icons-svelte",
"icons-solid": "pnpm --filter @untitled-theme/icons-solid",
"typecheck": "pnpm --filter @untitled-theme/scripts --filter @untitled-theme/colors run typecheck",
"prepare": "pnpm --filter @untitled-theme/icons-react run build && pnpm --filter @untitled-theme/colors run build"
"typecheck": "pnpm --filter @untitled-theme/scripts --filter @untitled-theme/colors run typecheck"
},
"devDependencies": {
"prettier": "3.2.5"
Expand Down
28 changes: 24 additions & 4 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@ark-ui/react": "2.2.3",
"@untitled-theme/colors": "workspace:*",
"@untitled-theme/icons-react": "workspace:*",
"@untitled-theme/colors": "0.1.0",
"@untitled-theme/icons-react": "0.9.0",
"geist": "1.3.0",
"next": "14.2.3",
"next-themes": "0.3.0",
Expand Down

0 comments on commit 8ae7c83

Please sign in to comment.