Skip to content

Commit

Permalink
fix(demo): missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Dec 12, 2024
1 parent 710163b commit 7ccd675
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion @iconify-demo/mdi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"type": "module",
"dependencies": {
"@iconify/tools": "workspace:^"
"@iconify/tools": "workspace:^",
"@iconify/types": "^2.0.0"
},
"devDependencies": {
"@types/node": "^20.17.9",
Expand Down
1 change: 1 addition & 0 deletions @iconify-demo/unplugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@iconify/utils": "^2.2.0",
"@iconify/tools": "workspace:^",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "^5.7.2",
Expand Down
9 changes: 9 additions & 0 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 7ccd675

Please sign in to comment.