@equinor/fusion-framework-react-app 9.0.2 → 9.0.4

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.
@@ -1 +1 @@
1
- export declare const version = "9.0.2";
1
+ export declare const version = "9.0.4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-react-app",
3
- "version": "9.0.2",
3
+ "version": "9.0.4",
4
4
  "description": "",
5
5
  "main": "./dist/esm/index.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -113,13 +113,13 @@
113
113
  "directory": "packages/react"
114
114
  },
115
115
  "dependencies": {
116
- "@equinor/fusion-framework-app": "10.4.3",
117
- "@equinor/fusion-framework-module-app": "7.4.0",
116
+ "@equinor/fusion-framework-app": "10.4.5",
118
117
  "@equinor/fusion-framework-module": "5.0.5",
118
+ "@equinor/fusion-framework-module-app": "7.4.0",
119
119
  "@equinor/fusion-framework-module-navigation": "6.0.0",
120
- "@equinor/fusion-framework-react-module": "3.1.13",
121
120
  "@equinor/fusion-framework-react": "7.4.19",
122
- "@equinor/fusion-framework-react-module-http": "10.0.0"
121
+ "@equinor/fusion-framework-react-module-http": "10.0.0",
122
+ "@equinor/fusion-framework-react-module": "3.1.13"
123
123
  },
124
124
  "devDependencies": {
125
125
  "@types/react": "^18.2.50",
@@ -128,12 +128,12 @@
128
128
  "react-dom": "^18.2.0",
129
129
  "rxjs": "^7.8.1",
130
130
  "typescript": "^5.8.2",
131
- "@equinor/fusion-framework-module-analytics": "0.2.3",
132
131
  "@equinor/fusion-framework-module-ag-grid": "34.4.0",
132
+ "@equinor/fusion-framework-module-analytics": "0.2.3",
133
133
  "@equinor/fusion-framework-module-event": "5.0.0",
134
- "@equinor/fusion-framework-react-module-bookmark": "5.0.1",
135
- "@equinor/fusion-framework-module-msal": "7.1.0",
136
134
  "@equinor/fusion-framework-module-feature-flag": "1.1.27",
135
+ "@equinor/fusion-framework-module-msal": "7.2.1",
136
+ "@equinor/fusion-framework-react-module-bookmark": "5.0.1",
137
137
  "@equinor/fusion-framework-react-module-context": "6.2.33",
138
138
  "@equinor/fusion-observable": "8.5.7"
139
139
  },
@@ -142,7 +142,7 @@
142
142
  "react": "^17.0.0 || ^18.0.0",
143
143
  "react-dom": "^17.0.0 || ^18.0.0",
144
144
  "rxjs": "^7.8.1",
145
- "@equinor/fusion-framework-module-msal": "^7.1.0"
145
+ "@equinor/fusion-framework-module-msal": "^7.2.1"
146
146
  },
147
147
  "peerDependenciesMeta": {
148
148
  "@equinor/fusion-framework-react-module-ag-grid": {
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '9.0.2';
2
+ export const version = '9.0.4';