Skip to content

Commit

Permalink
Update prettier to version 3x
Browse files Browse the repository at this point in the history
  • Loading branch information
rimonnassory committed Jul 4, 2024
1 parent 574c188 commit 04883a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"main": "index.js",
"scripts": {},
"devDependencies": {
"prettier": "^2.2.1"
"prettier": "^3.0.0"
},
"peerDependencies": {
"prettier": "2.x"
"prettier": "3.x"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=12.0.0"
"node": ">=16.0.0"
}
}

0 comments on commit 04883a8

Please sign in to comment.