Skip to content

Commit

Permalink
Merge pull request #44 from Simon-He95/main
Browse files Browse the repository at this point in the history
fix(demo): missing dep
  • Loading branch information
cyberalien authored Dec 12, 2024
2 parents 710163b + 7ccd675 commit 9ef3bfe
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 9ef3bfe

Please sign in to comment.