mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-08 21:02:25 -05:00
chore(deps): update babel monorepo (#46095)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
@@ -33,12 +33,12 @@
|
||||
"validate-keys": "ts-node --project ../tsconfig.json ../tools/scripts/lint/validate-keys"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/plugin-proposal-export-default-from": "7.16.7",
|
||||
"@babel/plugin-proposal-export-default-from": "7.17.12",
|
||||
"@babel/plugin-proposal-function-bind": "7.16.7",
|
||||
"@babel/polyfill": "7.12.1",
|
||||
"@babel/preset-env": "7.17.10",
|
||||
"@babel/preset-react": "7.16.7",
|
||||
"@babel/standalone": "7.17.11",
|
||||
"@babel/preset-env": "7.18.2",
|
||||
"@babel/preset-react": "7.17.12",
|
||||
"@babel/standalone": "7.18.2",
|
||||
"@fortawesome/fontawesome-svg-core": "6.1.1",
|
||||
"@fortawesome/free-brands-svg-icons": "6.1.1",
|
||||
"@fortawesome/free-solid-svg-icons": "6.1.1",
|
||||
@@ -129,7 +129,7 @@
|
||||
"validator": "13.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/types": "7.17.10",
|
||||
"@babel/types": "7.18.2",
|
||||
"@codesee/babel-plugin-instrument": "0.265.0",
|
||||
"@codesee/tracker": "0.265.0",
|
||||
"@testing-library/jest-dom": "5.16.4",
|
||||
|
||||
@@ -29,10 +29,10 @@
|
||||
"test:full-output": "cross-env FULL_OUTPUT=true mocha --delay --reporter progress"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.17.10",
|
||||
"@babel/core": "7.18.2",
|
||||
"@babel/polyfill": "7.12.1",
|
||||
"@babel/preset-env": "7.17.10",
|
||||
"@babel/preset-typescript": "7.16.7",
|
||||
"@babel/preset-env": "7.18.2",
|
||||
"@babel/preset-typescript": "7.17.12",
|
||||
"@babel/register": "7.17.7",
|
||||
"acorn": "8.7.1",
|
||||
"acorn-jsx": "5.3.2",
|
||||
|
||||
649
package-lock.json
generated
649
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -107,11 +107,11 @@
|
||||
"invariant": "2.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.17.0",
|
||||
"@babel/eslint-parser": "7.18.2",
|
||||
"@babel/plugin-proposal-function-bind": "7.16.7",
|
||||
"@babel/preset-env": "7.17.10",
|
||||
"@babel/preset-react": "7.16.7",
|
||||
"@babel/preset-typescript": "7.16.7",
|
||||
"@babel/preset-env": "7.18.2",
|
||||
"@babel/preset-react": "7.17.12",
|
||||
"@babel/preset-typescript": "7.17.12",
|
||||
"@testing-library/cypress": "7.0.7",
|
||||
"@testing-library/dom": "8.13.0",
|
||||
"@testing-library/jest-dom": "5.16.4",
|
||||
|
||||
@@ -19,14 +19,14 @@
|
||||
},
|
||||
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
|
||||
"dependencies": {
|
||||
"@babel/preset-typescript": "7.16.7",
|
||||
"@babel/preset-typescript": "7.17.12",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
"typescript": "4.6.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.17.10",
|
||||
"@babel/preset-env": "7.17.10",
|
||||
"@babel/core": "7.18.2",
|
||||
"@babel/preset-env": "7.18.2",
|
||||
"@rollup/plugin-babel": "5.3.1",
|
||||
"@rollup/plugin-commonjs": "19.0.2",
|
||||
"@rollup/plugin-node-resolve": "13.3.0",
|
||||
|
||||
Reference in New Issue
Block a user