Skip to content

Commit

Permalink
Transfer the NPM package to @jupyter namespace (#1875)
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Mar 28, 2024
1 parent 8011099 commit 5b3fe5e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"name": "nbgrader",
"name": "@jupyter/nbgrader",
"version": "0.9.2",
"description": "nbgrader nodejs dependencies",
"keywords": [
Expand Down
94 changes: 47 additions & 47 deletions yarn.lock
Expand Up @@ -492,6 +492,53 @@ __metadata:
languageName: node
linkType: hard

"@jupyter/nbgrader@workspace:.":
version: 0.0.0-use.local
resolution: "@jupyter/nbgrader@workspace:."
dependencies:
"@jupyter-notebook/application": ^7.1.0
"@jupyter-notebook/tree": ^7.1.0
"@jupyter/ydoc": ^1.1.1
"@jupyterlab/application": ^4.1.0
"@jupyterlab/apputils": ^4.2.0
"@jupyterlab/builder": ^4.1.0
"@jupyterlab/cells": ^4.1.0
"@jupyterlab/coreutils": ^6.1.0
"@jupyterlab/docregistry": ^4.1.0
"@jupyterlab/galata": ^5.1.0
"@jupyterlab/mainmenu": ^4.1.0
"@jupyterlab/nbformat": ^4.1.0
"@jupyterlab/notebook": ^4.1.0
"@jupyterlab/observables": ^5.1.0
"@jupyterlab/services": ^7.1.0
"@jupyterlab/settingregistry": ^4.1.0
"@lumino/coreutils": ^2.1.2
"@lumino/disposable": ^2.1.2
"@lumino/messaging": ^2.0.1
"@lumino/signaling": ^2.1.2
"@lumino/widgets": ^2.3.1
"@playwright/test": ^1.32.2
"@types/codemirror": ^5.60.5
"@typescript-eslint/eslint-plugin": ^5.0.0
"@typescript-eslint/parser": ^5.0.0
bower: "*"
eslint: ^8.0.0
eslint-config-prettier: ^8.0.0
eslint-plugin-prettier: ^4.0.0
mkdirp: ^1.0.4
npm-run-all: ^4.1.5
prettier: ^2.1.1
react: ^18.2.0
rimraf: ^3.0.2
stylelint: ^14.3.0
stylelint-config-prettier: ^9.0.3
stylelint-config-recommended: ^6.0.0
stylelint-config-standard: ~24.0.0
stylelint-prettier: ^2.0.0
typescript: ~5.0.4
languageName: unknown
linkType: soft

"@jupyter/react-components@npm:^0.15.2":
version: 0.15.2
resolution: "@jupyter/react-components@npm:0.15.2"
Expand Down Expand Up @@ -5534,53 +5581,6 @@ __metadata:
languageName: node
linkType: hard

"nbgrader@workspace:.":
version: 0.0.0-use.local
resolution: "nbgrader@workspace:."
dependencies:
"@jupyter-notebook/application": ^7.1.0
"@jupyter-notebook/tree": ^7.1.0
"@jupyter/ydoc": ^1.1.1
"@jupyterlab/application": ^4.1.0
"@jupyterlab/apputils": ^4.2.0
"@jupyterlab/builder": ^4.1.0
"@jupyterlab/cells": ^4.1.0
"@jupyterlab/coreutils": ^6.1.0
"@jupyterlab/docregistry": ^4.1.0
"@jupyterlab/galata": ^5.1.0
"@jupyterlab/mainmenu": ^4.1.0
"@jupyterlab/nbformat": ^4.1.0
"@jupyterlab/notebook": ^4.1.0
"@jupyterlab/observables": ^5.1.0
"@jupyterlab/services": ^7.1.0
"@jupyterlab/settingregistry": ^4.1.0
"@lumino/coreutils": ^2.1.2
"@lumino/disposable": ^2.1.2
"@lumino/messaging": ^2.0.1
"@lumino/signaling": ^2.1.2
"@lumino/widgets": ^2.3.1
"@playwright/test": ^1.32.2
"@types/codemirror": ^5.60.5
"@typescript-eslint/eslint-plugin": ^5.0.0
"@typescript-eslint/parser": ^5.0.0
bower: "*"
eslint: ^8.0.0
eslint-config-prettier: ^8.0.0
eslint-plugin-prettier: ^4.0.0
mkdirp: ^1.0.4
npm-run-all: ^4.1.5
prettier: ^2.1.1
react: ^18.2.0
rimraf: ^3.0.2
stylelint: ^14.3.0
stylelint-config-prettier: ^9.0.3
stylelint-config-recommended: ^6.0.0
stylelint-config-standard: ~24.0.0
stylelint-prettier: ^2.0.0
typescript: ~5.0.4
languageName: unknown
linkType: soft

"negotiator@npm:^0.6.3":
version: 0.6.3
resolution: "negotiator@npm:0.6.3"
Expand Down

0 comments on commit 5b3fe5e

Please sign in to comment.