[FIX] Update Polyfills and fix directory in IE (#19525)

pull/19529/head
Martin Schoeler 5 years ago committed by Diego Sampaio
parent deed6e1989
commit cdccd9cf6e
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 32
      package-lock.json
  2. 2
      package.json

32
package-lock.json generated

@ -5098,13 +5098,15 @@
}
},
"@rocket.chat/fuselage-polyfills": {
"version": "0.14.1",
"resolved": "https://registry.npmjs.org/@rocket.chat/fuselage-polyfills/-/fuselage-polyfills-0.14.1.tgz",
"integrity": "sha512-DjMwnT+jgnNb0LSLPjW95YEEdFRehURpSqkg938BpEIiHF8DPbMtkDuro9nNblZ8i+1+iGFj8SQE5PSsukWlpg==",
"version": "0.17.2",
"resolved": "https://registry.npmjs.org/@rocket.chat/fuselage-polyfills/-/fuselage-polyfills-0.17.2.tgz",
"integrity": "sha512-aiO2JH4Ze0mgLWNB/+oT5/IMCIqg1tZOVT5G9mjy+DdHhX/h1LrnpjY3ZZPcmiz6qREpdwAZnwS0RTc+kqCQQQ==",
"requires": {
"@juggle/resize-observer": "^3.1.2",
"clipboard-polyfill": "^2.8.6",
"focus-visible": "^5.0.2"
"clipboard-polyfill": "^3.0.1",
"element-closest-polyfill": "^1.0.2",
"focus-visible": "^5.0.2",
"focus-within-polyfill": "^5.1.0"
}
},
"@rocket.chat/fuselage-tokens": {
@ -13374,9 +13376,9 @@
}
},
"clipboard-polyfill": {
"version": "2.8.6",
"resolved": "https://registry.npmjs.org/clipboard-polyfill/-/clipboard-polyfill-2.8.6.tgz",
"integrity": "sha512-kz/1ov+PXsBpGnW9XJH3dLWdYj12FpXqO89Dngm/GRPoI36E/tnYs6N0YPTEhxM9WHAlFiN5eoyIVuv5nzKXvg=="
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/clipboard-polyfill/-/clipboard-polyfill-3.0.1.tgz",
"integrity": "sha512-R/uxBa8apxLJArzpFpuTLqavUcnEX8bezZKSuqkwz7Kny2BmxyKDslYGdrKiasKuD+mU1noF7Lkt/p5pyDqFoQ=="
},
"cliui": {
"version": "5.0.0",
@ -15899,6 +15901,11 @@
"integrity": "sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=",
"dev": true
},
"element-closest-polyfill": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/element-closest-polyfill/-/element-closest-polyfill-1.0.2.tgz",
"integrity": "sha512-+3cNhtv8YIyk/oDSlBv+zqUjQFcF9puLp4TFIk2w0Gqd6IL2uZnnu0jvDdOaI7dsK1bIA9gG69KIvkEyUFVGRg=="
},
"element-resize-detector": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/element-resize-detector/-/element-resize-detector-1.2.1.tgz",
@ -17582,9 +17589,14 @@
"dev": true
},
"focus-visible": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/focus-visible/-/focus-visible-5.2.0.tgz",
"integrity": "sha512-Rwix9pBtC1Nuy5wysTmKy+UjbDJpIfg8eHjw0rjZ1mX4GNLz1Bmd16uDpI3Gk1i70Fgcs8Csg2lPm8HULFg9DQ=="
},
"focus-within-polyfill": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/focus-visible/-/focus-visible-5.1.0.tgz",
"integrity": "sha512-nPer0rjtzdZ7csVIu233P2cUm/ks/4aVSI+5KUkYrYpgA7ujgC3p6J7FtFU+AIMWwnwYQOB/yeiOITxFeYIXiw=="
"resolved": "https://registry.npmjs.org/focus-within-polyfill/-/focus-within-polyfill-5.1.0.tgz",
"integrity": "sha512-u944FX2NsX5nhCi3jsXcWkUcPAekvFHnhl5+OQJZvZeRamPXhQxwvOVs1ordzyIaP7sc+cW3PU7z1fDKPYM9+A=="
},
"follow-redirects": {
"version": "1.5.10",

@ -134,7 +134,7 @@
"@rocket.chat/css-in-js": "^0.14.1",
"@rocket.chat/fuselage": "^0.14.1",
"@rocket.chat/fuselage-hooks": "^0.14.1",
"@rocket.chat/fuselage-polyfills": "^0.14.1",
"@rocket.chat/fuselage-polyfills": "^0.17.0",
"@rocket.chat/fuselage-ui-kit": "^0.14.1",
"@rocket.chat/icons": "^0.14.1",
"@rocket.chat/mp3-encoder": "^0.14.1",

Loading…
Cancel
Save