Skip to content

Commit 9ef6c64

Browse files
committed
update externals
1 parent fe71407 commit 9ef6c64

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

docs/service-worker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,10 @@
8282
"webpack-merge": "^6.0.1"
8383
},
8484
"peerDependencies": {
85-
"@lit/react": "^1.0.7",
85+
"@lit/react": "^1.0.8",
8686
"@types/dom-chromium-installation-events": "^101.0.4",
8787
"@types/web-app-manifest": "^1.0.9",
88-
"lit": "^3.3.0",
89-
"@lit/localize": "^0.12.2"
88+
"lit": "^3.3.1"
9089
},
9190
"bugs": {
9291
"url": "https://github.com/khmyznikov/pwa-install/issues"

webpack/externals.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ export default {
33
'lit/decorators.js': 'lit/decorators.js',
44
'lit/directives/class-map.js': 'lit/directives/class-map.js',
55
'lit/directives/style-map.js': 'lit/directives/style-map.js',
6-
'@lit/reactive-element': '@lit/reactive-element',
7-
'lit-html': 'lit-html',
8-
'lit-element': 'lit-element',
96
'@khmyznikov/pwa-install': '@khmyznikov/pwa-install',
107
'react': 'react',
118
// '@lit/localize': '@lit/localize',

0 commit comments

Comments
 (0)