Skip to content

Commit fe25a16

Browse files
committed
fix(deps): update babel monorepo to v7.15.8
1 parent 284321f commit fe25a16

File tree

3 files changed

+118
-360
lines changed

3 files changed

+118
-360
lines changed

packages/babel-preset/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"dependencies": {
2222
"@babel/plugin-proposal-class-properties": "7.14.5",
2323
"@babel/plugin-proposal-object-rest-spread": "7.15.6",
24-
"@babel/preset-env": "7.15.6",
24+
"@babel/preset-env": "7.15.8",
2525
"@babel/preset-react": "7.14.5",
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.15.8"
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.15.8",
16+
"@babel/eslint-parser": "7.15.8",
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)