Skip to content

Commit 32c3e65

Browse files
chore(deps-dev): bump prettier from 3.2.5 to 3.3.3 (#146)
* chore(deps-dev): bump prettier from 3.2.5 to 3.3.3 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix: Resolving styling issues --------- Reviewed-by: AlexNg <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: AlexNg <[email protected]>
1 parent 4e1ac8c commit 32c3e65

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-mdx": "^3.1.5",
3333
"eslint-plugin-mdx": "^3.1.5",
3434
"postcss": "^8",
35-
"prettier": "^3.2.5",
35+
"prettier": "^3.3.3",
3636
"tailwindcss": "^3.4.5",
3737
"typescript": "^5"
3838
}

docs/src/pages/docs/latest/concurrent-processing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ You can find out more about the valid \__length_ and _get_value_ arguments [here
235235
</Text>
236236
<Text className="flex flex-row items-center gap-1 mx-my-2 mt-2">
237237
<DotFilledIcon className="w-5 h-5 mr-4" /> <Cross2Icon className="w-5 h-5" />
238-
<CheckIcon className="w-5 h-5 text-blue-600 mr-2" /> Has `__len__` and does not
239-
have `__getitem__`
238+
<CheckIcon className="w-5 h-5 text-blue-600 mr-2" /> Has `__len__` and does
239+
not have `__getitem__`
240240
</Text>
241241

242242
<div className="flex flex-wrap gap-4 mt-4">

package-lock.json

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"docs"
2323
],
2424
"devDependencies": {
25-
"prettier": "^3.2.5"
25+
"prettier": "^3.3.3"
2626
}
2727
}

0 commit comments

Comments
 (0)