Skip to content

Commit 426fe48

Browse files
committed
chore(deps): update babel monorepo
1 parent d1d8973 commit 426fe48

File tree

4 files changed

+85
-58
lines changed

4 files changed

+85
-58
lines changed

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@babel/polyfill": "7.12.1",
3939
"@babel/preset-env": "7.20.2",
4040
"@babel/preset-react": "7.18.6",
41-
"@babel/standalone": "7.20.4",
41+
"@babel/standalone": "7.20.6",
4242
"@fortawesome/fontawesome-svg-core": "6.2.1",
4343
"@fortawesome/free-brands-svg-icons": "6.2.1",
4444
"@fortawesome/free-solid-svg-icons": "6.2.1",
@@ -129,7 +129,7 @@
129129
"validator": "13.7.0"
130130
},
131131
"devDependencies": {
132-
"@babel/types": "7.20.2",
132+
"@babel/types": "7.20.5",
133133
"@codesee/babel-plugin-instrument": "0.440.0",
134134
"@codesee/tracker": "0.440.0",
135135
"@testing-library/jest-dom": "5.16.5",

curriculum/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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.20.2",
32+
"@babel/core": "7.20.5",
3333
"@babel/polyfill": "7.12.1",
3434
"@babel/preset-env": "7.20.2",
3535
"@babel/preset-typescript": "7.18.6",

package-lock.json

Lines changed: 81 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"typescript": "4.9.3"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "7.20.2",
28+
"@babel/core": "7.20.5",
2929
"@babel/preset-env": "7.20.2",
3030
"@rollup/plugin-babel": "5.3.1",
3131
"@rollup/plugin-commonjs": "19.0.2",

0 commit comments

Comments
 (0)