Skip to content

Commit

Permalink
Prepare v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed Jul 31, 2020
1 parent 52b77ac commit 9e45740
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
76 changes: 38 additions & 38 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.12.2",
"version": "3.13.0",
"publisher": "Dart-Code",
"engines": {
"vscode": "^1.44.0"
"vscode": "^1.47.0"
},
"extensionKind": [
"workspace"
Expand Down Expand Up @@ -54,9 +54,9 @@
"lint": "tslint src/**/*.ts -t verbose"
},
"devDependencies": {
"@types/node": "^12.12.37",
"@types/vscode": "^1.44.0",
"tslint": "^5.20.1",
"typescript": "^3.8.3"
"@types/node": "^12.12.50",
"@types/vscode": "^1.47.0",
"tslint": "^6.1.2",
"typescript": "^3.9.6"
}
}

0 comments on commit 9e45740

Please sign in to comment.