Skip to content

Commit

Permalink
Fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Sep 16, 2021
1 parent f7f5b41 commit a0f7ce8
Show file tree
Hide file tree
Showing 2 changed files with 603 additions and 608 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
"dependencies": {
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/settingregistry": "^3.0.0",
"@jupyterlab/codemirror": "^3.0.0",
"@jupyterlab/mainmenu": "^3.0.0",
"@jupyterlab/rendermime": "^3.0.0",
"@jupyterlab/rendermime-interfaces": "^3.0.0",
"@jupyterlab/settingregistry": "^3.0.0",
"@jupyterlab/ui-components": "^3.0.0",
"@lumino/coreutils": "^1.5.3",
"@lumino/signaling": "^1.4.3",
"@lumino/messaging": "^1.4.3",
"@lumino/signaling": "^1.4.3",
"markdown-it": "^10.0.0",
"markdown-it-anchor": "^6.0.0",
"markdown-it-deflist": "^2.0.3",
Expand All @@ -70,10 +70,10 @@
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint": "^7.5.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.0",
"rimraf": "^3.0.2",
"typescript": "~4.1.3"
},
Expand Down
Loading

0 comments on commit a0f7ce8

Please sign in to comment.