Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-29 04:21:34 +0300
committerGitHub <noreply@github.com>2020-03-29 04:21:34 +0300
commitdb5053d32a470ed4618da6dd7402de5edaab4e92 (patch)
tree3de68b24c558f8206ffc1c91219f5e405881749e /package.json
parentb247b2f01fdbe9f6bceb0b8f5143e0e460f45975 (diff)
Bump @babel/plugin-transform-runtime from 7.8.3 to 7.9.0
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel) from 7.8.3 to 7.9.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.8.3...v7.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0a7001d18..b76ecf8cc 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/plugin-transform-runtime": "^7.8.3",
+ "@babel/plugin-transform-runtime": "^7.9.0",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@cypress/browserify-preprocessor": "^2.1.4",