Skip to content

Commit

Permalink
Merge pull request #15 from microsoft/lodash-bump
Browse files Browse the repository at this point in the history
[nodejs] Update dependencies.
  • Loading branch information
Mmdixon authored Jul 12, 2019
2 parents 20f450a + d995c7c commit ccfe13a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 63 deletions.
82 changes: 23 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phoneticmatching",
"version": "0.3.3",
"version": "0.3.4",
"description": "A text utility to do string comparisons at a phonetic level.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -34,13 +34,13 @@
"node-pre-gyp"
],
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/node": "^11.13.13",
"@types/jest": "^24.0.15",
"@types/node": "^11.13.17",
"@types/xregexp": "^3.0.30",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"typedoc": "^0.14.2",
"typescript": "^3.5.1"
"typescript": "^3.5.3"
},
"dependencies": {
"node-pre-gyp": "^0.12.0",
Expand Down

0 comments on commit ccfe13a

Please sign in to comment.