-
-
Notifications
You must be signed in to change notification settings - Fork 602
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update JavaScript dependencies (#3654)
* update google fonts * update Tailwind API * update JavaScript dependencies * fix relative paths in mermaid library * adjustments for AG Grid version 32 * add new coremirror themes * fix some type annotations * fix echart test * adjustments for vanilla-jsoneditor version 23 * clean up lib folder * adjustments for mermaid version 11 * add missing dependencies for `ui.scene` * fix tween update * fix test about serving image files * restore accidentally removed codemirror dependencies * add missing page function for scene.initialized demo * try to make upload test more robust * fix overflow when adding borders to the plotly plot * prevent some elements from overflowing their containers * found a better workaround * fix EChart layout issue (see #2932) * make sure to pass kwargs to `ui.table` * improve layout of interactive styling demo * fix name of option "suppressFieldDotNotation" * fix another table initializer * fix overflowing window corners * simplify buggy AG Grid theme demo * wait for chart to be initialized * improve initial scene resize * tiny layout fix
- Loading branch information
1 parent
2415996
commit 2cf863c
Showing
468 changed files
with
544,640 additions
and
676,119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Included Web Dependencies | ||
|
||
- vue: 3.3.6 ([MIT](https://opensource.org/licenses/MIT)) | ||
- quasar: 2.13.0 ([MIT](https://opensource.org/licenses/MIT)) | ||
- tailwindcss: 3.2.0 ([MIT](https://opensource.org/licenses/MIT)) | ||
- socket.io: 4.7.2 ([MIT](https://opensource.org/licenses/MIT)) | ||
- es-module-shims: 1.8.0 ([MIT](https://opensource.org/licenses/MIT)) | ||
- aggrid: 30.2.0 ([MIT](https://opensource.org/licenses/MIT)) | ||
- vue: 3.4.38 ([MIT](https://opensource.org/licenses/MIT)) | ||
- quasar: 2.16.9 ([MIT](https://opensource.org/licenses/MIT)) | ||
- tailwindcss: 3.4.10 ([MIT](https://opensource.org/licenses/MIT)) | ||
- socket.io: 4.7.5 ([MIT](https://opensource.org/licenses/MIT)) | ||
- es-module-shims: 1.10.0 ([MIT](https://opensource.org/licenses/MIT)) | ||
- aggrid: 32.1.0 ([MIT](https://opensource.org/licenses/MIT)) | ||
- codemirror: 6.0.1 ([MIT](https://opensource.org/licenses/MIT)) | ||
- echarts: 5.4.3 ([Apache-2.0](https://opensource.org/licenses/Apache-2.0)) | ||
- echarts: 5.5.1 ([Apache-2.0](https://opensource.org/licenses/Apache-2.0)) | ||
- echarts-gl: 2.0.9 ([BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)) | ||
- leaflet: 1.9.4 ([BSD-2-Clause](https://opensource.org/licenses/BSD-2-Clause)) | ||
- leaflet-draw: 1.0.4 ([MIT](https://opensource.org/licenses/MIT)) | ||
- mermaid: 10.5.1 ([MIT](https://opensource.org/licenses/MIT)) | ||
- nipplejs: 0.10.1 ([MIT](https://opensource.org/licenses/MIT)) | ||
- plotly: 2.27.0 ([MIT](https://opensource.org/licenses/MIT)) | ||
- three: 0.157.0 ([MIT](https://opensource.org/licenses/MIT)) | ||
- tween: 21.0.0 ([MIT](https://opensource.org/licenses/MIT)) | ||
- vanilla-jsoneditor: 0.18.10 ([ISC](https://opensource.org/licenses/ISC)) | ||
- mermaid: 11.0.2 ([MIT](https://opensource.org/licenses/MIT)) | ||
- nipplejs: 0.10.2 ([MIT](https://opensource.org/licenses/MIT)) | ||
- plotly: 2.35.0 ([MIT](https://opensource.org/licenses/MIT)) | ||
- three: 0.168.0 ([MIT](https://opensource.org/licenses/MIT)) | ||
- tween: 25.0.0 ([MIT](https://opensource.org/licenses/MIT)) | ||
- vanilla-jsoneditor: 0.23.8 ([ISC](https://opensource.org/licenses/ISC)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.