Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
briehl committed Sep 23, 2024
1 parent cfd67db commit 766ef9d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 22 deletions.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ This is built on the Jupyter Notebook v6.5.6 and IPython 8.26.0 (more notes will
- stylelint-config-standard 36.0.0 -> 36.0.1
- terser 5.31.1 -> 5.31.6
- webdriverio 8.38.2 -> 9.0.9

- dompurify 2.5.5 -> 3.1.6
- follow-redirects 1.15.6 -> 1.15.9
- jquery-ui 1.13.2 -> 1.14.0
- plotly.js-dist-min 2.33.0 -> 2.35.0
- underscore 1.13.6 -> 1.13.7

## Version 5.4.1
- UIP-51 fix issue where JSON and STAGING download apps aren't getting properly instantiated with object inputs.
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,24 +92,24 @@
"datatables.net-bs": "1.13.4",
"datatables.net-buttons": "2.3.6",
"datatables.net-buttons-bs": "2.4.1",
"dompurify": "2.5.5",
"dompurify": "3.1.6",
"dropzone": "5.9.3",
"file-saver": "1.3.4",
"follow-redirects": "1.15.6",
"follow-redirects": "1.15.9",
"font-awesome": "4.7.0",
"google-code-prettify": "1.0.5",
"handlebars": "^4.7.8",
"jquery": "2.2.4",
"jquery-nearest": "1.4.0",
"jquery-ui": "^1.13.2",
"jquery-ui": "^1.14.0",
"jquery.tipsy": "1.0.3",
"js-yaml": "3.14.1",
"kbase-common-js": "https://github.com/kbase/kbase-common-js/archive/refs/tags/v2.16.0.tar.gz",
"kbase-sdk-clients-js": "https://github.com/eapearson/kbase-sdk-clients-js/archive/refs/tags/v0.5.1.tar.gz",
"kbase-service-clients-js": "https://github.com/kbase/kbase-service-clients-js/archive/refs/tags/v3.3.4.tar.gz",
"kbase-ui-plugin-catalog": "https://github.com/kbase/kbase-ui-plugin-catalog/archive/refs/tags/v2.2.5.tar.gz",
"numeral": "2.0.6",
"plotly.js-dist-min": "2.33.0",
"plotly.js-dist-min": "2.35.0",
"pure-uuid": "1.8.1",
"require-css": "0.1.10",
"require-yaml": "github:m90/require-yaml",
Expand All @@ -120,7 +120,7 @@
"select2-bootstrap-theme": "0.1.0-beta.10",
"spark-md5": "3.0.2",
"text": "github:requirejs/text",
"underscore": "1.13.6",
"underscore": "1.13.7",
"word-wrap": "1.2.5"
},
"browserslist": [
Expand Down

0 comments on commit 766ef9d

Please sign in to comment.