chore: update @babel/plugin-proposal-dynamic-import

This commit is contained in:
Abdón Rodríguez Davila
2020-08-18 17:08:46 +02:00
committed by Lars den Bakker
parent 73f83fd5fd
commit d3d89ec3d4
4 changed files with 16 additions and 3 deletions

View File

@@ -55,7 +55,7 @@
"dependencies": {
"@babel/core": "^7.11.1",
"@babel/helpers": "^7.10.4",
"@babel/plugin-proposal-dynamic-import": "^7.8.3",
"@babel/plugin-proposal-dynamic-import": "^7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",

View File

@@ -46,7 +46,7 @@
"@babel/core": "^7.11.1",
"@babel/generator": "^7.9.6",
"@babel/parser": "^7.9.6",
"@babel/plugin-proposal-dynamic-import": "^7.8.3",
"@babel/plugin-proposal-dynamic-import": "^7.10.4",
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.9.1",
"@babel/preset-env": "^7.9.0",

View File

@@ -60,7 +60,7 @@
],
"dependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-dynamic-import": "^7.8.3",
"@babel/plugin-proposal-dynamic-import": "^7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-syntax-class-properties": "^7.8.3",

View File

@@ -420,6 +420,11 @@
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670"
integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==
"@babel/helper-plugin-utils@^7.10.4":
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
"@babel/helper-regex@^7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.8.3.tgz#139772607d51b93f23effe72105b319d2a4c6965"
@@ -597,6 +602,14 @@
"@babel/helper-plugin-utils" "^7.8.3"
"@babel/plugin-syntax-decorators" "^7.8.3"
"@babel/plugin-proposal-dynamic-import@^7.10.4":
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.4.tgz#ba57a26cb98b37741e9d5bca1b8b0ddf8291f17e"
integrity sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ==
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
"@babel/plugin-proposal-dynamic-import@^7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.8.3.tgz#38c4fe555744826e97e2ae930b0fb4cc07e66054"