@equinor/fusion-framework-react-app 9.0.5 → 9.0.6
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.
- package/CHANGELOG.md +7 -0
- package/dist/esm/version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +10 -10
- package/src/version.ts +1 -1
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "9.0.
|
|
1
|
+
export declare const version = "9.0.6";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-react-app",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/esm/index.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -114,12 +114,12 @@
|
|
|
114
114
|
},
|
|
115
115
|
"dependencies": {
|
|
116
116
|
"@equinor/fusion-framework-module": "5.0.5",
|
|
117
|
-
"@equinor/fusion-framework-app": "10.4.
|
|
117
|
+
"@equinor/fusion-framework-app": "10.4.7",
|
|
118
118
|
"@equinor/fusion-framework-module-app": "7.4.0",
|
|
119
|
-
"@equinor/fusion-framework-module-navigation": "6.0.0",
|
|
120
119
|
"@equinor/fusion-framework-react": "7.4.19",
|
|
121
120
|
"@equinor/fusion-framework-react-module": "3.1.13",
|
|
122
|
-
"@equinor/fusion-framework-react-module-http": "10.0.0"
|
|
121
|
+
"@equinor/fusion-framework-react-module-http": "10.0.0",
|
|
122
|
+
"@equinor/fusion-framework-module-navigation": "6.0.0"
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": {
|
|
125
125
|
"@types/react": "^18.2.50",
|
|
@@ -128,14 +128,14 @@
|
|
|
128
128
|
"react-dom": "^18.2.0",
|
|
129
129
|
"rxjs": "^7.8.1",
|
|
130
130
|
"typescript": "^5.8.2",
|
|
131
|
-
"@equinor/fusion-framework-module-
|
|
132
|
-
"@equinor/fusion-framework-module-
|
|
133
|
-
"@equinor/fusion-framework-module-event": "5.0.0",
|
|
134
|
-
"@equinor/fusion-framework-module-feature-flag": "1.1.27",
|
|
131
|
+
"@equinor/fusion-framework-module-analytics": "0.3.0",
|
|
132
|
+
"@equinor/fusion-framework-module-ag-grid": "35.0.1",
|
|
135
133
|
"@equinor/fusion-framework-module-msal": "7.2.2",
|
|
136
134
|
"@equinor/fusion-framework-react-module-bookmark": "5.0.1",
|
|
137
|
-
"@equinor/fusion-
|
|
138
|
-
"@equinor/fusion-framework-
|
|
135
|
+
"@equinor/fusion-framework-module-feature-flag": "1.1.27",
|
|
136
|
+
"@equinor/fusion-framework-module-event": "5.0.0",
|
|
137
|
+
"@equinor/fusion-framework-react-module-context": "6.2.33",
|
|
138
|
+
"@equinor/fusion-observable": "8.5.7"
|
|
139
139
|
},
|
|
140
140
|
"peerDependencies": {
|
|
141
141
|
"@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 = '9.0.
|
|
2
|
+
export const version = '9.0.6';
|