@jupyterlab/nbformat
Advanced tools
Comparing version 4.0.0-beta.1 to 4.0.0-beta.2
{ | ||
"name": "@jupyterlab/nbformat", | ||
"version": "4.0.0-beta.1", | ||
"version": "4.0.0-beta.2", | ||
"description": "Notebook format interfaces", | ||
@@ -36,15 +36,15 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"test:cov": "jest --collect-coverage", | ||
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand", | ||
"test:debug:watch": "node --inspect-brk node_modules/.bin/jest --runInBand --watch", | ||
"test:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand", | ||
"test:debug:watch": "node --inspect-brk ../../node_modules/.bin/jest --runInBand --watch", | ||
"watch": "tsc -b --watch" | ||
}, | ||
"dependencies": { | ||
"@lumino/coreutils": "^2.0.0" | ||
"@lumino/coreutils": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"@jupyterlab/testing": "^4.0.0-beta.1", | ||
"@jupyterlab/testing": "^4.0.0-beta.2", | ||
"@types/jest": "^29.2.0", | ||
"jest": "^29.2.0", | ||
"rimraf": "~3.0.0", | ||
"typescript": "~5.0.2" | ||
"typescript": "~5.0.4" | ||
}, | ||
@@ -51,0 +51,0 @@ "publishConfig": { |
27343
Updated@lumino/coreutils@^2.1.0