dotdata_widgets 1.2.0-dev.120.2f41d4da → 1.2.0-dev.133.52e02c45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +8 -8
- package/package.json +11 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dotdata_widgets",
|
|
3
|
-
"version": "1.2.0-dev.
|
|
3
|
+
"version": "1.2.0-dev.133.52e02c45",
|
|
4
4
|
"description": "A dotdata widget",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dotdata",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"lint": "eslint . --ext .ts,.tsx --fix",
|
|
40
40
|
"lint:check": "eslint . --ext .ts,.tsx",
|
|
41
41
|
"prepack": "yarn build:package",
|
|
42
|
-
"publish": "
|
|
42
|
+
"npm-publish": "npm publish",
|
|
43
43
|
"test": "yarn build:test && vitest run",
|
|
44
44
|
"test:watch": "concurrently --hide \"yarn build:test -w\" --handle-input --raw \"vitest watch\" ",
|
|
45
45
|
"format": "prettier --write \"src/**/*.ts\"",
|
|
@@ -50,10 +50,14 @@
|
|
|
50
50
|
"build-storybook": "storybook build"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@dotdata/
|
|
54
|
-
"@dotdata/
|
|
55
|
-
"@dotdata/
|
|
56
|
-
"@dotdata/
|
|
53
|
+
"@dotdata/adb": "workspace:^",
|
|
54
|
+
"@dotdata/components": "workspace:^",
|
|
55
|
+
"@dotdata/css": "workspace:^",
|
|
56
|
+
"@dotdata/feature-leaderboard": "workspace:^",
|
|
57
|
+
"@dotdata/feature-pipeline": "workspace:^",
|
|
58
|
+
"@dotdata/feature-space": "workspace:^",
|
|
59
|
+
"@dotdata/fixtures": "workspace:^",
|
|
60
|
+
"@dotdata/utils": "workspace:^",
|
|
57
61
|
"@emotion/react": "*",
|
|
58
62
|
"@emotion/styled": "*",
|
|
59
63
|
"@jupyter-widgets/base": "^6.0.2",
|
|
@@ -101,4 +105,4 @@
|
|
|
101
105
|
"react-dom": false
|
|
102
106
|
}
|
|
103
107
|
}
|
|
104
|
-
}
|
|
108
|
+
}
|