Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
chore(deps): update peer dependencies (VF-3118) (#40)
Browse files Browse the repository at this point in the history
* chore(deps): update peer dependencies (VF-3118)

Co-authored-by: Pedro Carvalho <pedro.matosdecarvalho@voiceflow.com>
Co-authored-by: xavidop <xavi_tb@hotmail.com>
  • Loading branch information
3 people committed May 6, 2022
1 parent c124a0a commit 9021e34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -25,7 +25,7 @@
"fixpack": "^4.0.0",
"husky": "^4.3.8",
"lint-staged": "^10.5.3",
"prettier": "^1.19.1",
"prettier": "^2.0.0",
"prettier-eslint-cli": "^5.0.0"
},
"files": [
Expand All @@ -38,7 +38,7 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"prettier": "^1.19.1"
"prettier": "^1.19.1 || ^2.0.0"
},
"prettier": "@voiceflow/prettier-config",
"repository": {
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Expand Up @@ -4083,11 +4083,16 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@^1.19.1, prettier@^1.7.0:
prettier@^1.7.0:
version "1.19.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==

prettier@^2.0.0:
version "2.6.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032"
integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==

pretty-format@^23.0.1:
version "23.6.0"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-23.6.0.tgz#5eaac8eeb6b33b987b7fe6097ea6a8a146ab5760"
Expand Down

0 comments on commit 9021e34

Please sign in to comment.