diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2019-08-27 15:48:54 +0000 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2019-08-27 15:48:54 +0000 |
| commit | 9ba488cf1fa13951842a8937af38f3043c307fc7 (patch) | |
| tree | 0b53a85857326b9eb3a43c263b63c47562406166 | |
| parent | 34f7fb1bce61ec220c49d5e4ad7c3d8f3874f02b (diff) | |
| download | vim-prettier-9ba488cf1fa13951842a8937af38f3043c307fc7.tar.xz | |
Bumping latest supported version
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index eb53112..494cfd7 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "git", "url": "git://github.com/prettier/vim-prettier.git" }, - "scripts": { + "scripts": { "test": "LOG_LEVEL=error jest" }, "dependencies": { @@ -17,7 +17,7 @@ "@prettier/plugin-python": "prettier/plugin-python", "@prettier/plugin-ruby": "^0.8.0", "@prettier/plugin-swift": "prettier/plugin-swift", - "prettier": "^1.16.4" + "prettier": "^1.18.2" }, "devDependencies": { "colors": "^1.3.2", |
