You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by dp...@apache.org on 2019/03/18 03:07:23 UTC

[cordova-fetch] branch master updated: Prepare Fetch 2.0.1 Patch Release (#61)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c8abbaf  Prepare Fetch 2.0.1 Patch Release (#61)
c8abbaf is described below

commit c8abbaf9319534e142c2e2e5b926ecec50e9815e
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Mon Mar 18 12:07:19 2019 +0900

    Prepare Fetch 2.0.1 Patch Release (#61)
    
    * Bumped cordova-common@^3.1.0
    
    * Bumped fs-extra@^7.0.1
    
    * Bumped pify@^4.0.1
    
    * Bumped resolve@^1.10.0
    
    * Bumped semver@^5.6.0
    
    * Bumped eslint@^5.15.2
    
    * Bumped eslint-plugin-import@^2.16.0
    
    * Bumped eslint-plugin-node@^8.0.1
    
    * Bumped eslint-plugin-promise@^4.0.1
    
    * Bumped jasmine@^3.3.1
    
    * Bumped nyc@^13.3.0
---
 package.json | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/package.json b/package.json
index fe98d96..526709b 100644
--- a/package.json
+++ b/package.json
@@ -21,26 +21,26 @@
     "email": "dev@cordova.apache.org"
   },
   "dependencies": {
-    "cordova-common": "^3.0.0",
-    "fs-extra": "^7.0.0",
+    "cordova-common": "^3.1.0",
+    "fs-extra": "^7.0.1",
     "npm-package-arg": "^6.1.0",
-    "pify": "^4.0.0",
-    "resolve": "^1.8.1",
-    "semver": "^5.5.0",
+    "pify": "^4.0.1",
+    "resolve": "^1.10.0",
+    "semver": "^5.6.0",
     "which": "^1.3.1"
   },
   "devDependencies": {
-    "eslint": "^5.8.0",
+    "eslint": "^5.15.2",
     "eslint-config-semistandard": "^13.0.0",
     "eslint-config-standard": "^12.0.0",
-    "eslint-plugin-import": "^2.13.0",
-    "eslint-plugin-node": "^8.0.0",
-    "eslint-plugin-promise": "^4.0.0",
+    "eslint-plugin-import": "^2.16.0",
+    "eslint-plugin-node": "^8.0.1",
+    "eslint-plugin-promise": "^4.0.1",
     "eslint-plugin-standard": "^4.0.0",
     "file-url": "^2.0.2",
-    "jasmine": "^3.3.0",
-    "rewire": "^4.0.1",
-    "nyc": "^13.0.0"
+    "jasmine": "^3.3.1",
+    "nyc": "^13.3.0",
+    "rewire": "^4.0.1"
   },
   "scripts": {
     "test": "npm run eslint && npm run cover",


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