You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/07/22 13:53:43 UTC

[cordova-cli] branch master updated: breaking: bump dev dependencies (#513)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d2484f  breaking: bump dev dependencies (#513)
3d2484f is described below

commit 3d2484f49eeb745da09e7acc8c4da41f45b012d7
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Jul 22 22:53:33 2020 +0900

    breaking: bump dev dependencies (#513)
    
    - mock-stdin@^1.0.0
    - nyc@^15.1.0
    - rewire@^5.0.0
---
 package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 53719d9..8e7b7ac 100644
--- a/package.json
+++ b/package.json
@@ -40,9 +40,9 @@
   "devDependencies": {
     "@cordova/eslint-config": "^3.0.0",
     "jasmine": "^3.5.0",
-    "mock-stdin": "^0.3.1",
-    "nyc": "^14.1.1",
-    "rewire": "^4.0.1"
+    "mock-stdin": "^1.0.0",
+    "nyc": "^15.1.0",
+    "rewire": "^5.0.0"
   },
   "author": "Apache Software Foundation",
   "contributors": [


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org