Skip to content

Commit

Permalink
Sync dependencies with Dart
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed Nov 3, 2020
1 parent b41dab1 commit e19d160
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "3.16.0",
"publisher": "Dart-Code",
"engines": {
"vscode": "^1.49.0"
"vscode": "^1.50.0"
},
"extensionKind": [
"workspace"
Expand Down Expand Up @@ -54,9 +54,9 @@
"lint": "tslint src/**/*.ts -t verbose"
},
"devDependencies": {
"@types/node": "^12.12.58",
"@types/vscode": "^1.49.0",
"@types/node": "^12.19.3",
"@types/vscode": "^1.50.0",
"tslint": "^6.1.3",
"typescript": "^4.0.2"
"typescript": "^4.0.5"
}
}

0 comments on commit e19d160

Please sign in to comment.