Skip to content

Commit 51bc9d7

Browse files
committed
Upgrade dependencies to their latest versions
1 parent c9a80a7 commit 51bc9d7

File tree

8 files changed

+7779
-5510
lines changed

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)