Skip to content

Commit 8591311

Browse files
authored
Upgrade lit + shoelace to reduce build size (#938)
* upgrade lit * upgrade shoelace * upgrade testing libraries * add webpack bundle analyzer * revert shoelace changes * remove bundle analyzer * remove console log
1 parent d5c3a85 commit 8591311

File tree

2 files changed

+161
-91
lines changed

2 files changed

+161
-91
lines changed

frontend/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@lit/localize": "^0.11.4",
99
"@novnc/novnc": "^1.4.0-beta",
1010
"@rollup/plugin-commonjs": "^18.0.0",
11-
"@shoelace-style/shoelace": "^2.4.0",
11+
"@shoelace-style/shoelace": "^2.5.2",
1212
"@types/color": "^3.0.2",
1313
"@types/lodash": "^4.14.178",
1414
"@types/sinon": "^10.0.6",
@@ -36,7 +36,7 @@
3636
"html-webpack-plugin": "^5.5.0",
3737
"immutable": "^4.1.0",
3838
"iso-639-1": "^2.1.15",
39-
"lit": "^2.4.1",
39+
"lit": "2.7.5",
4040
"lodash": "^4.17.21",
4141
"micromark": "^3.1.0",
4242
"node-fetch": "^3.1.0",
@@ -73,8 +73,8 @@
7373
},
7474
"devDependencies": {
7575
"@esm-bundle/chai": "^4.3.4-fix.0",
76-
"@lit/localize-tools": "^0.6.5",
77-
"@open-wc/testing": "^3.1.7",
76+
"@lit/localize-tools": "^0.6.9",
77+
"@open-wc/testing": "^3.2.0",
7878
"@playwright/test": "1.32.1",
7979
"@web/dev-server-esbuild": "^0.3.3",
8080
"@web/dev-server-import-maps": "^0.0.6",

0 commit comments

Comments
 (0)