diff options
| author | mitermayer <mreis@atlassian.com> | 2020-04-27 08:10:57 +1000 |
|---|---|---|
| committer | mitermayer <mreis@atlassian.com> | 2020-04-27 08:10:57 +1000 |
| commit | e12223182a51c85528159cb8baf4339998eb9797 (patch) | |
| tree | 362e8fba738b1bcd5bb4f03a4b6f8ac3097cc852 /package.json | |
| parent | de4c4fc5d879c8d82668e47384f80ff45c1bfb42 (diff) | |
| download | vim-prettier-e12223182a51c85528159cb8baf4339998eb9797.tar.xz | |
issue/232-adding-support-for-prettier-2.x - Adding support for prettier
2.x
- Updating default config
- Adding missing configuration
- Updating yarn lock
- Updating package.json depedencies
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 291da90..64b4432 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@prettier/plugin-php": "^0.10.2", "@prettier/plugin-ruby": "^0.8.0", "@prettier/plugin-xml": "^0.7.2", - "prettier": "^1.19.1" + "prettier": "^2.0.4" }, "devDependencies": { "colors": "^1.3.2", |
