@ohif/extension-default 3.6.0-beta.2 → 3.6.0

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.
@@ -11,7 +11,7 @@ object-assign
11
11
  */
12
12
 
13
13
  /**
14
- * @remix-run/router v1.5.0
14
+ * @remix-run/router v1.6.3
15
15
  *
16
16
  * Copyright (c) Remix Software Inc.
17
17
  *
@@ -22,7 +22,7 @@ object-assign
22
22
  */
23
23
 
24
24
  /**
25
- * React Router v6.10.0
25
+ * React Router v6.12.0
26
26
  *
27
27
  * Copyright (c) Remix Software Inc.
28
28
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohif/extension-default",
3
- "version": "3.6.0-beta.2",
3
+ "version": "3.6.0",
4
4
  "description": "Common/default features and functionality for basic image viewing",
5
5
  "author": "OHIF Core Team",
6
6
  "license": "MIT",
@@ -30,8 +30,8 @@
30
30
  "start": "yarn run dev"
31
31
  },
32
32
  "peerDependencies": {
33
- "@ohif/core": "3.6.0-beta.2",
34
- "@ohif/i18n": "3.6.0-beta.2",
33
+ "@ohif/core": "3.6.0",
34
+ "@ohif/i18n": "3.6.0",
35
35
  "dcmjs": "^0.29.5",
36
36
  "dicomweb-client": "^0.10.2",
37
37
  "prop-types": "^15.6.2",
@@ -46,5 +46,5 @@
46
46
  "@babel/runtime": "^7.20.13",
47
47
  "@cornerstonejs/calculate-suv": "^1.0.3"
48
48
  },
49
- "gitHead": "655ccd310e18316cb31d199eb353aa4152fde860"
49
+ "gitHead": "72ec0bffb533f883aac3b76d0ed9559c70fe5838"
50
50
  }