From a9b5c248596f8875f0bf874c759b93828afd861a Mon Sep 17 00:00:00 2001 From: David Kebler Date: Sat, 10 Aug 2019 18:01:44 -0700 Subject: [PATCH] 0.2.2 Update Depts --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 40fe8f8..98e19de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uci-utils/read-lines", - "version": "0.2.1", + "version": "0.2.2", "description": "Functions to read and write lines from/to a file into/from an Array (asynchronously)", "main": "src/read-lines.js", "scripts": { @@ -28,14 +28,14 @@ }, "homepage": "https://github.com/uCOMmandIt/uci-utils#readme", "dependencies": { - "@uci-utils/logger": "0.0.13", - "p-settle": "^2.1.0" + "@uci-utils/logger": "^0.0.15", + "p-settle": "^3.1.0" }, "devDependencies": { "chai": "^4.2.0", "chai-arrays": "^2.0.0", - "esm": "^3.2.4", - "mocha": "^5.2.0", - "nodemon": "^1.18.10" + "esm": "^3.2.25", + "mocha": "^6.2.0", + "nodemon": "^1.19.1" } }