@equinor/fusion-framework-react-app 6.1.6 → 6.1.7

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 = "6.1.6";
1
+ export declare const version = "6.1.7";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-react-app",
3
- "version": "6.1.6",
3
+ "version": "6.1.7",
4
4
  "description": "",
5
5
  "main": "./dist/esm/index.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -96,12 +96,12 @@
96
96
  "directory": "packages/react"
97
97
  },
98
98
  "dependencies": {
99
+ "@equinor/fusion-framework-app": "^9.3.16",
99
100
  "@equinor/fusion-framework-module": "^4.4.2",
100
- "@equinor/fusion-framework-module-app": "^6.1.14",
101
- "@equinor/fusion-framework-app": "^9.3.15",
102
101
  "@equinor/fusion-framework-module-navigation": "^5.0.2",
103
- "@equinor/fusion-framework-react": "^7.4.13",
102
+ "@equinor/fusion-framework-react": "^7.4.14",
104
103
  "@equinor/fusion-framework-react-module-http": "^9.0.2",
104
+ "@equinor/fusion-framework-module-app": "^6.1.15",
105
105
  "@equinor/fusion-framework-react-module": "^3.1.12"
106
106
  },
107
107
  "devDependencies": {
@@ -113,11 +113,11 @@
113
113
  "typescript": "^5.8.2",
114
114
  "@equinor/fusion-framework-module-ag-grid": "^34.0.2",
115
115
  "@equinor/fusion-framework-module-event": "^4.3.6",
116
- "@equinor/fusion-framework-module-feature-flag": "^1.1.19",
117
- "@equinor/fusion-framework-react-module-bookmark": "^4.0.4",
116
+ "@equinor/fusion-framework-module-feature-flag": "^1.1.20",
118
117
  "@equinor/fusion-framework-module-msal": "^4.0.6",
119
- "@equinor/fusion-framework-react-module-context": "^6.2.29",
120
- "@equinor/fusion-observable": "^8.5.0"
118
+ "@equinor/fusion-framework-react-module-bookmark": "^4.0.6",
119
+ "@equinor/fusion-framework-react-module-context": "^6.2.30",
120
+ "@equinor/fusion-observable": "^8.5.1"
121
121
  },
122
122
  "peerDependencies": {
123
123
  "@types/react": "^17.0.0 || ^18.0.0",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '6.1.6';
2
+ export const version = '6.1.7';