Skip to content

Commit c16a3d4

Browse files
authored
chore(dependencies): update babel dependencies to 7.10.1 (#345)
1 parent daf5f22 commit c16a3d4

File tree

2 files changed

+721
-405
lines changed

2 files changed

+721
-405
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"main": "dist/index.js",
2626
"dependencies": {
27-
"@babel/runtime": "7.8.3",
27+
"@babel/runtime": "7.10.1",
2828
"bluebird": "2.9.25",
2929
"forest-express": "7.2.0",
3030
"http-errors": "1.7.2",
@@ -34,12 +34,12 @@
3434
"semver": "5.6.0"
3535
},
3636
"devDependencies": {
37-
"@babel/cli": "7.8.3",
38-
"@babel/core": "7.8.3",
39-
"@babel/plugin-proposal-optional-chaining": "7.8.3",
40-
"@babel/plugin-transform-runtime": "7.8.3",
41-
"@babel/preset-env": "7.8.3",
42-
"@babel/register": "7.8.3",
37+
"@babel/cli": "7.10.1",
38+
"@babel/core": "7.10.1",
39+
"@babel/plugin-proposal-optional-chaining": "7.10.1",
40+
"@babel/plugin-transform-runtime": "7.10.1",
41+
"@babel/preset-env": "7.10.1",
42+
"@babel/register": "7.10.1",
4343
"@commitlint/cli": "8.3.5",
4444
"@commitlint/config-conventional": "8.3.4",
4545
"@commitlint/travis-cli": "8.3.5",

0 commit comments

Comments
 (0)