@jasperoosthoek/react-toolbox 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/change-log.md +4 -1
- package/dist/index.js +2 -2
- package/dist/index.js.LICENSE.txt +14 -0
- package/dist/utils/utils.d.ts +5 -0
- package/package.json +2 -2
- package/src/utils/utils.ts +24 -0
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
A library of useful [React](https://react.dev/) components for building user interfaces.
|
|
4
4
|
|
|
5
5
|
### Dependencies
|
|
6
|
-
- [React
|
|
6
|
+
- [React 19](https://react.dev/)
|
|
7
7
|
- [Bootstrap 5](https://getbootstrap.com/docs/5.1/getting-started/introduction/)
|
|
8
8
|
- [`react-bootstrap`](https://react-bootstrap.netlify.app/)
|
|
9
9
|
- [`react-icons`](https://react-icons.github.io/react-icons/) A library combining many open source icons
|