|
1 | 1 | { |
2 | | - "name": "@datalayer-examples/ipywidgets-example", |
| 2 | + "name": "@datalayer-examples/ipywidgets", |
3 | 3 | "version": "0.1.0", |
4 | 4 | "description": "A Custom Jupyter Widget Library", |
5 | 5 | "keywords": [ |
|
29 | 29 | "url": "https://github.com/datalayer-examples/ipywidgets-example" |
30 | 30 | }, |
31 | 31 | "scripts": { |
32 | | - "build": "yarn run build:lib && yarn run build:nbextension && yarn run build:labextension:dev", |
33 | | - "build:prod": "yarn run build:lib && yarn run build:nbextension && yarn run build:labextension", |
| 32 | + "build": "npm run build:lib && npm run build:nbextension && npm run build:labextension:dev", |
| 33 | + "build:prod": "npm run build:lib && npm run build:nbextension && npm run build:labextension", |
34 | 34 | "build:labextension": "jupyter labextension build .", |
35 | 35 | "build:labextension:dev": "jupyter labextension build --development True .", |
36 | 36 | "build:lib": "tsc", |
37 | 37 | "build:nbextension": "webpack", |
38 | | - "clean": "yarn run clean:lib && yarn run clean:nbextension && yarn run clean:labextension", |
| 38 | + "clean": "npm run clean:lib && npm run clean:nbextension && npm run clean:labextension", |
39 | 39 | "clean:lib": "rimraf lib", |
40 | 40 | "clean:labextension": "rimraf ipywidgets_example/labextension", |
41 | 41 | "clean:nbextension": "rimraf ipywidgets_example/nbextension/static/index.js", |
42 | 42 | "lint": "eslint . --ext .ts,.tsx --fix", |
43 | 43 | "lint:check": "eslint . --ext .ts,.tsx", |
44 | | - "prepack": "yarn run build:lib", |
| 44 | + "prepack": "npm run build:lib", |
45 | 45 | "test": "jest", |
46 | 46 | "watch": "npm-run-all -p watch:*", |
47 | 47 | "watch:lib": "tsc -w", |
48 | 48 | "watch:nbextension": "webpack --watch --mode=development", |
49 | 49 | "watch:labextension": "jupyter labextension watch ." |
50 | 50 | }, |
51 | 51 | "dependencies": { |
52 | | - "@jupyter-widgets/base": "^1.1.10 || ^2 || ^3 || ^4 || ^5 || ^6" |
| 52 | + "@jupyter-widgets/base": "^6.0.6" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | 55 | "@babel/core": "^7.5.0", |
56 | 56 | "@babel/preset-env": "^7.5.0", |
57 | | - "@jupyter-widgets/base-manager": "1.0.3", |
58 | | - "@jupyterlab/builder": "4.0.0-alpha.19", |
59 | | - "@lumino/application": "2.0.0-beta.1", |
60 | | - "@lumino/widgets": "2.0.0-beta.1", |
| 57 | + "@jupyterlab/builder": "^4.0.0", |
| 58 | + "@lumino/application": "^2.3.0", |
| 59 | + "@lumino/widgets": "^2.3.1", |
61 | 60 | "@types/jest": "^26.0.0", |
62 | 61 | "@types/webpack-env": "^1.13.6", |
63 | | - "@typescript-eslint/eslint-plugin": "^3.6.0", |
64 | | - "@typescript-eslint/parser": "^3.6.0", |
| 62 | + "@typescript-eslint/eslint-plugin": "^8.29.1", |
| 63 | + "@typescript-eslint/parser": "^8.29.1", |
65 | 64 | "acorn": "^7.2.0", |
66 | 65 | "css-loader": "^3.2.0", |
67 | | - "eslint": "^7.4.0", |
68 | | - "eslint-config-prettier": "^6.11.0", |
69 | | - "eslint-plugin-prettier": "^3.1.4", |
| 66 | + "eslint": "^9.0.0", |
| 67 | + "eslint-config-prettier": "^10.1.2", |
| 68 | + "eslint-plugin-prettier": "^5.2.6", |
70 | 69 | "fs-extra": "^7.0.0", |
71 | 70 | "identity-obj-proxy": "^3.0.0", |
72 | | - "jest": "^26.0.0", |
73 | | - "mkdirp": "^0.5.1", |
| 71 | + "jest": "^29.4.3", |
| 72 | + "mkdirp": "^3.0.1", |
74 | 73 | "npm-run-all": "^4.1.3", |
75 | 74 | "prettier": "^2.0.5", |
76 | | - "rimraf": "^2.6.2", |
| 75 | + "rimraf": "^6.0.1", |
77 | 76 | "source-map-loader": "^1.1.3", |
78 | 77 | "style-loader": "^1.0.0", |
79 | | - "ts-jest": "^26.0.0", |
| 78 | + "ts-jest": "^29.0.5", |
80 | 79 | "ts-loader": "^8.0.0", |
81 | | - "typescript": "~4.1.3", |
82 | | - "webpack": "^5.61.0", |
83 | | - "webpack-cli": "^4.0.0" |
84 | | - }, |
85 | | - "resolutions": { |
86 | | - "**/@jupyter-widgets/base": "6.0.2", |
87 | | - "**/@jupyter-widgets/controls": "5.0.3", |
88 | | - "**/@jupyter-widgets/html-manager": "1.0.5", |
89 | | - "**/@jupyter-widgets/jupyterlab-manager": "5.0.5", |
90 | | - "**/@jupyter-widgets/output": "6.0.2", |
91 | | - "**/@jupyterlab/application": "4.0.0-alpha.19", |
92 | | - "**/@jupyterlab/apputils": "4.0.0-alpha.19", |
93 | | - "**/@jupyterlab/attachments": "4.0.0-alpha.19", |
94 | | - "**/@jupyterlab/cells": "4.0.0-alpha.19", |
95 | | - "**/@jupyterlab/codeeditor": "4.0.0-alpha.19", |
96 | | - "**/@jupyterlab/codemirror": "4.0.0-alpha.19", |
97 | | - "**/@jupyterlab/completer": "4.0.0-alpha.19", |
98 | | - "**/@jupyterlab/console": "4.0.0-alpha.19", |
99 | | - "**/@jupyterlab/coreutils": "6.0.0-alpha.19", |
100 | | - "**/@jupyterlab/docmanager": "4.0.0-alpha.19", |
101 | | - "**/@jupyterlab/docprovider": "4.0.0-alpha.18", |
102 | | - "**/@jupyterlab/docregistry": "4.0.0-alpha.19", |
103 | | - "**/@jupyterlab/documentsearch": "4.0.0-alpha.19", |
104 | | - "**/@jupyterlab/filebrowser": "4.0.0-alpha.19", |
105 | | - "**/@jupyterlab/fileeditor": "4.0.0-alpha.19", |
106 | | - "**/@jupyterlab/inspector": "4.0.0-alpha.19", |
107 | | - "**/@jupyterlab/javascript-extension": "4.0.0-alpha.19", |
108 | | - "**/@jupyterlab/json-extension": "4.0.0-alpha.19", |
109 | | - "**/@jupyterlab/launcher": "4.0.0-alpha.19", |
110 | | - "**/@jupyterlab/lsp": "4.0.0-alpha.19", |
111 | | - "**/@jupyterlab/mainmenu": "4.0.0-alpha.19", |
112 | | - "**/@jupyterlab/markdownviewer": "4.0.0-alpha.19", |
113 | | - "**/@jupyterlab/markedparser-extension": "4.0.0-alpha.19", |
114 | | - "**/@jupyterlab/mathjax2": "4.0.0-alpha.19", |
115 | | - "**/@jupyterlab/nbconvert-css": "4.0.0-alpha.19", |
116 | | - "**/@jupyterlab/nbformat": "4.0.0-alpha.19", |
117 | | - "**/@jupyterlab/notebook": "4.0.0-alpha.19", |
118 | | - "**/@jupyterlab/observables": "5.0.0-alpha.19", |
119 | | - "**/@jupyterlab/outputarea": "4.0.0-alpha.19", |
120 | | - "**/@jupyterlab/rendermime": "4.0.0-alpha.19", |
121 | | - "**/@jupyterlab/rendermime-extension": "4.0.0-alpha.19", |
122 | | - "**/@jupyterlab/rendermime-interfaces": "3.8.0-alpha.19", |
123 | | - "**/@jupyterlab/services": "7.0.0-alpha.19", |
124 | | - "**/@jupyterlab/settingregistry": "4.0.0-alpha.19", |
125 | | - "**/@jupyterlab/statedb": "4.0.0-alpha.19", |
126 | | - "**/@jupyterlab/terminal": "4.0.0-alpha.19", |
127 | | - "**/@jupyterlab/theme-dark-extension": "4.0.0-alpha.19", |
128 | | - "**/@jupyterlab/theme-light-extension": "4.0.0-alpha.19", |
129 | | - "**/@jupyterlab/translation": "4.0.0-alpha.19", |
130 | | - "**/@jupyterlab/ui-components": "4.0.0-alpha.34", |
131 | | - "**/@lumino/algorithm": "2.0.0-beta.0", |
132 | | - "**/@jupyter/ydoc": "0.3.1", |
133 | | - "**/@lumino/application": "2.0.0-beta.1", |
134 | | - "**/@lumino/collections": "2.0.0-beta.0", |
135 | | - "**/@lumino/commands": "2.0.0-beta.1", |
136 | | - "**/@lumino/coreutils": "2.0.0-beta.0", |
137 | | - "**/@lumino/default-theme": "2.0.0-beta.1", |
138 | | - "**/@lumino/disposable": "2.0.0-beta.1", |
139 | | - "**/@lumino/domutils": "2.0.0-beta.0", |
140 | | - "**/@lumino/dragdrop": "2.0.0-beta.1", |
141 | | - "**/@lumino/keyboard": "2.0.0-beta.0", |
142 | | - "**/@lumino/messaging": "2.0.0-beta.0", |
143 | | - "**/@lumino/polling": "2.0.0-beta.1", |
144 | | - "**/@lumino/properties": "2.0.0-beta.0", |
145 | | - "**/@lumino/signaling": "2.0.0-beta.1", |
146 | | - "**/@lumino/virtualdom": "2.0.0-beta.0", |
147 | | - "**/@lumino/widgets": "2.0.0-beta.1", |
148 | | - "**/@rjsf/core": "4.2.0", |
149 | | - "**/@types/react": "18.0.27", |
150 | | - "**/@types/react-dom": "18.0.10", |
151 | | - "**/@primer/react": "35.15.1", |
152 | | - "**/@primer/octicons-react": "17.9.0", |
153 | | - "**/html-webpack-plugin": "5.3.1", |
154 | | - "**/htmlparser2": "8.0.1", |
155 | | - "**/react": "18.2.0", |
156 | | - "**/react-dom": "18.2.0", |
157 | | - "**/react-redux": "8.0.2", |
158 | | - "**/redux": "4.1.0", |
159 | | - "**/redux-observable": "1.2.0", |
160 | | - "**/rxjs": "6.6.0", |
161 | | - "**/typescript": "4.2.4", |
162 | | - "**/webpack": "5.74.0", |
163 | | - "**/webpack-cli": "4.10.0", |
164 | | - "**/webpack-dev-server": "4.9.3", |
165 | | - "**/y-websocket": "1.4.3", |
166 | | - "**/yjs": "13.5.41" |
| 80 | + "typescript": "^5.8.3", |
| 81 | + "webpack": "^5.74.0", |
| 82 | + "webpack-cli": "^4.10.0" |
167 | 83 | }, |
168 | 84 | "jupyterlab": { |
169 | 85 | "extension": "lib/plugin", |
|
0 commit comments