Skip to content

Commit

Permalink
Automatic message for commit of Sat Nov 30 09:43:18 AM UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Nov 30, 2024
1 parent ca6e1f9 commit 53feb4d
Showing 1 changed file with 53 additions and 2 deletions.
55 changes: 53 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"dependencies": {
"@datalayer/icons-react": "^0.3.4",
"@datalayer/jupyter-react": "^0.18.12",
"@datalayer/jupyter-react": "^0.19.0",
"@datalayer/primer-addons": "^0.3.1",
"@datalayer/primer-rjsf": "0.0.8",
"@jupyterlab/application": "^4.0.0",
Expand Down Expand Up @@ -136,6 +136,7 @@
"svg-url-loader": "^7.1.1",
"ts-jest": "^29.0.5",
"typescript": "5.0.3",
"url-loader": "^4.0.0",
"webpack": "5.94.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0",
Expand Down Expand Up @@ -252,7 +253,57 @@
"extension": "lib/jupyterlab/index.js",
"outputDir": "jupyter_manager/labextension",
"schemaDir": "schema",
"webpackConfig": "./webpack.lab-config.js"
"webpackConfig": "./webpack.lab-config.js",
"sharedPackages": {
"react": {
"bundled": false,
"singleton": true
},
"react-dom": {
"bundled": false,
"singleton": true
},
"@datalayer/icons-react": {
"bundled": true,
"singleton": true
},
"@datalayer/jupyter-react": {
"bundled": true,
"singleton": true
},
"@datalayer/ui": {
"bundled": true,
"singleton": true
},
"@jupyter/docprovider": {
"bundled": true,
"singleton": true
},
"@jupyterlite/contents": {
"bundled": true,
"singleton": true
},
"@jupyterlite/kernel": {
"bundled": true,
"singleton": true
},
"@jupyterlite/pyodide-kernel": {
"bundled": true,
"singleton": true
},
"@jupyterlite/server": {
"bundled": true,
"singleton": true
},
"@primer/react": {
"bundled": true,
"singleton": true
},
"@primer/react-brand": {
"bundled": true,
"singleton": true
}
}
},
"jupyter-releaser": {
"hooks": {
Expand Down

0 comments on commit 53feb4d

Please sign in to comment.