Area restrita - Questionario

This commit is contained in:
2026-06-08 23:50:59 -03:00
parent f2e2400637
commit ef968f10ae
6972 changed files with 23454 additions and 2267883 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ Add this plugin to your Babel configuration:
```json
{
"plugins": [["polyfill-corejs3", { "method": "usage-global", "version": "3.20" }]]
"plugins": [["polyfill-corejs3", { "method": "usage-global", "version": "3.48" }]]
}
```
@@ -55,7 +55,7 @@ If you are a library author, specify a reasonably modern `core-js` version in yo
```json
{
"dependencies": {
"core-js": "^3.43.0"
"core-js": "^3.48.0"
}
}
```