Skip to content

Commit 2489f60

Browse files
😒 chore(deps-dev): Upgrade babel packages.
1 parent a1bafb5 commit 2489f60

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"author": "Aurélien Ooms <aurelien.ooms@gmail.com>",
66
"ava": {
77
"require": [
8-
"babel-polyfill",
9-
"babel-register"
8+
"@babel/polyfill",
9+
"@babel/register"
1010
]
1111
},
1212
"babel": {
1313
"presets": [
14-
"latest"
14+
"@babel/preset-env"
1515
],
1616
"env": {
1717
"development": {
@@ -40,8 +40,8 @@
4040
"esdoc": "^1.1.0",
4141
"nyc": "^10.1.2",
4242
"@babel/cli": "7.10.5",
43-
"@babel/core": "7.10.5",
44-
"@babel/preset-env": "7.10.4",
43+
"@babel/core": "7.11.1",
44+
"@babel/preset-env": "7.11.0",
4545
"@babel/register": "7.10.5",
4646
"babel-plugin-transform-remove-console": "6.9.4",
4747
"babel-plugin-unassert": "3.0.1",

0 commit comments

Comments
 (0)