0.2.2 Update Depts

master
David Kebler 2019-08-10 18:01:44 -07:00
parent 626fe1483c
commit a9b5c24859
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@uci-utils/read-lines", "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)", "description": "Functions to read and write lines from/to a file into/from an Array (asynchronously)",
"main": "src/read-lines.js", "main": "src/read-lines.js",
"scripts": { "scripts": {
@ -28,14 +28,14 @@
}, },
"homepage": "https://github.com/uCOMmandIt/uci-utils#readme", "homepage": "https://github.com/uCOMmandIt/uci-utils#readme",
"dependencies": { "dependencies": {
"@uci-utils/logger": "0.0.13", "@uci-utils/logger": "^0.0.15",
"p-settle": "^2.1.0" "p-settle": "^3.1.0"
}, },
"devDependencies": { "devDependencies": {
"chai": "^4.2.0", "chai": "^4.2.0",
"chai-arrays": "^2.0.0", "chai-arrays": "^2.0.0",
"esm": "^3.2.4", "esm": "^3.2.25",
"mocha": "^5.2.0", "mocha": "^6.2.0",
"nodemon": "^1.18.10" "nodemon": "^1.19.1"
} }
} }