Skip to content

Commit 1fd5613

Browse files
Update bluetooth/package.json and bluetooth-extension/package.json.
1 parent fc7fc1c commit 1fd5613

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

packages/bluetooth-extension/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
},
1919
"files": [
2020
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
21-
"src/**/*.{ts,tsx}",
22-
"schema/*.json"
21+
"src/**/*.{ts,tsx}"
2322
],
2423
"main": "lib/index.js",
2524
"types": "lib/index.d.ts",
@@ -46,7 +45,7 @@
4645
},
4746
"dependencies": {
4847
"@jupyter-bluetooth-manager/bluetooth": "^0.1.0",
49-
"@jupyterlab/application": ">=4.5.10 <5.0.0",
48+
"@jupyterlab/application": "^4.5.10",
5049
"@jupyterlab/builder": "^4.5.10"
5150
},
5251
"devDependencies": {
@@ -61,7 +60,6 @@
6160
},
6261
"jupyterlab": {
6362
"extension": true,
64-
"outputDir": "../../jupyter_bluetooth_manager/labextension",
65-
"schemaDir": "schema"
63+
"outputDir": "../../jupyter_bluetooth_manager/labextension"
6664
}
6765
}

packages/bluetooth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"watch:src": "tsc -w --sourceMap"
4343
},
4444
"devDependencies": {
45-
"@jupyterlab/running": ">=4.5.10 <5.0.0",
46-
"@jupyterlab/ui-components": ">=4.5.10 <5.0.0",
45+
"@jupyterlab/running": "^4.5.10",
46+
"@jupyterlab/ui-components": "^4.5.10",
4747
"@types/web-bluetooth": "^0.0.7",
4848
"rimraf": "^5.0.1",
4949
"typescript": "~5.9.3",

0 commit comments

Comments
 (0)