@equinor/fusion-framework-react-app 9.0.1 → 9.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.
- package/CHANGELOG.md +16 -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 +6 -6
- 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.3";
|
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.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/esm/index.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -113,11 +113,11 @@
|
|
|
113
113
|
"directory": "packages/react"
|
|
114
114
|
},
|
|
115
115
|
"dependencies": {
|
|
116
|
-
"@equinor/fusion-framework-app": "10.4.
|
|
116
|
+
"@equinor/fusion-framework-app": "10.4.4",
|
|
117
|
+
"@equinor/fusion-framework-module-app": "7.4.0",
|
|
117
118
|
"@equinor/fusion-framework-module": "5.0.5",
|
|
118
119
|
"@equinor/fusion-framework-module-navigation": "6.0.0",
|
|
119
120
|
"@equinor/fusion-framework-react": "7.4.19",
|
|
120
|
-
"@equinor/fusion-framework-module-app": "7.4.0",
|
|
121
121
|
"@equinor/fusion-framework-react-module": "3.1.13",
|
|
122
122
|
"@equinor/fusion-framework-react-module-http": "10.0.0"
|
|
123
123
|
},
|
|
@@ -130,9 +130,9 @@
|
|
|
130
130
|
"typescript": "^5.8.2",
|
|
131
131
|
"@equinor/fusion-framework-module-ag-grid": "34.4.0",
|
|
132
132
|
"@equinor/fusion-framework-module-analytics": "0.2.3",
|
|
133
|
-
"@equinor/fusion-framework-module-event": "5.0.0",
|
|
134
133
|
"@equinor/fusion-framework-module-feature-flag": "1.1.27",
|
|
135
|
-
"@equinor/fusion-framework-module-
|
|
134
|
+
"@equinor/fusion-framework-module-event": "5.0.0",
|
|
135
|
+
"@equinor/fusion-framework-module-msal": "7.2.0",
|
|
136
136
|
"@equinor/fusion-framework-react-module-bookmark": "5.0.1",
|
|
137
137
|
"@equinor/fusion-framework-react-module-context": "6.2.33",
|
|
138
138
|
"@equinor/fusion-observable": "8.5.7"
|
|
@@ -142,7 +142,7 @@
|
|
|
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.
|
|
145
|
+
"@equinor/fusion-framework-module-msal": "^7.2.0"
|
|
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.
|
|
2
|
+
export const version = '9.0.3';
|