Skip to content

Commit 88f3ed3

Browse files
committed
Merge branch 'master' into v2.0-dev
2 parents 7136e50 + f711a37 commit 88f3ed3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ Individual nodes within the `nodes` property can have the following structure:
195195
| `showCheckbox` | bool | Whether the node should show a checkbox. | `true` |
196196
| `title` | string | A custom `title` attribute for the node. | `null` |
197197

198-
[docs-controlled]: https://facebook.github.io/react/docs/forms.html#controlled-components
199-
[docs-state-hooks]: https://reactjs.org/docs/hooks-state.html
198+
[docs-controlled]: https://react.dev/learn/sharing-state-between-components#controlled-and-uncontrolled-components
199+
[docs-state-hooks]: https://react.dev/reference/react/useState
200200
[font-awesome]: https://fontawesome.com
201201
[lang-file]: https://github.com/jakezatecky/react-dual-listbox/blob/master/src/js/lang/default.js
202202
[mdn-key]: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"chai": "^4.0.0",
5757
"cross-env": "^7.0.3",
5858
"css-loader": "^6.7.3",
59-
"cssnano": "^5.1.15",
59+
"cssnano": "^6.0.0",
6060
"eslint": "^8.23.0",
6161
"eslint-config-takiyon-react": "^3.0.0",
6262
"eslint-import-resolver-webpack": "^0.13.0",

0 commit comments

Comments
 (0)