Skip to content

Commit d44ba38

Browse files
committed
chore(deps): update babel deps
1 parent 2b7de79 commit d44ba38

File tree

6 files changed

+3455
-668
lines changed

6 files changed

+3455
-668
lines changed

.depalignrc.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
"babel-loader": [
1919
"^7.1.5"
2020
],
21-
"@babel/core": [
22-
"7.16.0"
23-
],
24-
"@babel/parser": [
25-
"7.16.0"
26-
],
2721
"js-yaml": [
2822
"^3.13.1"
2923
],

configs/eslint-config-compass/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"eslint": "^7.25.0"
1414
},
1515
"dependencies": {
16-
"@babel/core": "^7.21.4",
17-
"@babel/eslint-parser": "^7.14.3",
16+
"@babel/core": "^7.26.10",
17+
"@babel/eslint-parser": "^7.26.10",
1818
"@mongodb-js/eslint-config-devtools": "^0.9.9",
1919
"@mongodb-js/eslint-plugin-compass": "^1.2.6",
2020
"@typescript-eslint/eslint-plugin": "^5.59.0",

configs/webpack-config-compass/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
"typescript": "^5.0.4"
5858
},
5959
"dependencies": {
60-
"@babel/core": "^7.21.4",
61-
"@babel/plugin-proposal-decorators": "^7.21.0",
62-
"@babel/plugin-transform-runtime": "^7.21.4",
63-
"@babel/preset-env": "^7.21.4",
64-
"@babel/preset-react": "^7.18.6",
65-
"@babel/preset-typescript": "^7.21.4",
66-
"@babel/runtime": "^7.21.0",
60+
"@babel/core": "^7.26.10",
61+
"@babel/plugin-proposal-decorators": "^7.25.9",
62+
"@babel/plugin-transform-runtime": "^7.26.10",
63+
"@babel/preset-env": "^7.26.9",
64+
"@babel/preset-react": "^7.26.3",
65+
"@babel/preset-typescript": "^7.26.0",
66+
"@babel/runtime": "^7.26.10",
6767
"@cerner/duplicate-package-checker-webpack-plugin": "^2.1.0",
6868
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
6969
"babel-loader": "^8.2.5",

0 commit comments

Comments
 (0)