Skip to content

Commit 11b24ac

Browse files
committed
chore(deps): update babel monorepo
1 parent 84b2c1d commit 11b24ac

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

campus/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"format": "prettier --write \"**/*.{js,ts,tsx}\""
1616
},
1717
"devDependencies": {
18-
"@babel/core": "7.17.5",
18+
"@babel/core": "7.17.10",
1919
"@babel/eslint-parser": "7.17.0",
20-
"@babel/plugin-transform-runtime": "7.17.0",
21-
"@babel/preset-env": "7.16.11",
20+
"@babel/plugin-transform-runtime": "7.17.10",
21+
"@babel/preset-env": "7.17.10",
2222
"@babel/preset-react": "7.16.7",
2323
"@babel/preset-typescript": "7.16.7",
24-
"@babel/runtime": "7.17.2",
24+
"@babel/runtime": "7.17.9",
2525
"@types/node": "17.0.21",
2626
"@types/systemjs": "6.1.1",
2727
"@typescript-eslint/eslint-plugin": "5.14.0",

career/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"format": "prettier --write \"**/*.{js,ts,tsx}\""
1616
},
1717
"devDependencies": {
18-
"@babel/core": "7.17.5",
18+
"@babel/core": "7.17.10",
1919
"@babel/eslint-parser": "7.17.0",
20-
"@babel/plugin-transform-runtime": "7.17.0",
21-
"@babel/preset-env": "7.16.11",
20+
"@babel/plugin-transform-runtime": "7.17.10",
21+
"@babel/preset-env": "7.17.10",
2222
"@babel/preset-react": "7.16.7",
2323
"@babel/preset-typescript": "7.16.7",
24-
"@babel/runtime": "7.17.2",
24+
"@babel/runtime": "7.17.9",
2525
"@types/systemjs": "6.1.1",
2626
"@typescript-eslint/eslint-plugin": "5.14.0",
2727
"@typescript-eslint/parser": "5.14.0",

root/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"tailwind:build": "pnpx tailwind build -i ./src/styles/styles.css -o ./src/styles/tailwind-build-output.css"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "7.17.5",
22+
"@babel/core": "7.17.10",
2323
"@babel/eslint-parser": "7.17.0",
24-
"@babel/plugin-transform-runtime": "7.17.0",
25-
"@babel/preset-env": "7.16.11",
24+
"@babel/plugin-transform-runtime": "7.17.10",
25+
"@babel/preset-env": "7.17.10",
2626
"@babel/preset-typescript": "7.16.7",
27-
"@babel/runtime": "7.17.2",
27+
"@babel/runtime": "7.17.9",
2828
"@types/node": "17.0.21",
2929
"@types/systemjs": "6.1.1",
3030
"@typescript-eslint/eslint-plugin": "5.14.0",

syllabus/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"format": "prettier --write \"**/*.{js,ts,tsx}\""
1717
},
1818
"devDependencies": {
19-
"@babel/core": "7.17.5",
19+
"@babel/core": "7.17.10",
2020
"@babel/eslint-parser": "7.17.0",
21-
"@babel/plugin-transform-runtime": "7.17.0",
22-
"@babel/preset-env": "7.16.11",
21+
"@babel/plugin-transform-runtime": "7.17.10",
22+
"@babel/preset-env": "7.17.10",
2323
"@babel/preset-react": "7.16.7",
2424
"@babel/preset-typescript": "7.16.7",
25-
"@babel/runtime": "7.17.2",
25+
"@babel/runtime": "7.17.9",
2626
"@semantic-ui-react/css-patch": "1.0.0",
2727
"@types/node": "17.0.21",
2828
"@types/react-s-alert": "^1.3.3",

0 commit comments

Comments
 (0)