Skip to content

Commit

Permalink
updating deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jun 12, 2020
1 parent 1141c50 commit 16e2417
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connection-string",
"version": "3.3.1",
"version": "3.4.0",
"description": "Advanced URL Connection String parser + generator.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -40,14 +40,14 @@
"devDependencies": {
"@types/chai": "4.2.11",
"@types/mocha": "7.0.2",
"@types/node": "14.0.1",
"@types/node": "14.0.13",
"chai": "4.2.0",
"coveralls": "3.1.0",
"mocha": "7.1.2",
"mocha": "8.0.1",
"mocha-lcov-reporter": "1.3.0",
"nyc": "15.0.1",
"ts-node": "8.10.1",
"nyc": "15.1.0",
"ts-node": "8.10.2",
"tslint": "6.1.2",
"typescript": "3.9.2"
"typescript": "3.9.5"
}
}

0 comments on commit 16e2417

Please sign in to comment.