Skip to content

Commit cddd196

Browse files
authored
Merge pull request #371 from otto-de/dependabot/npm_and_yarn/packages/core-components/eslint-config-prettier-9.0.0
Dependabot/npm and yarn/packages/core components/eslint config prettier 9.0.0
2 parents b1be15a + f3a0999 commit cddd196

File tree

3 files changed

+50
-19
lines changed

3 files changed

+50
-19
lines changed

package-lock.json

+43-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"copyfiles": "^2.4.1",
7070
"css-loader": "^6.8.1",
7171
"eslint": "^8.36.0",
72-
"eslint-config-prettier": "^8.8.0",
72+
"eslint-config-prettier": "^9.1.0",
7373
"eslint-plugin-prettier": "^4.2.1",
7474
"jest": "^29.1.1",
7575
"jest-cli": "^29.7.0",

packages/core-components/src/components/table/table-row/readme.md

+6
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030

3131
Will toggle the accordion opened or closed.
3232

33+
#### Parameters
34+
35+
| Name | Type | Description |
36+
| -------- | --------- | ----------- |
37+
| `isOpen` | `boolean` | |
38+
3339
#### Returns
3440

3541
Type: `Promise<void>`

0 commit comments

Comments
 (0)