Skip to content

Commit

Permalink
Revert "chore(deps): update dependency prettier to v3.1.1" (#1496)
Browse files Browse the repository at this point in the history
Revert "chore(deps): update dependency prettier to v3.1.1 (#1453)"

This reverts commit 1a89185.
  • Loading branch information
Qs-F authored Jan 5, 2024
1 parent 1a89185 commit 7584d05
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions example/vite-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@vitejs/plugin-react": "2.2.0",
"autoprefixer": "10.4.16",
"postcss": "8.4.31",
"prettier": "3.1.1",
"prettier": "3.0.1",
"tailwindcss": "3.3.5",
"typescript": "5.1.6",
"vite": "3.2.7",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"html-webpack-plugin": "^5.5.0",
"lint-staged": "14.0.1",
"npm-run-all": "4.1.5",
"prettier": "3.1.1",
"prettier": "3.0.1",
"turbo": "1.11.2",
"typescript": "5.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prettier-plugin-sh": "0.13.1"
},
"devDependencies": {
"prettier": "3.1.1"
"prettier": "3.0.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 7584d05

Please sign in to comment.