Dependency updates + changelog

This commit is contained in:
Elio Struyf
2020-09-10 16:28:55 +02:00
parent 0970fe47b9
commit 35e86a92dd
4 changed files with 814 additions and 447 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"outFiles": [
"${workspaceFolder}/dist/**/*.js"
],
// "preLaunchTask": "npm: webpack"
"preLaunchTask": "npm: webpack"
},
{
"name": "Extension Tests",
+4
View File
@@ -1,5 +1,9 @@
# Change Log
## [1.5.0] - 2020-09-10
- [#17](https://github.com/estruyf/vscode-front-matter/issues/17): Make front matter be indentation `tabSize` aware
## [1.4.0] - 2020-08-24
- Added set `lastmod` date command
+805 -442
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -152,12 +152,12 @@
"glob": "^7.1.4",
"gray-matter": "4.0.2",
"mocha": "^6.1.4",
"ts-loader": "^6.0.4",
"ts-loader": "8.0.3",
"tslint": "^5.12.1",
"typescript": "^3.3.1",
"typescript": "4.0.2",
"vscode-test": "^1.0.2",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7"
"webpack": "4.44.1",
"webpack-cli": "3.3.12"
},
"dependencies": {
"@iarna/toml": "2.2.3"