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

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.4";
1
+ export declare const version = "9.0.5";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-react-app",
3
- "version": "9.0.4",
3
+ "version": "9.0.5",
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.5",
117
116
  "@equinor/fusion-framework-module": "5.0.5",
117
+ "@equinor/fusion-framework-app": "10.4.6",
118
118
  "@equinor/fusion-framework-module-app": "7.4.0",
119
119
  "@equinor/fusion-framework-module-navigation": "6.0.0",
120
120
  "@equinor/fusion-framework-react": "7.4.19",
121
- "@equinor/fusion-framework-react-module-http": "10.0.0",
122
- "@equinor/fusion-framework-react-module": "3.1.13"
121
+ "@equinor/fusion-framework-react-module": "3.1.13",
122
+ "@equinor/fusion-framework-react-module-http": "10.0.0"
123
123
  },
124
124
  "devDependencies": {
125
125
  "@types/react": "^18.2.50",
@@ -132,17 +132,17 @@
132
132
  "@equinor/fusion-framework-module-analytics": "0.2.3",
133
133
  "@equinor/fusion-framework-module-event": "5.0.0",
134
134
  "@equinor/fusion-framework-module-feature-flag": "1.1.27",
135
- "@equinor/fusion-framework-module-msal": "7.2.1",
135
+ "@equinor/fusion-framework-module-msal": "7.2.2",
136
136
  "@equinor/fusion-framework-react-module-bookmark": "5.0.1",
137
- "@equinor/fusion-framework-react-module-context": "6.2.33",
138
- "@equinor/fusion-observable": "8.5.7"
137
+ "@equinor/fusion-observable": "8.5.7",
138
+ "@equinor/fusion-framework-react-module-context": "6.2.33"
139
139
  },
140
140
  "peerDependencies": {
141
141
  "@types/react": "^17.0.0 || ^18.0.0",
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.2.1"
145
+ "@equinor/fusion-framework-module-msal": "^7.2.2"
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.4';
2
+ export const version = '9.0.5';