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-06-22 08:59:30 +0300
committerGitHub <noreply@github.com>2020-06-22 08:59:30 +0300
commit8999d1bb6628460f1b5c063a728fcad59116c628 (patch)
tree25db9daead78f4f51ebeb7d5674a1622db32e173 /package.json
parentee5954dbe7ddc9992a4eaa55626ce90aa1834757 (diff)
Bump @babel/plugin-transform-runtime from 7.10.1 to 7.10.3
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.10.1 to 7.10.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.3/packages/babel-plugin-transform-runtime) 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 9f54ad731..4b6c14b40 100644
--- a/package.json
+++ b/package.json
@@ -61,7 +61,7 @@
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/plugin-transform-runtime": "^7.10.1",
+ "@babel/plugin-transform-runtime": "^7.10.3",
"@babel/polyfill": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@cypress/browserify-preprocessor": "^3.0.0",