chore(deps-dev): bump @babel/plugin-proposal-optional-chaining from 7.12.17 to 7.13.0

This commit is contained in:
dependabot[bot]
2021-02-23 02:43:28 -05:00
committed by GitHub
parent 2e01e8b614
commit f66a1e89c6
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -1879,20 +1879,20 @@
} }
}, },
"@babel/plugin-proposal-optional-chaining": { "@babel/plugin-proposal-optional-chaining": {
"version": "7.12.17", "version": "7.13.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.17.tgz", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.0.tgz",
"integrity": "sha512-TvxwI80pWftrGPKHNfkvX/HnoeSTR7gC4ezWnAL39PuktYUe6r8kEpOLTYnkBTsaoeazXm2jHJ22EQ81sdgfcA==", "integrity": "sha512-OVRQOZEBP2luZrvEbNSX5FfWDousthhdEoAOpej+Tpe58HFLvqRClT89RauIvBuCDFEip7GW1eT86/5lMy2RNA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/helper-plugin-utils": "^7.12.13", "@babel/helper-plugin-utils": "^7.13.0",
"@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1",
"@babel/plugin-syntax-optional-chaining": "^7.8.0" "@babel/plugin-syntax-optional-chaining": "^7.8.0"
}, },
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": { "@babel/helper-plugin-utils": {
"version": "7.12.13", "version": "7.13.0",
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.12.13.tgz", "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz",
"integrity": "sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA==", "integrity": "sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==",
"dev": true "dev": true
} }
} }

View File

@@ -101,7 +101,7 @@
"@babel/core": "=7.12.17", "@babel/core": "=7.12.17",
"@babel/plugin-proposal-class-properties": "=7.12.13", "@babel/plugin-proposal-class-properties": "=7.12.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.13.0", "@babel/plugin-proposal-nullish-coalescing-operator": "=7.13.0",
"@babel/plugin-proposal-optional-chaining": "=7.12.17", "@babel/plugin-proposal-optional-chaining": "=7.13.0",
"@babel/plugin-transform-runtime": "=7.12.17", "@babel/plugin-transform-runtime": "=7.12.17",
"@babel/preset-env": "=7.12.17", "@babel/preset-env": "=7.12.17",
"@babel/preset-react": "=7.12.13", "@babel/preset-react": "=7.12.13",