Skip to content

Commit

Permalink
Update Prettier Version Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
merichar authored Mar 29, 2023
1 parent 613fc24 commit 8cbffb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
]
},
"devDependencies": {
"@prettier/plugin-ruby": "^1.5.1",
"@prettier/plugin-ruby": "^3.x.x",
"eslint": "^7.18.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
Expand All @@ -48,11 +48,11 @@
"jest": "^27.0.3",
"jest-snapshot-serializer-raw": "^1.1.0",
"lint-staged": "^11.0.0",
"prettier": ">=2.0.0 <2.3"
"prettier": "^2.x.x"
},
"peerDependencies": {
"@prettier/plugin-ruby": "^1.0.0",
"prettier": ">=2.0.0 <2.3"
"@prettier/plugin-ruby": "^3.x.x",
"prettier": "^2.x.x"
},
"dependencies": {
"prettier-html-templates": "^0.1.0"
Expand Down

0 comments on commit 8cbffb4

Please sign in to comment.