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