Skip to content

Commit

Permalink
Merge pull request #7 from phosphor-icons/slot-fix
Browse files Browse the repository at this point in the history
fix(lib): remove `<slot>` as it does not work with SVG namespace
  • Loading branch information
rektdeckard authored Jun 29, 2024
2 parents 389262b + 07b69d2 commit dd1c920
Show file tree
Hide file tree
Showing 1,516 changed files with 415 additions and 2,136 deletions.
2 changes: 1 addition & 1 deletion core
Submodule core updated 3 files
+13 −6 README.md
+1 −1 package.json
+318 −53 pnpm-lock.yaml
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phosphor-icons/webcomponents",
"version": "2.1.4",
"version": "2.1.5",
"description": "A flexible icon family for the web",
"author": "rektdeckard",
"license": "MIT",
Expand Down Expand Up @@ -37,14 +37,14 @@
"build": "vite build && tsc --emitDeclarationOnly"
},
"dependencies": {
"lit": "^3.1.1"
"lit": "^3"
},
"devDependencies": {
"@types/node": "18",
"chalk": "^4.1.0",
"prettier": "^3.2.4",
"tsx": "^4.7.2",
"typescript": "^5.4.5",
"vite": "^5.2.9"
"@types/node": "^18",
"chalk": "^4",
"prettier": "^3",
"tsx": "^4",
"typescript": "^5",
"vite": "^5.2"
}
}
Loading

0 comments on commit dd1c920

Please sign in to comment.