Skip to content

Commit 132426e

Browse files
committed
chore(deps): update babel monorepo to v7.19.0
1 parent 4603355 commit 132426e

File tree

5 files changed

+223
-221
lines changed

5 files changed

+223
-221
lines changed

client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"@babel/plugin-proposal-export-default-from": "7.18.10",
3737
"@babel/plugin-proposal-function-bind": "7.18.9",
3838
"@babel/polyfill": "7.12.1",
39-
"@babel/preset-env": "7.18.10",
39+
"@babel/preset-env": "7.19.0",
4040
"@babel/preset-react": "7.18.6",
41-
"@babel/standalone": "7.18.13",
41+
"@babel/standalone": "7.19.0",
4242
"@fortawesome/fontawesome-svg-core": "6.1.2",
4343
"@fortawesome/free-brands-svg-icons": "6.1.2",
4444
"@fortawesome/free-solid-svg-icons": "6.1.2",
@@ -130,7 +130,7 @@
130130
"validator": "13.7.0"
131131
},
132132
"devDependencies": {
133-
"@babel/types": "7.18.13",
133+
"@babel/types": "7.19.0",
134134
"@codesee/babel-plugin-instrument": "0.364.0",
135135
"@codesee/tracker": "0.364.0",
136136
"@testing-library/jest-dom": "5.16.5",

curriculum/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"test:full-output": "cross-env FULL_OUTPUT=true ts-node ../node_modules/mocha/bin/mocha --delay --reporter progress"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "7.18.13",
32+
"@babel/core": "7.19.0",
3333
"@babel/polyfill": "7.12.1",
34-
"@babel/preset-env": "7.18.10",
34+
"@babel/preset-env": "7.19.0",
3535
"@babel/preset-typescript": "7.18.6",
3636
"@babel/register": "7.18.9",
3737
"acorn": "8.8.0",

0 commit comments

Comments
 (0)