This commit is contained in:
zhigang.li 2018-08-22 12:02:40 +08:00
parent 73cb524f65
commit 08e7b69e3c
1 changed files with 17 additions and 0 deletions

17
package-lock.json generated
View File

@ -356,6 +356,23 @@
"@babel/helper-plugin-utils": "7.0.0-beta.47"
}
},
"@babel/plugin-syntax-dynamic-import": {
"version": "7.0.0-rc.2",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.0.0-rc.2.tgz",
"integrity": "sha512-4Pnwwv4s9EhdZrYHP/dMEbr/TR7bqGsINofRavYBHv1lVSwvajhB0Z6+YAmOZabQZieCfH0Kfg1oJLa3sYsfpQ==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "7.0.0-rc.2"
},
"dependencies": {
"@babel/helper-plugin-utils": {
"version": "7.0.0-rc.2",
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0-rc.2.tgz",
"integrity": "sha512-kavwJYTgdd5W12MpfMJMznrfsx3sCl0HMSJ0vsPcbwT9jhF0EmYL1eyfeYbo4pToYmQgPKp+VGtSHQ3wL8N5lQ==",
"dev": true
}
}
},
"@babel/plugin-syntax-jsx": {
"version": "7.0.0-beta.47",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.0.0-beta.47.tgz",