Skip to content

Commit

Permalink
Adding packagejson updates
Browse files Browse the repository at this point in the history
  • Loading branch information
marimeireles committed May 23, 2023
1 parent d4235b2 commit bba6e3b
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,50 +57,50 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter-widgets/base": "^1.1.10 || ^2 || ^3 || ^4 || ^6",
"@types/cytoscape": "^3.8.8",
"cytoscape": "^3.14.0",
"cytoscape-cola": "^2.3.0",
"cytoscape-dagre": "^2.2.2",
"cytoscape-klay": "^3.1.3",
"cytoscape-popper": "^1.0.6",
"@jupyter-widgets/base": "^6.0.4",
"@types/cytoscape": "^3.19.9",
"cytoscape": "^3.25.0",
"cytoscape-cola": "^2.5.1",
"cytoscape-dagre": "^2.5.0",
"cytoscape-klay": "^3.1.4",
"cytoscape-popper": "^1.0.7",
"tippy.js": "^5.2.1"
},
"devDependencies": {
"@jupyterlab/builder": "^3.4.0",
"@phosphor/application": "^1.6.0",
"@phosphor/widgets": "^1.6.0",
"@jupyterlab/builder": "^3.6.3",
"@phosphor/application": "^1.7.3",
"@phosphor/widgets": "^1.9.3",
"@types/expect.js": "^0.3.29",
"@types/mocha": "^5.2.5",
"@types/node": "^10.11.6",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"css-loader": "^3.2.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.60",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"css-loader": "^3.6.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.1",
"expect.js": "^0.3.1",
"fs-extra": "^7.0.0",
"karma": "^6.0.0",
"fs-extra": "^7.0.1",
"karma": "^6.4.2",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-typescript": "^5.5.0",
"lint-staged": "^10.2.2",
"mkdirp": "^0.5.1",
"karma-typescript": "^5.5.4",
"lint-staged": "^10.5.4",
"mkdirp": "^0.5.6",
"mocha": "^9.2.2",
"npm-run-all": "^4.1.3",
"prettier": "^2.0.5",
"rimraf": "^2.6.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"rimraf": "^2.7.1",
"source-map-loader": "^0.2.4",
"style-loader": "^1.0.0",
"ts-loader": "^5.2.1",
"style-loader": "^1.3.0",
"ts-loader": "^5.4.5",
"typescript": "~3.7.1",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
"webpack": "^5.83.1",
"webpack-cli": "^4.10.0"
},
"jupyterlab": {
"extension": "lib/plugin",
Expand Down

0 comments on commit bba6e3b

Please sign in to comment.