Skip to content

Commit

Permalink
v3.9.0 and updated deps to match Dart
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed Apr 3, 2020
1 parent 4148bc9 commit 2f20b99
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
98 changes: 49 additions & 49 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "flutter",
"displayName": "Flutter",
"description": "Flutter support and debugger for Visual Studio Code.",
"version": "3.8.1",
"version": "3.9.0",
"publisher": "Dart-Code",
"engines": {
"vscode": "^1.40.0"
"vscode": "^1.43.0"
},
"extensionKind": [
"workspace"
Expand Down Expand Up @@ -54,9 +54,9 @@
"lint": "tslint src/**/*.ts -t verbose"
},
"devDependencies": {
"@types/node": "^10.14.8",
"@types/vscode": "^1.38.0",
"tslint": "^5.20.0",
"typescript": "^3.6.3"
"@types/node": "^12.12.14",
"@types/vscode": "^1.43.0",
"tslint": "^5.20.1",
"typescript": "^3.7.3"
}
}

0 comments on commit 2f20b99

Please sign in to comment.