Skip to content

Commit 1a46de5

Browse files
chore(deps-dev): upgrade babel dependencies to latest versions (#1008)
Co-authored-by: Lukas Harbarth <[email protected]>
1 parent 15a1e99 commit 1a46de5

File tree

2 files changed

+268
-13
lines changed

2 files changed

+268
-13
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"tocbot": "^4.12.0"
4040
},
4141
"devDependencies": {
42-
"@babel/core": "^7.12.3",
42+
"@babel/core": "^7.12.8",
4343
"@babel/plugin-proposal-class-properties": "^7.12.1",
4444
"@babel/plugin-proposal-decorators": "^7.12.1",
4545
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
46-
"@babel/plugin-proposal-numeric-separator": "^7.12.5",
47-
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
46+
"@babel/plugin-proposal-numeric-separator": "^7.12.7",
47+
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
4848
"@babel/plugin-transform-runtime": "^7.12.1",
49-
"@babel/preset-env": "^7.12.1",
50-
"@babel/preset-react": "^7.12.5",
51-
"@babel/preset-typescript": "^7.12.1",
49+
"@babel/preset-env": "^7.12.7",
50+
"@babel/preset-react": "^7.12.7",
51+
"@babel/preset-typescript": "^7.12.7",
5252
"@rollup/plugin-babel": "^5.2.1",
5353
"@rollup/plugin-commonjs": "^16.0.0",
5454
"@rollup/plugin-json": "^4.0.3",

0 commit comments

Comments
 (0)