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 d48bbcc commit 9fd6ac4Copy full SHA for 9fd6ac4
src/jupyter_matlab_labextension/package.json
@@ -46,7 +46,8 @@
46
"stylelint:check": "stylelint --cache \"style/**/*.css\"",
47
"watch": "run-p watch:src watch:labextension",
48
"watch:src": "tsc -w",
49
- "watch:labextension": "jupyter labextension watch ."
+ "watch:labextension": "jupyter labextension watch .",
50
+ "audit:fix": "npx yarn-audit-fix"
51
},
52
"dependencies": {
53
"@jupyterlab/application": "^3.1.0",
@@ -68,6 +69,7 @@
68
69
"npm-run-all": "^4.1.5",
70
"prettier": "^2.1.1",
71
"rimraf": "^3.0.2",
72
+ "semver": ">=5.7.2",
73
"typescript": "~4.1.3"
74
75
"sideEffects": [
0 commit comments