Skip to content

Commit

Permalink
Set version to v3.23 + bump deps to match Dart
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed Jun 1, 2021
1 parent c10ffd8 commit 5ab75f4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

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.22.0",
"version": "3.23.0",
"publisher": "Dart-Code",
"engines": {
"vscode": "^1.54.0"
"vscode": "^1.56.0"
},
"extensionKind": [
"workspace"
Expand Down Expand Up @@ -54,9 +54,9 @@
"lint": "tslint src/**/*.ts -t verbose"
},
"devDependencies": {
"@types/node": "^14.14.13",
"@types/vscode": "^1.54.0",
"@types/node": "^14.17.1",
"@types/vscode": "^1.56.0",
"tslint": "^6.1.3",
"typescript": "^4.1.3"
"typescript": "^4.2.4"
}
}

0 comments on commit 5ab75f4

Please sign in to comment.