Revert "build(deps): bump construct-style-sheets-polyfill in /web (#1252)"

This reverts commit 0d5a7f9b44.
This commit is contained in:
Jens Langhammer 2021-08-15 18:05:52 +02:00
parent 54b7ef42f5
commit 295f0fe730
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -38,7 +38,7 @@
"chart.js": "^3.5.0",
"chartjs-adapter-moment": "^1.0.0",
"codemirror": "^5.62.2",
"construct-style-sheets-polyfill": "^3.0.0",
"construct-style-sheets-polyfill": "^2.4.16",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-custom-elements": "0.0.2",
@ -3573,9 +3573,9 @@
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
},
"node_modules/construct-style-sheets-polyfill": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/construct-style-sheets-polyfill/-/construct-style-sheets-polyfill-3.0.0.tgz",
"integrity": "sha512-NOaltTyMMV/dTNrrqE8kN8/IAErIEU4N1IrqhFF4gFJ8wJUDINirxpQRRfPOPW87K2NFg7YSUaui/kkXwvsb3g=="
"version": "2.4.16",
"resolved": "https://registry.npmjs.org/construct-style-sheets-polyfill/-/construct-style-sheets-polyfill-2.4.16.tgz",
"integrity": "sha512-gaXX8c0IcLpTNj6q6TCKnhBJ1wuzmWEIrjp3pc1XfXS57WnvB3rVeAvsqYwyGOdPNdZiZYFyCOLgYbKKjhHIFg=="
},
"node_modules/convert-source-map": {
"version": "1.7.0",
@ -10709,9 +10709,9 @@
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
},
"construct-style-sheets-polyfill": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/construct-style-sheets-polyfill/-/construct-style-sheets-polyfill-3.0.0.tgz",
"integrity": "sha512-NOaltTyMMV/dTNrrqE8kN8/IAErIEU4N1IrqhFF4gFJ8wJUDINirxpQRRfPOPW87K2NFg7YSUaui/kkXwvsb3g=="
"version": "2.4.16",
"resolved": "https://registry.npmjs.org/construct-style-sheets-polyfill/-/construct-style-sheets-polyfill-2.4.16.tgz",
"integrity": "sha512-gaXX8c0IcLpTNj6q6TCKnhBJ1wuzmWEIrjp3pc1XfXS57WnvB3rVeAvsqYwyGOdPNdZiZYFyCOLgYbKKjhHIFg=="
},
"convert-source-map": {
"version": "1.7.0",

View File

@ -69,7 +69,7 @@
"chart.js": "^3.5.0",
"chartjs-adapter-moment": "^1.0.0",
"codemirror": "^5.62.2",
"construct-style-sheets-polyfill": "^3.0.0",
"construct-style-sheets-polyfill": "^2.4.16",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-custom-elements": "0.0.2",