@equinor/fusion-framework-react-app 6.2.1 → 6.2.2
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 +6 -6
- package/src/version.ts +1 -1
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "6.2.
|
|
1
|
+
export declare const version = "6.2.2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-react-app",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/esm/index.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -106,13 +106,13 @@
|
|
|
106
106
|
"directory": "packages/react"
|
|
107
107
|
},
|
|
108
108
|
"dependencies": {
|
|
109
|
+
"@equinor/fusion-framework-app": "^9.3.18",
|
|
109
110
|
"@equinor/fusion-framework-module": "^4.4.2",
|
|
110
111
|
"@equinor/fusion-framework-module-app": "^6.1.16",
|
|
111
|
-
"@equinor/fusion-framework-react": "^7.4.15",
|
|
112
112
|
"@equinor/fusion-framework-module-navigation": "^5.0.3",
|
|
113
|
+
"@equinor/fusion-framework-react": "^7.4.15",
|
|
113
114
|
"@equinor/fusion-framework-react-module": "^3.1.12",
|
|
114
|
-
"@equinor/fusion-framework-react-module-http": "^9.0.3"
|
|
115
|
-
"@equinor/fusion-framework-app": "^9.3.17"
|
|
115
|
+
"@equinor/fusion-framework-react-module-http": "^9.0.3"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
118
|
"@types/react": "^18.2.50",
|
|
@@ -123,10 +123,10 @@
|
|
|
123
123
|
"typescript": "^5.8.2",
|
|
124
124
|
"@equinor/fusion-framework-module-ag-grid": "^34.0.2",
|
|
125
125
|
"@equinor/fusion-framework-module-event": "^4.3.6",
|
|
126
|
+
"@equinor/fusion-framework-module-feature-flag": "^1.1.21",
|
|
127
|
+
"@equinor/fusion-framework-react-module-bookmark": "^4.0.8",
|
|
126
128
|
"@equinor/fusion-framework-module-msal": "^4.0.7",
|
|
127
129
|
"@equinor/fusion-framework-react-module-context": "^6.2.31",
|
|
128
|
-
"@equinor/fusion-framework-module-feature-flag": "^1.1.21",
|
|
129
|
-
"@equinor/fusion-framework-react-module-bookmark": "^4.0.7",
|
|
130
130
|
"@equinor/fusion-observable": "^8.5.1"
|
|
131
131
|
},
|
|
132
132
|
"peerDependencies": {
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '6.2.
|
|
2
|
+
export const version = '6.2.2';
|