Skip to content

Commit 2b774ab

Browse files
authored
Make dataviewers open faster (#6795)
* Fix experiments hash parsing (#6492) * Simplify & fix crypto.createHash * Add tests * Fix python test in news folder (#6398) * Fix broken python tests in news * Revert changes * Release cherry pick (#6515) * Enable experiment for always displaying the test explorer (#6330) * Add logging * Point release - Updated package.json and CHANGELOG (#6516) * Cherry pick change from master * Fix npm audit * Make dataviewers open faster * Fix package-lock.json
1 parent 14c98a0 commit 2b774ab

File tree

6 files changed

+70
-93
lines changed

6 files changed

+70
-93
lines changed

news/2 Fixes/6729.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Make the dataviewer open a window much faster. Total load time is the same, but initial response is much faster.

package-lock.json

Lines changed: 24 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2358,7 +2358,7 @@
23582358
"@jupyterlab/services": "^3.2.1",
23592359
"ansi-regex": "^4.1.0",
23602360
"arch": "^2.1.0",
2361-
"azure-storage": "^2.10.1",
2361+
"azure-storage": "^2.10.3",
23622362
"diff-match-patch": "^1.0.0",
23632363
"fs-extra": "^4.0.3",
23642364
"fuzzy": "^0.1.3",
@@ -2370,7 +2370,7 @@
23702370
"jsonc-parser": "^2.0.3",
23712371
"less-plugin-inline-urls": "^1.2.0",
23722372
"line-by-line": "^0.1.6",
2373-
"lodash": "^4.17.13",
2373+
"lodash": "^4.17.15",
23742374
"md5": "^2.2.1",
23752375
"minimatch": "^3.0.4",
23762376
"monaco-editor-textmate": "^2.1.1",

0 commit comments

Comments
 (0)