Skip to content

Commit

Permalink
📦 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekNonGeneric committed Mar 14, 2020
1 parent 409b354 commit 05a599f
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 105 deletions.
183 changes: 83 additions & 100 deletions package-lock.json

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

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
},
"homepage": "https://github.com/DerekNonGeneric/loader339#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.22.0",
"@typescript-eslint/experimental-utils": "2.22.0",
"@typescript-eslint/parser": "2.22.0",
"@typescript-eslint/eslint-plugin": "2.23.0",
"@typescript-eslint/experimental-utils": "2.23.0",
"@typescript-eslint/parser": "2.23.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-prettier": "3.1.2",
"npm-check-updates": "4.0.3",
"npm-check-updates": "4.0.4",
"npm-run-all": "4.1.5",
"prettier": "1.19.1",
"semver": "7.1.3",
Expand All @@ -56,6 +56,7 @@
},
"dependencies": {
"cli-truncate": "2.1.0",
"cross-spawn": "7.0.1"
"cross-spawn": "7.0.1",
"minimist": "1.2.5"
}
}

0 comments on commit 05a599f

Please sign in to comment.