dotdata_widgets 1.5.0-b2.dev28.gaa787ebf → 1.5.0-b2.dev28.gd2ebfcad
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 +1 -1
- package/package.json +5 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dotdata_widgets",
|
|
3
|
-
"version": "1.5.0-b2.dev28.
|
|
3
|
+
"version": "1.5.0-b2.dev28.gd2ebfcad",
|
|
4
4
|
"description": "A dotdata widget",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dotdata",
|
|
@@ -72,12 +72,10 @@
|
|
|
72
72
|
"@mui/material": "^5.15.14",
|
|
73
73
|
"@mui/system": "^5.15.14",
|
|
74
74
|
"lodash": "^4.17.21",
|
|
75
|
+
"react": "^18.2.0",
|
|
76
|
+
"react-dom": "^18.2.0",
|
|
75
77
|
"ts-pattern": "^5.2.0"
|
|
76
78
|
},
|
|
77
|
-
"peerDependencies": {
|
|
78
|
-
"react": "^19.1.1",
|
|
79
|
-
"react-dom": "^19.1.1"
|
|
80
|
-
},
|
|
81
79
|
"devDependencies": {
|
|
82
80
|
"@dotdata/typescript-config": "workspace:^",
|
|
83
81
|
"@jupyter-widgets/base-manager": "^1.0.7",
|
|
@@ -91,8 +89,6 @@
|
|
|
91
89
|
"identity-obj-proxy": "^3.0.0",
|
|
92
90
|
"mkdirp": "^2.1.3",
|
|
93
91
|
"npm-run-all": "^4.1.5",
|
|
94
|
-
"react": "^19.1.1",
|
|
95
|
-
"react-dom": "^19.1.1",
|
|
96
92
|
"source-map-loader": "^4.0.1",
|
|
97
93
|
"style-loader": "^3.3.1",
|
|
98
94
|
"ts-loader": "^9.4.2",
|
|
@@ -110,14 +106,8 @@
|
|
|
110
106
|
"bundled": false,
|
|
111
107
|
"singleton": true
|
|
112
108
|
},
|
|
113
|
-
"react":
|
|
114
|
-
|
|
115
|
-
"singleton": true
|
|
116
|
-
},
|
|
117
|
-
"react-dom": {
|
|
118
|
-
"bundled": false,
|
|
119
|
-
"singleton": true
|
|
120
|
-
}
|
|
109
|
+
"react": false,
|
|
110
|
+
"react-dom": false
|
|
121
111
|
}
|
|
122
112
|
}
|
|
123
113
|
}
|