@equinor/fusion-framework-react-app 10.0.5 → 10.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 +6 -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 +9 -9
- package/src/version.ts +1 -1
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "10.0.
|
|
1
|
+
export declare const version = "10.0.6";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-react-app",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/esm/index.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -117,14 +117,14 @@
|
|
|
117
117
|
"directory": "packages/react"
|
|
118
118
|
},
|
|
119
119
|
"dependencies": {
|
|
120
|
-
"@equinor/fusion-framework-app": "11.0.
|
|
121
|
-
"@equinor/fusion-framework-module": "6.0.0",
|
|
120
|
+
"@equinor/fusion-framework-app": "11.0.4",
|
|
122
121
|
"@equinor/fusion-framework-module-app": "8.0.1",
|
|
122
|
+
"@equinor/fusion-framework-module": "6.0.0",
|
|
123
|
+
"@equinor/fusion-framework-module-http": "8.0.0",
|
|
123
124
|
"@equinor/fusion-framework-module-navigation": "7.0.2",
|
|
124
|
-
"@equinor/fusion-framework-react": "8.0.0",
|
|
125
125
|
"@equinor/fusion-framework-react-module": "4.0.0",
|
|
126
126
|
"@equinor/fusion-framework-react-module-http": "11.0.0",
|
|
127
|
-
"@equinor/fusion-framework-
|
|
127
|
+
"@equinor/fusion-framework-react": "8.0.0"
|
|
128
128
|
},
|
|
129
129
|
"devDependencies": {
|
|
130
130
|
"@types/react": "^19.2.7",
|
|
@@ -139,17 +139,17 @@
|
|
|
139
139
|
"@equinor/fusion-framework-module-analytics": "2.0.3",
|
|
140
140
|
"@equinor/fusion-framework-module-event": "6.0.0",
|
|
141
141
|
"@equinor/fusion-framework-module-feature-flag": "2.0.1",
|
|
142
|
-
"@equinor/fusion-framework-
|
|
142
|
+
"@equinor/fusion-framework-module-msal": "8.0.3",
|
|
143
143
|
"@equinor/fusion-framework-react-module-bookmark": "6.0.0",
|
|
144
|
-
"@equinor/fusion-
|
|
145
|
-
"@equinor/fusion-
|
|
144
|
+
"@equinor/fusion-framework-react-module-context": "7.0.0",
|
|
145
|
+
"@equinor/fusion-observable": "9.0.1"
|
|
146
146
|
},
|
|
147
147
|
"peerDependencies": {
|
|
148
148
|
"@types/react": "^18.0.0 || ^19.0.0",
|
|
149
149
|
"react": "^18.0.0 || ^19.0.0",
|
|
150
150
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
151
151
|
"rxjs": "^7.0.0",
|
|
152
|
-
"@equinor/fusion-framework-module-msal": "^8.0.
|
|
152
|
+
"@equinor/fusion-framework-module-msal": "^8.0.3"
|
|
153
153
|
},
|
|
154
154
|
"peerDependenciesMeta": {
|
|
155
155
|
"@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 = '10.0.
|
|
2
|
+
export const version = '10.0.6';
|