@equinor/fusion-framework-react-app 6.1.5 → 6.1.6-next.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.
@@ -1 +1 @@
1
- export declare const version = "6.1.5";
1
+ export declare const version = "6.1.6-next.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-react-app",
3
- "version": "6.1.5",
3
+ "version": "6.1.6-next.0",
4
4
  "description": "",
5
5
  "main": "./dist/esm/index.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -96,13 +96,13 @@
96
96
  "directory": "packages/react"
97
97
  },
98
98
  "dependencies": {
99
- "@equinor/fusion-framework-app": "^9.3.14",
99
+ "@equinor/fusion-framework-app": "^9.3.15-next.0",
100
+ "@equinor/fusion-framework-module": "^4.4.2",
100
101
  "@equinor/fusion-framework-module-app": "^6.1.13",
101
102
  "@equinor/fusion-framework-module-navigation": "^5.0.2",
102
- "@equinor/fusion-framework-module": "^4.4.2",
103
- "@equinor/fusion-framework-react": "^7.4.12",
104
- "@equinor/fusion-framework-react-module-http": "^9.0.2",
105
- "@equinor/fusion-framework-react-module": "^3.1.12"
103
+ "@equinor/fusion-framework-react-module": "^3.1.12",
104
+ "@equinor/fusion-framework-react-module-http": "^9.0.3-next.0",
105
+ "@equinor/fusion-framework-react": "^7.4.13-next.0"
106
106
  },
107
107
  "devDependencies": {
108
108
  "@types/react": "^18.2.50",
@@ -112,11 +112,11 @@
112
112
  "rxjs": "^7.8.1",
113
113
  "typescript": "^5.8.2",
114
114
  "@equinor/fusion-framework-module-ag-grid": "^34.0.2",
115
- "@equinor/fusion-framework-module-msal": "^4.0.6",
116
115
  "@equinor/fusion-framework-module-event": "^4.3.6",
117
116
  "@equinor/fusion-framework-module-feature-flag": "^1.1.18",
117
+ "@equinor/fusion-framework-react-module-bookmark": "^4.0.4-next.0",
118
+ "@equinor/fusion-framework-module-msal": "^4.0.6",
118
119
  "@equinor/fusion-framework-react-module-context": "^6.2.28",
119
- "@equinor/fusion-framework-react-module-bookmark": "^4.0.3",
120
120
  "@equinor/fusion-observable": "^8.4.9"
121
121
  },
122
122
  "peerDependencies": {
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '6.1.5';
2
+ export const version = '6.1.6-next.0';