Skip to content

Commit

Permalink
Update non-jupyterlab-related deps
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed May 10, 2023
1 parent f7c6f7e commit dd624f0
Show file tree
Hide file tree
Showing 3 changed files with 4,650 additions and 2,401 deletions.
29 changes: 0 additions & 29 deletions LICENSE

This file was deleted.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"stylelint:check": "stylelint --cache \"style/**/*.css\"",
"watch": "run-p watch:src watch:labextension",
"watch:labextension": "jupyter labextension watch .",
"watch:src": "tsc -w"
"watch:src": "tsc -w --sourceMap"
},
"dependencies": {
"@jupyterlab/rendermime-interfaces": "^3.8.0-rc.1",
Expand All @@ -60,16 +60,16 @@
"@types/react": "^18.0.26",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"css-loader": "^6.7.1",
"css-loader": "^6.7.3",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"mkdirp": "^1.0.3",
"mkdirp": "^3.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.7",
"rimraf": "^4.4.1",
"source-map-loader": "^1.0.2",
"style-loader": "^3.3.1",
"rimraf": "^5.0.0",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.2",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-recommended": "^8.0.0",
Expand All @@ -83,4 +83,4 @@
"outputDir": "jupyterlab_notify/labextension"
},
"styleModule": "style/index.js"
}
}
Loading

0 comments on commit dd624f0

Please sign in to comment.