Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
josa42 committed Dec 7, 2020
1 parent 965dba0 commit 2b19bf6
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 2,903 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
lib
node_modules
yarn-error.log
18 changes: 7 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -635,25 +635,21 @@
},
"devDependencies": {
"@chemzqm/tsconfig": "^0.0.3",
"@chemzqm/tslint-config": "^1.0.17",
"@types/node": "^14.14.10",
"@types/unzipper": "^0.10.3",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"@types/tar": "^4.0.4",
"@types/which": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"coc-dev-tools": "^0.1.0",
"coc.nvim": "0.0.79",
"eslint": "^7.2.0",
"eslint": "^7.15.0",
"eslint-config-josa-typescript": "^0.1.2",
"rimraf": "^3.0.2",
"typescript": "^4.0.3"
"typescript": "^4.1.2"
},
"dependencies": {
"@types/tar": "^4.0.4",
"@types/which": "^1.3.2",
"node-unzipper": "^0.0.3",
"tar": "^6.0.5",
"tslib": "^2.0.1",
"unzipper": "^0.10.11",
"tslib": "^2.0.3",
"which": "^2.0.2"
}
}
Loading

0 comments on commit 2b19bf6

Please sign in to comment.