Skip to content

Commit

Permalink
Update version to v3.18.0 + sync deps with Dart
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed Dec 24, 2020
1 parent 0d04c36 commit b803109
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.17.0",
"version": "3.18.0",
"publisher": "Dart-Code",
"engines": {
"vscode": "^1.50.0"
"vscode": "^1.52.0"
},
"extensionKind": [
"workspace"
Expand Down Expand Up @@ -54,9 +54,9 @@
"lint": "tslint src/**/*.ts -t verbose"
},
"devDependencies": {
"@types/node": "^12.19.3",
"@types/vscode": "^1.50.0",
"@types/node": "^14.14.13",
"@types/vscode": "^1.52.0",
"tslint": "^6.1.3",
"typescript": "^4.0.5"
"typescript": "^4.1.3"
}
}

0 comments on commit b803109

Please sign in to comment.