@equinor/fusion-framework-react-app 14.0.2 → 14.0.3

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 = "14.0.2";
1
+ export declare const version = "14.0.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-react-app",
3
- "version": "14.0.2",
3
+ "version": "14.0.3",
4
4
  "description": "",
5
5
  "main": "./dist/esm/index.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -131,13 +131,13 @@
131
131
  "directory": "packages/react"
132
132
  },
133
133
  "dependencies": {
134
- "@equinor/fusion-framework-app": "13.0.2",
134
+ "@equinor/fusion-framework-app": "13.0.3",
135
135
  "@equinor/fusion-framework-module": "6.1.2",
136
136
  "@equinor/fusion-framework-module-http": "8.0.5",
137
137
  "@equinor/fusion-framework-module-app": "8.0.5",
138
138
  "@equinor/fusion-framework-module-navigation": "7.0.8",
139
- "@equinor/fusion-framework-react-module": "4.0.2",
140
139
  "@equinor/fusion-framework-react": "8.0.1",
140
+ "@equinor/fusion-framework-react-module": "4.0.2",
141
141
  "@equinor/fusion-framework-react-module-http": "11.0.1"
142
142
  },
143
143
  "devDependencies": {
@@ -150,16 +150,16 @@
150
150
  "rxjs": "^7.8.1",
151
151
  "typescript": "^7.0.2",
152
152
  "vitest": "^4.1.0",
153
- "@equinor/fusion-framework-module-ag-grid": "37.0.2",
154
- "@equinor/fusion-framework-module-analytics": "3.0.7",
155
153
  "@equinor/fusion-framework-module-event": "6.0.1",
156
- "@equinor/fusion-framework-module-feature-flag": "2.0.3",
154
+ "@equinor/fusion-framework-module-analytics": "3.0.8",
155
+ "@equinor/fusion-framework-module-ag-grid": "37.0.2",
157
156
  "@equinor/fusion-framework-module-msal": "10.0.2",
158
- "@equinor/fusion-framework-module-state": "^2.0.1",
157
+ "@equinor/fusion-framework-module-feature-flag": "2.0.3",
159
158
  "@equinor/fusion-framework-react-module-bookmark": "6.0.1",
159
+ "@equinor/fusion-framework-module-state": "^2.0.1",
160
160
  "@equinor/fusion-framework-react-module-context": "7.0.2",
161
161
  "@equinor/fusion-framework-react-router": "2.4.0",
162
- "@equinor/fusion-observable": "9.1.1"
162
+ "@equinor/fusion-observable": "9.2.0"
163
163
  },
164
164
  "peerDependencies": {
165
165
  "@types/react": "^18.0.0 || ^19.0.0",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '14.0.2';
2
+ export const version = '14.0.3';