We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb7c9b commit c519959Copy full SHA for c519959
javascript/package.json
@@ -59,9 +59,9 @@
59
"prettier": "^2.6.0",
60
"process": "0.11.10",
61
"rimraf": "^3.0.0",
62
+ "tsc-esm-fix": "^2.20.0",
63
"typedoc": "^0.23.21",
- "typescript": "^4.8.0",
64
- "tsc-esm-fix": "^2.20.0"
+ "typescript": "^4.8.0"
65
},
66
"publishConfig": {
67
"access": "public"
tests/package.json
@@ -1,7 +1,6 @@
1
{
2
"name": "@jupyter/ydoc-test",
3
"version": "0.0.1",
4
- "private": "true",
5
"type": "module",
6
"dependencies": {
7
"@jupyter/ydoc": "file:../javascript",
0 commit comments