Skip to content

Commit f3a2359

Browse files
committed
fix: update scer polyfill version
1 parent 6436d9b commit f3a2359

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

.changeset/red-ligers-eat.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@web/polyfills-loader': patch
3+
---
4+
5+
update version of SCER polyfill

package-lock.json

+6-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/polyfills-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@babel/core": "^7.12.10",
5050
"@web/parse5-utils": "^2.1.0",
51-
"@webcomponents/scoped-custom-element-registry": "^0.0.9",
51+
"@webcomponents/scoped-custom-element-registry": "^0.0.10",
5252
"@webcomponents/shadycss": "^1.11.0",
5353
"@webcomponents/webcomponentsjs": "^2.5.0",
5454
"abortcontroller-polyfill": "^1.5.0",

0 commit comments

Comments
 (0)