dotdata_widgets 1.5.0-b2.dev30.g0d73a07e → 1.5.0-b2.dev33

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.
Files changed (2) hide show
  1. package/dist/index.js +19 -19
  2. package/package.json +5 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dotdata_widgets",
3
- "version": "1.5.0-b2.dev30.g0d73a07e",
3
+ "version": "1.5.0-b2.dev33",
4
4
  "description": "A dotdata widget",
5
5
  "keywords": [
6
6
  "dotdata",
@@ -72,11 +72,9 @@
72
72
  "@mui/material": "^5.15.14",
73
73
  "@mui/system": "^5.15.14",
74
74
  "lodash": "^4.17.21",
75
- "ts-pattern": "^5.2.0"
76
- },
77
- "peerDependencies": {
78
75
  "react": "^18.2.0",
79
- "react-dom": "^18.2.0"
76
+ "react-dom": "^18.2.0",
77
+ "ts-pattern": "^5.2.0"
80
78
  },
81
79
  "devDependencies": {
82
80
  "@dotdata/typescript-config": "workspace:^",
@@ -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": "^18.2.0",
95
- "react-dom": "^18.2.0",
96
92
  "source-map-loader": "^4.0.1",
97
93
  "style-loader": "^3.3.1",
98
94
  "ts-loader": "^9.4.2",
@@ -111,11 +107,11 @@
111
107
  "singleton": true
112
108
  },
113
109
  "react": {
114
- "bundled": false,
110
+ "bundled": true,
115
111
  "singleton": true
116
112
  },
117
113
  "react-dom": {
118
- "bundled": false,
114
+ "bundled": true,
119
115
  "singleton": true
120
116
  }
121
117
  }