Skip to content

Commit

Permalink
revert unnecessary edits to package manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Jan 19, 2024
1 parent 9a4d43f commit ee7b9cd
Show file tree
Hide file tree
Showing 3 changed files with 605 additions and 321 deletions.
30 changes: 15 additions & 15 deletions packages/jupyter-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,19 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@jupyter/collaboration": "^1",
"@jupyterlab/application": "^4.1.0-beta.0",
"@jupyterlab/apputils": "^4.2.0-beta.0",
"@jupyterlab/cells": "^4.1.0-beta.0",
"@jupyterlab/codeeditor": "^4.1.0-beta.0",
"@jupyterlab/codemirror": "^4.1.0-beta.0",
"@jupyterlab/completer": "^4.1.0-beta.0",
"@jupyterlab/coreutils": "^6.1.0-beta.0",
"@jupyterlab/docregistry": "^4.1.0-beta.0",
"@jupyterlab/fileeditor": "^4.1.0-beta.0",
"@jupyterlab/notebook": "^4.1.0-beta.0",
"@jupyterlab/services": "^7.1.0-beta.0",
"@jupyterlab/settingregistry": "^4.1.0-beta.0",
"@jupyterlab/ui-components": "^4.1.0-beta.0",
"@jupyterlab/application": "^4",
"@jupyterlab/apputils": "^4",
"@jupyterlab/cells": "^4",
"@jupyterlab/codeeditor": "^4",
"@jupyterlab/codemirror": "^4",
"@jupyterlab/completer": "^4",
"@jupyterlab/coreutils": "^6",
"@jupyterlab/docregistry": "^4",
"@jupyterlab/fileeditor": "^4",
"@jupyterlab/notebook": "^4",
"@jupyterlab/services": "^7",
"@jupyterlab/settingregistry": "^4",
"@jupyterlab/ui-components": "^4",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.0",
"react": "^18.2.0",
Expand All @@ -87,8 +87,8 @@
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@jupyterlab/builder": "^4.1.0-beta.0",
"@jupyterlab/testutils": "^4.1.0-beta.0",
"@jupyterlab/builder": "^4",
"@jupyterlab/testutils": "^4",
"@types/jest": "^29",
"@types/react-syntax-highlighter": "^15.5.6",
"@typescript-eslint/eslint-plugin": "^4.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-ai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.4.0", "jupyterlab==4.1.0b0", "hatch-nodejs-version"]
requires = ["hatchling>=1.4.0", "jupyterlab~=4.0", "hatch-nodejs-version"]
build-backend = "hatchling.build"

[project]
Expand Down
Loading

0 comments on commit ee7b9cd

Please sign in to comment.