Update eligible Babel dependencies to 7.5.1.

https://github.com/babel/babel/releases/tag/v7.5.1
This commit is contained in:
Ben Newman
2019-07-06 11:20:00 -04:00
parent a147cee6ce
commit 9500c7b1ab
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -211,9 +211,9 @@
}
},
"@babel/helpers": {
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.5.0.tgz",
"integrity": "sha512-EgCUEa8cNwuMrwo87l2d7i2oShi8m2Q58H7h3t4TWtqATZalJYFwfL9DulRe02f3KdqM9xmMCw3v/7Ll+EiaWg==",
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.5.1.tgz",
"integrity": "sha512-rVOTDv8sH8kNI72Unenusxw6u+1vEepZgLxeV+jHkhsQlYhzVhzL1EpfoWT7Ub3zpWSv2WV03V853dqsnyoQzA==",
"dev": true,
"requires": {
"@babel/template": "^7.4.4",
@@ -256,9 +256,9 @@
}
},
"@babel/plugin-proposal-object-rest-spread": {
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.0.tgz",
"integrity": "sha512-G1qy5EdcO3vYhbxlXjRSR2SXB8GsxYv9hoRKT1Jdn3qy/NUnFqUUnqymKZ00Pbj+3FXNh06B+BUZzecrp3sxNw==",
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.1.tgz",
"integrity": "sha512-PVGXx5LYHcT7L4MdoE+rM5uq68IKlvU9lljVQ4OXY6aUEnGvezcGbM4VNY57Ug+3R2Zg/nYHlEdiWoIBoRA0mw==",
"requires": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0"

View File

@@ -9,7 +9,7 @@
"dependencies": {
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.1",
"@babel/plugin-syntax-async-generators": "^7.2.0",
"@babel/plugin-syntax-class-properties": "^7.2.0",
"@babel/plugin-syntax-flow": "^7.2.0",