@ohif/ui 3.7.0-beta.8 → 3.7.0-beta.80

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.
@@ -28,6 +28,13 @@ object-assign
28
28
  * http://api.jqueryui.com/category/ui-core/
29
29
  */
30
30
 
31
+ /*!
32
+ * The buffer module from node.js, for the browser.
33
+ *
34
+ * @author Feross Aboukhadijeh <https://feross.org>
35
+ * @license MIT
36
+ */
37
+
31
38
  /*!
32
39
  * validate.js 0.12.0
33
40
  *
@@ -56,6 +63,8 @@ and limitations under the License.
56
63
 
57
64
  /*! dicom-parser - 1.8.12 - 2023-02-20 | (c) 2017 Chris Hafey | https://github.com/cornerstonejs/dicomParser */
58
65
 
66
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
67
+
59
68
  /** @license React v16.13.1
60
69
  * react-is.production.min.js
61
70
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohif/ui",
3
- "version": "3.7.0-beta.8",
3
+ "version": "3.7.0-beta.80",
4
4
  "description": "A set of React components for Medical Imaging Viewers",
5
5
  "author": "OHIF Contributors",
6
6
  "license": "MIT",
@@ -23,6 +23,7 @@
23
23
  "build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
24
24
  "build:package": "yarn run build",
25
25
  "storybook": "storybook dev -p 6006",
26
+ "clean": "rm -rf node_modules/.cache/storybook",
26
27
  "dev": "storybook dev -p 6006",
27
28
  "build-storybook": "storybook build"
28
29
  },
@@ -45,7 +46,7 @@
45
46
  "react-error-boundary": "^3.1.3",
46
47
  "react-modal": "3.11.2",
47
48
  "react-outside-click-handler": "^1.3.0",
48
- "react-select": "3.0.8",
49
+ "react-select": "5.7.4",
49
50
  "react-window": "^1.8.9",
50
51
  "react-with-direction": "^1.3.1",
51
52
  "swiper": "^8.4.2",
@@ -53,14 +54,14 @@
53
54
  },
54
55
  "devDependencies": {
55
56
  "@babel/core": "^7.21.4",
56
- "@storybook/addon-actions": "^7.0.7",
57
- "@storybook/addon-docs": "^7.0.7",
58
- "@storybook/addon-essentials": "^7.0.7",
59
- "@storybook/addon-links": "^7.0.7",
60
- "@storybook/cli": "^7.0.7",
61
- "@storybook/react": "^7.0.7",
62
- "@storybook/react-webpack5": "^7.0.7",
63
- "@storybook/source-loader": "^7.0.7",
57
+ "@storybook/addon-actions": "^7.2.2",
58
+ "@storybook/addon-docs": "^7.2.2",
59
+ "@storybook/addon-essentials": "^7.2.2",
60
+ "@storybook/addon-links": "^7.2.2",
61
+ "@storybook/cli": "^7.2.2",
62
+ "@storybook/react": "^7.2.2",
63
+ "@storybook/react-webpack5": "^7.2.2",
64
+ "@storybook/source-loader": "^7.2.2",
64
65
  "autoprefixer": "^10.4.14",
65
66
  "babel-loader": "^9.1.2",
66
67
  "dotenv-webpack": "^8.0.1",
@@ -68,8 +69,8 @@
68
69
  "postcss-loader": "^7.2.4",
69
70
  "prop-types": "^15.8.1",
70
71
  "remark-gfm": "^3.0.1",
71
- "storybook": "^7.0.7",
72
+ "storybook": "^7.2.2",
72
73
  "tailwindcss": "3.2.4"
73
74
  },
74
- "gitHead": "242beb7b467c784a5b4f4e2f0cf3b7aafa25ddb5"
75
+ "gitHead": "10ca35d5f497021abd562d457d11818474d02868"
75
76
  }