Skip to content

Commit

Permalink
Upgrading deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Dec 5, 2020
1 parent 8ec2fe4 commit 69f975f
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 88 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ node_js:
- "12"
- "13"
- "14"
- "15"
176 changes: 92 additions & 84 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
Expand Up @@ -78,15 +78,15 @@
"@yomguithereal/eslint-config": "^4.0.0",
"asciitree": "^1.0.2",
"damerau-levenshtein": "^1.0.6",
"eslint": "^7.3.1",
"eslint": "^7.15.0",
"leven": "^3.1.0",
"lodash": "^4.17.15",
"matcha": "^0.7.0",
"mocha": "^8.0.1",
"pandemonium": "^1.5.0",
"mocha": "^8.2.1",
"pandemonium": "^2.0.0",
"seedrandom": "^3.0.5",
"static-kdtree": "^1.0.2",
"typescript": "^4.0.3"
"typescript": "^4.1.2"
},
"eslintConfig": {
"extends": "@yomguithereal/eslint-config",
Expand Down

0 comments on commit 69f975f

Please sign in to comment.