Skip to content

Commit

Permalink
chore(deps): bump prettier from 3.2.5 to 3.3.3
Browse files Browse the repository at this point in the history
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.5...3.3.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent dcc3b1d commit 46f9a87
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 93 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/react-dom": "^18.3.0",
"chokidar": "^3.6.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "4.0.0-alpha.16",
"typescript": "^5.5.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/react-dom": "^18.3.0",
"@types/source-map-support": "^0.5.10",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"tsx": "^4.16.2",
"typescript": "^5.5.4",
"vite": "^5.3.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"glob": "^11.0.0",
"jsonfile": "^6.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"prompt-confirm": "^2.0.4",
"publint": "^0.2.7",
Expand Down
Loading

0 comments on commit 46f9a87

Please sign in to comment.