Skip to content

Commit c064a0a

Browse files
committed
Utilize @streamlit/component-v2-lib types instead
1 parent 33d7e6c commit c064a0a

File tree

5 files changed

+11
-58
lines changed

5 files changed

+11
-58
lines changed

scripts/check_license_headers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
r"^\.(github)/"
3636
# Exclude images.
3737
r"|\.(?:png|jpg|jpeg|gif|ttf|woff|otf|eot|woff2|ico|svg)$"
38+
# Exclude tgz files
39+
r"|\.(?:tgz)$"
3840
# Exclude files, because they make it obvious which product they relate to.
3941
r"|(LICENSE|NOTICES|CODE_OF_CONDUCT\.md|README\.md)$"
4042
# Exclude files, because they do not support comments

streamlit_bokeh/frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"private": true,
66
"dependencies": {
77
"@bokeh/bokehjs": "^3.7.3",
8+
"@streamlit/component-v2-lib": "./streamlit-component-v2-lib-0.1.0.tgz",
89
"color2k": "^2.0.3",
910
"react": "^18.3.1",
1011
"react-dom": "^18.3.1",

streamlit_bokeh/frontend/src/StTypes_TEMPORARY.ts

Lines changed: 0 additions & 58 deletions
This file was deleted.
Binary file not shown.

streamlit_bokeh/frontend/yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,13 @@ __metadata:
507507
languageName: node
508508
linkType: hard
509509

510+
"@streamlit/component-v2-lib@file:./streamlit-component-v2-lib-0.1.0.tgz::locator=streamlit_bokeh%40workspace%3A.":
511+
version: 0.1.0
512+
resolution: "@streamlit/component-v2-lib@file:./streamlit-component-v2-lib-0.1.0.tgz#./streamlit-component-v2-lib-0.1.0.tgz::hash=a30113&locator=streamlit_bokeh%40workspace%3A."
513+
checksum: 10c0/7b5deb3f409bbcbf0c19fabc0869a5500f1a0ca27bc24c9a316de6c7b6f4e2b445e4967e82bfff7e96feddc3d57175336464820e1baaa1da208e1a360120bd31
514+
languageName: node
515+
linkType: hard
516+
510517
"@swc/core-darwin-arm64@npm:1.12.7":
511518
version: 1.12.7
512519
resolution: "@swc/core-darwin-arm64@npm:1.12.7"
@@ -2857,6 +2864,7 @@ __metadata:
28572864
resolution: "streamlit_bokeh@workspace:."
28582865
dependencies:
28592866
"@bokeh/bokehjs": "npm:^3.7.3"
2867+
"@streamlit/component-v2-lib": ./streamlit-component-v2-lib-0.1.0.tgz
28602868
"@types/jest": "npm:^24.0.0"
28612869
"@types/lodash": "npm:^4.14.150"
28622870
"@types/node": "npm:^22.14.1"

0 commit comments

Comments
 (0)