mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-02 06:52:34 +02:00
Dependency updates + changelog
This commit is contained in:
Vendored
+1
-1
@@ -16,7 +16,7 @@
|
||||
"outFiles": [
|
||||
"${workspaceFolder}/dist/**/*.js"
|
||||
],
|
||||
// "preLaunchTask": "npm: webpack"
|
||||
"preLaunchTask": "npm: webpack"
|
||||
},
|
||||
{
|
||||
"name": "Extension Tests",
|
||||
|
||||
@@ -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
|
||||
|
||||
Generated
+805
-442
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user