Skip to content

Commit

Permalink
Bump jcad to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Sep 18, 2024
1 parent 047c028 commit 1b64e54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"dependencies": {
"@jupyter/collaboration": "^2.0.0",
"@jupyter/docprovider": "^2.0.0",
"@jupytercad/base": "^2.0.0",
"@jupytercad/jupytercad-core": "^2.0.0",
"@jupytercad/schema": "^2.0.0",
"@jupytercad/base": "^3.0.0-alpha.1",
"@jupytercad/jupytercad-core": "^3.0.0-alpha.1",
"@jupytercad/schema": "^3.0.0-alpha.1",
"@jupyterlab/application": "^4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
]
dependencies = [
"jupyter_ydoc>=2,<3",
"jupytercad_core>=2.0.0,<3",
"jupytercad_core>=3.0.0a1,<4",
]
dynamic = ["version", "description", "authors", "urls", "keywords"]

Expand Down

0 comments on commit 1b64e54

Please sign in to comment.