@equinor/fusion-framework-react-app 4.3.6-widget-b2daf10f → 4.3.6-widget-acdcb9b2

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/CHANGELOG.md +2 -2
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # Change Log
2
2
 
3
- ## 4.3.6-widget-b2daf10f
3
+ ## 4.3.6-widget-acdcb9b2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#1854](https://github.com/equinor/fusion-framework/pull/1854) [`0709eda`](https://github.com/equinor/fusion-framework/commit/0709edaff0b2bdd9b7cd5e9c247f3dd389d7440d) Thanks [@Noggling](https://github.com/Noggling)! - Exposing the `makeWidgetComponent` function and performing minor cleanup of the widget component.
8
8
 
9
9
  - Updated dependencies [[`0709eda`](https://github.com/equinor/fusion-framework/commit/0709edaff0b2bdd9b7cd5e9c247f3dd389d7440d)]:
10
- - @equinor/fusion-framework-react@6.0.3-widget-b2daf10f
10
+ - @equinor/fusion-framework-react@6.0.3-widget-acdcb9b2
11
11
 
12
12
  ## 4.3.5
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-react-app",
3
- "version": "4.3.6-widget-b2daf10f",
3
+ "version": "4.3.6-widget-acdcb9b2",
4
4
  "description": "",
5
5
  "main": "dist/esm/index.js",
6
6
  "exports": {
@@ -83,12 +83,12 @@
83
83
  },
84
84
  "dependencies": {
85
85
  "@equinor/fusion-framework-app": "^8.1.1",
86
- "@equinor/fusion-framework-module": "^4.2.7",
87
86
  "@equinor/fusion-framework-module-app": "^5.2.13",
88
- "@equinor/fusion-framework-module-navigation": "^3.1.4",
89
- "@equinor/fusion-framework-react": "^6.0.3-widget-b2daf10f",
87
+ "@equinor/fusion-framework-module": "^4.2.7",
88
+ "@equinor/fusion-framework-react": "^6.0.3-widget-acdcb9b2",
90
89
  "@equinor/fusion-framework-react-module": "^3.0.8",
91
- "@equinor/fusion-framework-react-module-http": "^4.0.6"
90
+ "@equinor/fusion-framework-react-module-http": "^4.0.6",
91
+ "@equinor/fusion-framework-module-navigation": "^3.1.4"
92
92
  },
93
93
  "devDependencies": {
94
94
  "@types/react": "^18.2.50",
@@ -97,13 +97,13 @@
97
97
  "react-dom": "^18.2.0",
98
98
  "rxjs": "^7.8.1",
99
99
  "typescript": "^5.1.3",
100
- "@equinor/fusion-framework-module-event": "^4.0.8",
101
100
  "@equinor/fusion-framework-module-feature-flag": "^1.0.2",
102
101
  "@equinor/fusion-framework-module-msal": "^3.0.10",
103
- "@equinor/fusion-framework-react-module-bookmark": "^2.0.33-widget-b2daf10f",
104
- "@equinor/fusion-framework-react-widget": "^1.0.1-widget-b2daf10f",
105
- "@equinor/fusion-observable": "^8.1.5",
106
- "@equinor/fusion-framework-react-module-context": "^6.0.20"
102
+ "@equinor/fusion-framework-module-event": "^4.0.8",
103
+ "@equinor/fusion-framework-react-widget": "^1.0.1-widget-acdcb9b2",
104
+ "@equinor/fusion-framework-react-module-context": "^6.0.20",
105
+ "@equinor/fusion-framework-react-module-bookmark": "^2.0.33-widget-acdcb9b2",
106
+ "@equinor/fusion-observable": "^8.1.5"
107
107
  },
108
108
  "peerDependencies": {
109
109
  "@types/react": "^17.0.0 || ^18.0.0",