Update all of babel7 to version 7.3.4

This commit is contained in:
depfu[bot] 2019-02-26 20:47:16 +00:00
parent b7466a1d22
commit 2fd53dcd7e
2 changed files with 39 additions and 22 deletions

57
package-lock.json generated
View file

@ -13,18 +13,18 @@
} }
}, },
"@babel/core": { "@babel/core": {
"version": "7.3.3", "version": "7.3.4",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.3.3.tgz", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.3.4.tgz",
"integrity": "sha512-w445QGI2qd0E0GlSnq6huRZWPMmQGCp5gd5ZWS4hagn0EiwzxD5QMFkpchyusAyVC1n27OKXzQ0/88aVU9n4xQ==", "integrity": "sha512-jRsuseXBo9pN197KnDwhhaaBzyZr2oIcLHHTt2oDdQrej5Qp57dCCJafWx5ivU8/alEYDpssYqv1MUqcxwQlrA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/code-frame": "^7.0.0", "@babel/code-frame": "^7.0.0",
"@babel/generator": "^7.3.3", "@babel/generator": "^7.3.4",
"@babel/helpers": "^7.2.0", "@babel/helpers": "^7.2.0",
"@babel/parser": "^7.3.3", "@babel/parser": "^7.3.4",
"@babel/template": "^7.2.2", "@babel/template": "^7.2.2",
"@babel/traverse": "^7.2.2", "@babel/traverse": "^7.3.4",
"@babel/types": "^7.3.3", "@babel/types": "^7.3.4",
"convert-source-map": "^1.1.0", "convert-source-map": "^1.1.0",
"debug": "^4.1.0", "debug": "^4.1.0",
"json5": "^2.1.0", "json5": "^2.1.0",
@ -35,12 +35,12 @@
}, },
"dependencies": { "dependencies": {
"@babel/generator": { "@babel/generator": {
"version": "7.3.3", "version": "7.3.4",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.3.3.tgz", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.3.4.tgz",
"integrity": "sha512-aEADYwRRZjJyMnKN7llGIlircxTCofm3dtV5pmY6ob18MSIuipHpA2yZWkPlycwu5HJcx/pADS3zssd8eY7/6A==", "integrity": "sha512-8EXhHRFqlVVWXPezBW5keTiQi/rJMQTg/Y9uVCEZ0CAF3PKtCCaVRnp64Ii1ujhkoDhhF1fVsImoN4yJ2uz4Wg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/types": "^7.3.3", "@babel/types": "^7.3.4",
"jsesc": "^2.5.1", "jsesc": "^2.5.1",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"source-map": "^0.5.0", "source-map": "^0.5.0",
@ -48,9 +48,9 @@
} }
}, },
"@babel/parser": { "@babel/parser": {
"version": "7.3.3", "version": "7.3.4",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.3.3.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.3.4.tgz",
"integrity": "sha512-xsH1CJoln2r74hR+y7cg2B5JCPaTh+Hd+EbBRk9nWGSNspuo6krjhX0Om6RnRQuIvFq8wVXCLKH3kwKDYhanSg==", "integrity": "sha512-tXZCqWtlOOP4wgCp6RjRvLmfuhnqTLy9VHwRochJBCP2nDm27JnnuFEnXFASVyQNHk36jD1tAammsCEEqgscIQ==",
"dev": true "dev": true
}, },
"@babel/template": { "@babel/template": {
@ -64,10 +64,27 @@
"@babel/types": "^7.2.2" "@babel/types": "^7.2.2"
} }
}, },
"@babel/traverse": {
"version": "7.3.4",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.3.4.tgz",
"integrity": "sha512-TvTHKp6471OYEcE/91uWmhR6PrrYywQntCHSaZ8CM8Vmp+pjAusal4nGB2WCCQd0rvI7nOMKn9GnbcvTUz3/ZQ==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/generator": "^7.3.4",
"@babel/helper-function-name": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.0.0",
"@babel/parser": "^7.3.4",
"@babel/types": "^7.3.4",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.11"
}
},
"@babel/types": { "@babel/types": {
"version": "7.3.3", "version": "7.3.4",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.3.3.tgz", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.3.4.tgz",
"integrity": "sha512-2tACZ80Wg09UnPg5uGAOUvvInaqLk3l/IAhQzlxLQOIXacr6bMsra5SH6AWw/hIDRCSbCdHP2KzSOD+cT7TzMQ==", "integrity": "sha512-WEkp8MsLftM7O/ty580wAmZzN1nDmCACc5+jFzUt+GUFNNIi3LdRlueYz0YIlmJhlZx1QYDMZL5vdWCL0fNjFQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"esutils": "^2.0.2", "esutils": "^2.0.2",
@ -618,9 +635,9 @@
} }
}, },
"@babel/plugin-transform-flow-strip-types": { "@babel/plugin-transform-flow-strip-types": {
"version": "7.2.3", "version": "7.3.4",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.2.3.tgz", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.3.4.tgz",
"integrity": "sha512-xnt7UIk9GYZRitqCnsVMjQK1O2eKZwFB3CvvHjf5SGx6K6vr/MScCKQDnf1DxRaj501e3pXjti+inbSXX2ZUoQ==", "integrity": "sha512-PmQC9R7DwpBFA+7ATKMyzViz3zCaMNouzZMPZN2K5PnbBbtL3AXFYTkDk+Hey5crQq2A90UG5Uthz0mel+XZrA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",

View file

@ -29,8 +29,8 @@
"throttle-debounce": "^2.1.0" "throttle-debounce": "^2.1.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.3.3", "@babel/core": "^7.3.4",
"@babel/plugin-transform-flow-strip-types": "^7.2.3", "@babel/plugin-transform-flow-strip-types": "^7.3.4",
"@babel/preset-flow": "^7.0.0", "@babel/preset-flow": "^7.0.0",
"@cypress/browserify-preprocessor": "^2.0.0", "@cypress/browserify-preprocessor": "^2.0.0",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.1",