Skip to content

Commit 01ee9c9

Browse files
committed
fix(deps): update babel monorepo
1 parent 284321f commit 01ee9c9

File tree

3 files changed

+799
-996
lines changed

3 files changed

+799
-996
lines changed

packages/babel-preset/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"index.js"
2020
],
2121
"dependencies": {
22-
"@babel/plugin-proposal-class-properties": "7.14.5",
23-
"@babel/plugin-proposal-object-rest-spread": "7.15.6",
24-
"@babel/preset-env": "7.15.6",
25-
"@babel/preset-react": "7.14.5",
22+
"@babel/plugin-proposal-class-properties": "7.16.7",
23+
"@babel/plugin-proposal-object-rest-spread": "7.17.3",
24+
"@babel/preset-env": "7.16.11",
25+
"@babel/preset-react": "7.16.7",
2626
"babel-plugin-lodash": "3.3.4",
2727
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
2828
"babel-preset-react-hmre": "1.1.1"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "7.15.5"
31+
"@babel/core": "7.17.5"
3232
}
3333
}

packages/spire-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"access": "public"
1313
},
1414
"dependencies": {
15-
"@babel/core": "7.15.5",
16-
"@babel/eslint-parser": "7.15.4",
15+
"@babel/core": "7.17.5",
16+
"@babel/eslint-parser": "7.17.0",
1717
"@researchgate/eslint-config-node": "3.0.0",
1818
"@researchgate/eslint-config-node-babel": "3.0.0",
1919
"@researchgate/eslint-config-node-typescript": "2.0.0",

0 commit comments

Comments
 (0)