1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-01 18:06:45 +01:00

Merge pull request #1479 from h3poteto/dependabot/npm_and_yarn/babel/plugin-transform-runtime-7.10.0

Bump @babel/plugin-transform-runtime from 7.8.3 to 7.10.0
This commit is contained in:
AkiraFukushima 2020-05-27 23:16:30 +09:00 committed by GitHub
commit 38ce6c56d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3329,9 +3329,9 @@
}
},
"@babel/plugin-transform-runtime": {
"version": "7.8.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.8.3.tgz",
"integrity": "sha512-/vqUt5Yh+cgPZXXjmaG9NT8aVfThKk7G4OqkVhrXqwsC5soMn/qTCxs36rZ2QFhpfTJcjw4SNDIZ4RUb8OL4jQ==",
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.10.0.tgz",
"integrity": "sha512-SWIc5IJnoLHk9qVRvvpebUW5lafStcKlLcqELMiNOApVIxPbCtkQfLRMCdaEKw4X92JItFKdoBxv2udiyGwFtg==",
"dev": true,
"requires": {
"@babel/helper-module-imports": "^7.8.3",

View File

@ -210,7 +210,7 @@
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.10.0",
"@babel/preset-env": "^7.9.6",
"@babel/runtime": "^7.9.6",
"@mapbox/stylelint-processor-arbitrary-tags": "^0.3.0",