Skip to content

Commit

Permalink
move @types/react-dom dependency from root to packages/jupyter-ai per @…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Feb 3, 2024
1 parent bdde01b commit 0d25949
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"test": "lerna run test"
},
"devDependencies": {
"@types/react-dom": "^18.2.18",
"lerna": "^6.4.1",
"nx": "^15.9.2"
},
Expand Down
1 change: 1 addition & 0 deletions packages/jupyter-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"@jupyterlab/builder": "^4",
"@jupyterlab/testutils": "^4",
"@types/jest": "^29",
"@types/react-dom": "^18.2.18",
"@types/react-syntax-highlighter": "^15.5.6",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2236,6 +2236,7 @@ __metadata:
"@mui/icons-material": ^5.11.0
"@mui/material": ^5.11.0
"@types/jest": ^29
"@types/react-dom": ^18.2.18
"@types/react-syntax-highlighter": ^15.5.6
"@typescript-eslint/eslint-plugin": ^4.8.1
"@typescript-eslint/parser": ^4.8.1
Expand Down Expand Up @@ -2270,7 +2271,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter-ai/monorepo@workspace:."
dependencies:
"@types/react-dom": ^18.2.18
lerna: ^6.4.1
nx: ^15.9.2
languageName: unknown
Expand Down

0 comments on commit 0d25949

Please sign in to comment.