@bendyline/squisq-react 2.2.0 → 2.3.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/NOTICE.md CHANGED
@@ -6,15 +6,14 @@ Third-party components remain under their respective license terms.
6
6
 
7
7
  ## Runtime, peer, and bundled dependencies
8
8
 
9
- | Package | Version | License | Repository |
10
- | ------------------ | --------- | ------- | ------------------------------------- |
11
- | @bendyline/squisq | 2.1.0 | MIT | https://github.com/bendyline/squisq |
12
- | mermaid | 11.16.0 | MIT | https://github.com/mermaid-js/mermaid |
13
- | preact | 10.29.0 | MIT | https://github.com/preactjs/preact |
14
- | react _(peer)_ | ^18 / ^19 | MIT | https://github.com/facebook/react |
15
- | react-dom _(peer)_ | ^18 / ^19 | MIT | https://github.com/facebook/react |
9
+ | Package | Version | License | Repository |
10
+ | ------------------ | -------------------- | ------- | ------------------------------------- |
11
+ | mermaid | 11.16.0 | MIT | https://github.com/mermaid-js/mermaid |
12
+ | preact _(bundled)_ | 10.29.0 | MIT | https://github.com/preactjs/preact |
13
+ | react _(peer)_ | ^18.0.0 \|\| ^19.0.0 | MIT | https://github.com/facebook/react |
14
+ | react-dom _(peer)_ | ^18.0.0 \|\| ^19.0.0 | MIT | https://github.com/facebook/react |
16
15
 
17
16
  Mermaid is Copyright (c) 2014-2022 Knut Sveidqvist and is distributed under
18
- the MIT License. Preact is used by the standalone browser bundles. Copyright
19
- and complete license texts for these dependencies are included in their
20
- respective distributions and source repositories.
17
+ the MIT License. Preact is used by the standalone browser bundles. Exact
18
+ third-party license texts for the complete standalone bundle graph are shipped
19
+ in THIRD_PARTY_LICENSES.txt.