mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(deps): update babel monorepo
This commit is contained in:
+2
-2
@@ -40,7 +40,7 @@
|
||||
"@babel/preset-env": "7.20.2",
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@babel/runtime": "^7.20.13",
|
||||
"@babel/standalone": "7.20.15",
|
||||
"@babel/standalone": "7.21.3",
|
||||
"@fortawesome/fontawesome-svg-core": "6.3.0",
|
||||
"@fortawesome/free-brands-svg-icons": "6.3.0",
|
||||
"@fortawesome/free-solid-svg-icons": "6.3.0",
|
||||
@@ -138,7 +138,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||
"@babel/types": "7.20.7",
|
||||
"@babel/types": "7.21.3",
|
||||
"@codesee/babel-plugin-instrument": "0.536.0",
|
||||
"@codesee/tracker": "0.536.0",
|
||||
"@testing-library/jest-dom": "5.16.5",
|
||||
|
||||
@@ -29,11 +29,11 @@
|
||||
"test:full-output": "cross-env FULL_OUTPUT=true ts-node ./node_modules/mocha/bin/mocha.js --delay --reporter progress"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.20.12",
|
||||
"@babel/core": "7.21.3",
|
||||
"@babel/polyfill": "7.12.1",
|
||||
"@babel/preset-env": "7.20.2",
|
||||
"@babel/preset-typescript": "7.18.6",
|
||||
"@babel/register": "7.18.9",
|
||||
"@babel/preset-typescript": "7.21.0",
|
||||
"@babel/register": "7.21.0",
|
||||
"@compodoc/live-server": "^1.2.3",
|
||||
"babel-plugin-dynamic-import-node": "2.3.3",
|
||||
"babel-plugin-lodash": "3.3.4",
|
||||
|
||||
+2
-2
@@ -104,11 +104,11 @@
|
||||
"pm2": "^5.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.19.1",
|
||||
"@babel/eslint-parser": "7.21.3",
|
||||
"@babel/plugin-proposal-function-bind": "7.18.9",
|
||||
"@babel/preset-env": "7.20.2",
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@babel/preset-typescript": "7.18.6",
|
||||
"@babel/preset-typescript": "7.21.0",
|
||||
"@testing-library/cypress": "8.0.7",
|
||||
"@testing-library/dom": "8.20.0",
|
||||
"@testing-library/jest-dom": "5.16.5",
|
||||
|
||||
Generated
+1374
-330
File diff suppressed because it is too large
Load Diff
@@ -19,13 +19,13 @@
|
||||
},
|
||||
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
|
||||
"dependencies": {
|
||||
"@babel/preset-typescript": "7.18.6",
|
||||
"@babel/preset-typescript": "7.21.0",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
"typescript": "4.9.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.20.12",
|
||||
"@babel/core": "7.21.3",
|
||||
"@babel/preset-env": "7.20.2",
|
||||
"@rollup/plugin-babel": "5.3.1",
|
||||
"@rollup/plugin-commonjs": "19.0.2",
|
||||
|
||||
Reference in New Issue
Block a user