Upgrade Babel dependencies to 7.14.5 (#4181)

* Upgrade Babel dependencies to 7.14.5
* Update @testing-library, browserslist and caniuse-lite

GitOrigin-RevId: fae3d84af3ee27ea786088a74bc06a72fecf0f1d
This commit is contained in:
Alf Eaton 2021-06-15 09:31:40 +01:00 committed by Copybot
parent d9cd12db4e
commit 2a7252298d
2 changed files with 3768 additions and 1837 deletions

File diff suppressed because it is too large Load diff

View file

@ -43,10 +43,10 @@
"firefox esr"
],
"dependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@overleaf/metrics": "^3.5.1",
"@overleaf/o-error": "^3.3.1",
"@overleaf/object-persistor": "https://github.com/overleaf/object-persistor/archive/8fbc9ed03206bfb54368578d22b7ac4f285baa25.tar.gz",
@ -173,20 +173,20 @@
"yauzl": "^2.10.0"
},
"devDependencies": {
"@babel/register": "^7.12.1",
"@babel/register": "^7.14.5",
"@storybook/addon-a11y": "^6.2.9",
"@storybook/addon-essentials": "^6.2.9",
"@storybook/react": "^6.2.9",
"@testing-library/dom": "^7.29.4",
"@testing-library/react": "^11.2.3",
"@testing-library/react-hooks": "^5.1.0",
"@testing-library/dom": "^7.31.2",
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^7.0.0",
"acorn": "^7.1.1",
"acorn-walk": "^7.1.1",
"angular-mocks": "~1.8.0",
"autoprefixer": "^9.7.6",
"babel-loader": "^8.2.2",
"babel-plugin-angularjs-annotate": "^0.10.0",
"babel-plugin-macros": "^3.0.0",
"babel-plugin-macros": "^3.1.0",
"c8": "^7.2.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",