Skip to content

Commit

Permalink
chore(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 14, 2023
1 parent 31f97af commit e9fbc35
Show file tree
Hide file tree
Showing 6 changed files with 1,085 additions and 1,039 deletions.
8 changes: 4 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"validate-keys": "ts-node --project ../tsconfig.json ../tools/scripts/lint/validate-keys"
},
"dependencies": {
"@babel/plugin-proposal-export-default-from": "7.22.5",
"@babel/plugin-proposal-export-default-from": "7.22.17",
"@babel/plugin-proposal-function-bind": "7.22.5",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "7.22.14",
"@babel/preset-react": "7.22.5",
"@babel/preset-env": "7.22.15",
"@babel/preset-react": "7.22.15",
"@babel/runtime": "^7.20.13",
"@babel/standalone": "7.22.14",
"@babel/standalone": "7.22.19",
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-brands-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
Expand Down
8 changes: 4 additions & 4 deletions curriculum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"test:full-output": "cross-env FULL_OUTPUT=true ts-node ./node_modules/mocha/bin/mocha.js --delay --reporter progress"
},
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/preset-env": "7.22.14",
"@babel/preset-typescript": "7.22.11",
"@babel/register": "7.22.5",
"@babel/core": "7.22.19",
"@babel/preset-env": "7.22.15",
"@babel/preset-typescript": "7.22.15",
"@babel/register": "7.22.15",
"@compodoc/live-server": "^1.2.3",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-lodash": "3.3.4",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@
"dotenv": "16.3.1"
},
"devDependencies": {
"@babel/eslint-parser": "7.22.11",
"@babel/eslint-parser": "7.22.15",
"@babel/plugin-proposal-function-bind": "7.22.5",
"@babel/preset-env": "7.22.14",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.11",
"@babel/preset-env": "7.22.15",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.22.15",
"@testing-library/cypress": "8.0.7",
"@testing-library/dom": "8.20.1",
"@testing-library/jest-dom": "5.17.0",
Expand Down
Loading

0 comments on commit e9fbc35

Please sign in to comment.