From 1b64e543f955f2ca173fb521de0e4a8613f9a0d4 Mon Sep 17 00:00:00 2001 From: arjxn-py Date: Wed, 18 Sep 2024 19:51:56 +0530 Subject: [PATCH] Bump jcad to `v3.0.0` --- package.json | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c59be39..f01533a 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/pyproject.toml b/pyproject.toml index 18b9f90..df3cb67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]