Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Oct 25, 2023
1 parent 0a7d95c commit 50bb662
Show file tree
Hide file tree
Showing 4 changed files with 2,445 additions and 2,436 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.18.2
v20.9.0
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@4.0.0"
}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ exclude = ["**/*"]
dependencies = [
"jupyterlab>=4.0.7,<5",
"flake8>=6.1.0,<7",
"pylint>=3.0.1,<4",
"pylint>=3.0.2,<4",
"mypy>=1.6.1,<2",
"black>=23.10.0,<24",
"black>=23.10.1,<24",
]

# For running JupterLab in development
Expand Down
Loading

0 comments on commit 50bb662

Please sign in to comment.