chore(deps): update babel monorepo to v7.16.5
This commit is contained in:
committed by
renovate[bot]
parent
bb05b67c47
commit
5a1414e247
@@ -33,12 +33,12 @@
|
||||
"validate-keys": "tsc -p ../tools/ && node ../tools/scripts/lint/validate-keys.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/plugin-proposal-export-default-from": "7.16.0",
|
||||
"@babel/plugin-proposal-function-bind": "7.16.0",
|
||||
"@babel/plugin-proposal-export-default-from": "7.16.5",
|
||||
"@babel/plugin-proposal-function-bind": "7.16.5",
|
||||
"@babel/polyfill": "7.12.1",
|
||||
"@babel/preset-env": "7.16.4",
|
||||
"@babel/preset-react": "7.16.0",
|
||||
"@babel/standalone": "7.16.4",
|
||||
"@babel/preset-env": "7.16.5",
|
||||
"@babel/preset-react": "7.16.5",
|
||||
"@babel/standalone": "7.16.5",
|
||||
"@fortawesome/fontawesome": "1.1.8",
|
||||
"@fortawesome/fontawesome-svg-core": "1.2.36",
|
||||
"@fortawesome/free-brands-svg-icons": "5.15.4",
|
||||
|
@@ -29,11 +29,11 @@
|
||||
"test:full-output": "cross-env FULL_OUTPUT=true mocha --delay --reporter progress"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.16.0",
|
||||
"@babel/core": "7.16.5",
|
||||
"@babel/polyfill": "7.12.1",
|
||||
"@babel/preset-env": "7.16.4",
|
||||
"@babel/preset-typescript": "7.16.0",
|
||||
"@babel/register": "7.16.0",
|
||||
"@babel/preset-env": "7.16.5",
|
||||
"@babel/preset-typescript": "7.16.5",
|
||||
"@babel/register": "7.16.5",
|
||||
"acorn": "8.5.0",
|
||||
"acorn-jsx": "5.3.2",
|
||||
"babel-plugin-dynamic-import-node": "2.3.3",
|
||||
|
1565
package-lock.json
generated
1565
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -101,11 +101,11 @@
|
||||
"invariant": "2.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.16.3",
|
||||
"@babel/plugin-proposal-function-bind": "7.16.0",
|
||||
"@babel/preset-env": "7.16.4",
|
||||
"@babel/preset-react": "7.16.0",
|
||||
"@babel/preset-typescript": "7.16.0",
|
||||
"@babel/eslint-parser": "7.16.5",
|
||||
"@babel/plugin-proposal-function-bind": "7.16.5",
|
||||
"@babel/preset-env": "7.16.5",
|
||||
"@babel/preset-react": "7.16.5",
|
||||
"@babel/preset-typescript": "7.16.5",
|
||||
"@testing-library/cypress": "7.0.7",
|
||||
"@testing-library/dom": "8.11.1",
|
||||
"@testing-library/jest-dom": "5.16.1",
|
||||
|
@@ -19,14 +19,14 @@
|
||||
},
|
||||
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
|
||||
"dependencies": {
|
||||
"@babel/preset-typescript": "7.16.0",
|
||||
"@babel/preset-typescript": "7.16.5",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
"typescript": "4.5.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.16.0",
|
||||
"@babel/preset-env": "7.16.4",
|
||||
"@babel/core": "7.16.5",
|
||||
"@babel/preset-env": "7.16.5",
|
||||
"@rollup/plugin-babel": "5.3.0",
|
||||
"@rollup/plugin-commonjs": "19.0.2",
|
||||
"@rollup/plugin-node-resolve": "13.0.6",
|
||||
|
Reference in New Issue
Block a user