Skip to content

Commit

Permalink
chore(deps): update dependency prettier to ^3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2023
1 parent 214a5ff commit 33bfddc
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 58 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"github-markdown-css": "^5.2.0",
"linguist-languages": "^7.26.1",
"lodash": "^4.17.21",
"prettier": "^3.0.0",
"prettier": "^3.0.3",
"prettier-plugin-autocorrect": "workspace:*",
"prettier-plugin-pkg": "workspace:*",
"prettier-plugin-sh": "workspace:*",
Expand All @@ -71,7 +71,7 @@
},
"resolutions": {
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.0",
"prettier": "^3.0.3",
"prettier-plugin-autocorrect": "workspace:*",
"prettier-plugin-pkg": "workspace:*",
"prettier-plugin-sh": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/autocorrect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"CJK"
],
"peerDependencies": {
"prettier": "^3.0.0"
"prettier": "^3.0.3"
},
"dependencies": {
"autocorrect-node": "^2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prettier-plugin"
],
"peerDependencies": {
"prettier": "^3.0.0"
"prettier": "^3.0.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/sh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prettier-plugin"
],
"peerDependencies": {
"prettier": "^3.0.0"
"prettier": "^3.0.3"
},
"dependencies": {
"mvdan-sh": "^0.10.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"prettier-plugin"
],
"peerDependencies": {
"prettier": "^3.0.0"
"prettier": "^3.0.3"
},
"dependencies": {
"node-sql-parser": "^4.7.0",
Expand Down
Loading

0 comments on commit 33bfddc

Please sign in to comment.