Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-mdx": "^3.1.5",
"eslint-plugin-mdx": "^3.1.5",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.5",
"typescript": "^5"
}
Expand Down
4 changes: 2 additions & 2 deletions docs/src/pages/docs/latest/concurrent-processing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ You can find out more about the valid \__length_ and _get_value_ arguments [here
</Text>
<Text className="flex flex-row items-center gap-1 mx-my-2 mt-2">
<DotFilledIcon className="w-5 h-5 mr-4" /> <Cross2Icon className="w-5 h-5" />
<CheckIcon className="w-5 h-5 text-blue-600 mr-2" /> Has `__len__` and does not
have `__getitem__`
<CheckIcon className="w-5 h-5 text-blue-600 mr-2" /> Has `__len__` and does
not have `__getitem__`
</Text>

<div className="flex flex-wrap gap-4 mt-4">
Expand Down
11 changes: 5 additions & 6 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 @@ -22,6 +22,6 @@
"docs"
],
"devDependencies": {
"prettier": "^3.2.5"
"prettier": "^3.3.3"
}
}