Skip to content

Commit 9dff4ae

Browse files
committed
Upgrade dependencies to their latest versions
1 parent 55a2d04 commit 9dff4ae

8 files changed

+7779
-5510
lines changed

.babelrc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"presets": [
3-
"env"
3+
[
4+
"@babel/preset-env"
5+
]
46
],
5-
"plugins": ["transform-runtime"]
7+
"plugins": [
8+
"@babel/plugin-transform-runtime"
9+
]
610
}

0 commit comments

Comments
 (0)