chore(deps): update babel monorepo to v7.16.0

This commit is contained in:
Renovate Bot
2021-10-30 03:20:44 +00:00
committed by renovate[bot]
parent adf3c2b8cc
commit 9419bdfed4
8 changed files with 5391 additions and 4289 deletions

2780
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,12 +33,12 @@
"validate-keys": "node ./i18n/validate-keys.js"
},
"dependencies": {
"@babel/plugin-proposal-export-default-from": "7.14.5",
"@babel/plugin-proposal-function-bind": "7.14.5",
"@babel/plugin-proposal-export-default-from": "7.16.0",
"@babel/plugin-proposal-function-bind": "7.16.0",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.15.8",
"@babel/preset-react": "7.14.5",
"@babel/standalone": "7.15.8",
"@babel/preset-env": "7.16.0",
"@babel/preset-react": "7.16.0",
"@babel/standalone": "7.16.0",
"@fortawesome/fontawesome": "1.1.8",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-brands-svg-icons": "5.15.4",
@ -127,7 +127,7 @@
"validator": "13.6.0"
},
"devDependencies": {
"@babel/types": "7.15.6",
"@babel/types": "7.16.0",
"@codesee/babel-plugin-instrument": "0.131.0",
"@codesee/tracker": "0.131.0",
"@testing-library/jest-dom": "5.14.1",

File diff suppressed because it is too large Load Diff

View File

@ -29,11 +29,11 @@
"test:full-output": "cross-env FULL_OUTPUT=true mocha --delay --reporter progress"
},
"devDependencies": {
"@babel/core": "7.15.8",
"@babel/core": "7.16.0",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.15.8",
"@babel/preset-typescript": "7.15.0",
"@babel/register": "7.15.3",
"@babel/preset-env": "7.16.0",
"@babel/preset-typescript": "7.16.0",
"@babel/register": "7.16.0",
"acorn": "8.5.0",
"acorn-jsx": "5.3.2",
"babel-plugin-dynamic-import-node": "2.3.3",

1985
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -92,11 +92,11 @@
"invariant": "2.2.4"
},
"devDependencies": {
"@babel/eslint-parser": "7.15.8",
"@babel/plugin-proposal-function-bind": "7.14.5",
"@babel/preset-env": "7.15.8",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@babel/eslint-parser": "7.16.0",
"@babel/plugin-proposal-function-bind": "7.16.0",
"@babel/preset-env": "7.16.0",
"@babel/preset-react": "7.16.0",
"@babel/preset-typescript": "7.16.0",
"@testing-library/cypress": "7.0.7",
"@testing-library/dom": "8.10.1",
"@testing-library/jest-dom": "5.14.1",

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
},
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
"dependencies": {
"@babel/preset-typescript": "7.15.0",
"@babel/preset-typescript": "7.16.0",
"@types/jest": "27.0.2",
"@types/node": "16.11.6",
"@types/react": "17.0.33",
@ -29,8 +29,8 @@
"typescript": "4.4.4"
},
"devDependencies": {
"@babel/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.0",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "19.0.2",
"@rollup/plugin-node-resolve": "13.0.6",