Skip to content

Commit

Permalink
deps: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Jan 20, 2024
1 parent d9113aa commit b35520f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@datalayer/jupyter-react": "0.8.3",
"@datalayer/jupyter-react": "0.9.0",
"@jupyter/collaboration-extension": "1.2.0",
"echarts": "5.4.2",
"echarts-for-react": "3.0.2",
Expand All @@ -92,7 +92,7 @@
"@typescript-eslint/eslint-plugin": "4.8.1",
"@typescript-eslint/parser": "4.8.1",
"babel-loader": "9.1.2",
"css-loader": "5.2.4",
"css-loader": "6.9.1",
"eslint": "7.14.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-prettier": "3.1.4",
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"jupyter_kernels",
"jupyter_server>=2,<3",
"rich",
]
Expand All @@ -38,9 +39,9 @@ test = [
"pytest_jupyter",
"pytest-tornasync",
]
run = [
"datalayer_run",
]
# run = [
# "datalayer_run",
# ]

[project.scripts]
d = "datalayer.command:main"
Expand Down

0 comments on commit b35520f

Please sign in to comment.