Skip to content

Commit

Permalink
npm update
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiraMiyakoda committed Jul 11, 2020
1 parent 8a8dd61 commit e667911
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 101 deletions.
177 changes: 83 additions & 94 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,20 +121,20 @@
"test": "node ./out/test/runTest.js"
},
"devDependencies": {
"@types/glob": "^7.1.2",
"@types/glob": "^7.1.3",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.14",
"@types/node": "^14.0.22",
"@types/uuid": "^8.0.0",
"@types/vscode": "^1.46.0",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^7.3.1",
"@types/vscode": "^1.47.0",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"glob": "^7.1.6",
"mocha": "^8.0.1",
"prettier": "^2.0.5",
"typescript": "^3.9.5",
"typescript": "^3.9.6",
"vscode-test": "^1.4.0"
},
"dependencies": {
Expand Down

0 comments on commit e667911

Please sign in to comment.