Skip to content

Commit

Permalink
fix(dependencies): fix vulnerabilities and upgrade dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
kirbysayshi committed Apr 7, 2020
1 parent 85aa052 commit 448cc17
Show file tree
Hide file tree
Showing 3 changed files with 2,629 additions and 2,298 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,15 @@
},
"devDependencies": {
"@kirbysayshi/ts-run": "^3.0.1",
"@spotify/web-scripts": "^3.3.0",
"husky": "^3.1.0"
"@spotify/web-scripts": "^6.2.0",
"husky": "^4.2.3"
},
"dependencies": {
"@types/mock-fs": "^4.10.0",
"mock-fs": "^4.10.4"
"mock-fs": "^4.11.0"
},
"resolutions": {
"mem": "^4.3.0",
"minimist": "^1.2.5"
}
}
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ type FolderDesc = {
};

function parseArgv(argv: string[]) {
// TODO: add a feature to list what file was used to sort a project into the archive or not.

const config = {
age: 180, // days
// TODO: allow configuring this via a config file? the goal is that you shouldn't need cli args
Expand Down
Loading

0 comments on commit 448cc17

Please sign in to comment.