Skip to content

Commit

Permalink
Update node and typescript version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuta46 committed Jan 27, 2021
1 parent 9d4ade7 commit 07441af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
"test": "npm run compile && node ./node_modules/vscode/bin/test"
},
"devDependencies": {
"typescript": "^2.0.3",
"typescript": "^3.9.7",
"vscode": "^1.0.0",
"mocha": "^2.3.3",
"@types/node": "^6.0.40",
"@types/node": "^7.0.7",
"@types/mocha": "^2.2.32"
}
}

0 comments on commit 07441af

Please sign in to comment.