Skip to content

Commit

Permalink
SSR-5214: Remove some packages
Browse files Browse the repository at this point in the history
  • Loading branch information
h000780 committed Feb 19, 2025
1 parent 83c8a50 commit c4293f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
10 changes: 2 additions & 8 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,8 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.8.0",
"core-js": "^3.39.0",
"lit": "^3.2.1",
"regenerator-runtime": "^0.14.1",
"uuid": "^11.0.3"
}
}
2 changes: 0 additions & 2 deletions src/index.bundle.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import "core-js/stable";
import "regenerator-runtime/runtime";
import "@webcomponents/webcomponentsjs/webcomponents-bundle";

export * from "./attachment";
export * from "./button";
Expand Down

0 comments on commit c4293f9

Please sign in to comment.