@equinor/fusion-framework-react-app 6.1.6-next.0 → 6.1.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 +4 -5
- package/dist/esm/version.js +1 -1
- package/dist/esm/version.js.map +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 = "6.1.6
|
|
1
|
+
export declare const version = "6.1.6";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-react-app",
|
|
3
|
-
"version": "6.1.6
|
|
3
|
+
"version": "6.1.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/esm/index.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -96,13 +96,13 @@
|
|
|
96
96
|
"directory": "packages/react"
|
|
97
97
|
},
|
|
98
98
|
"dependencies": {
|
|
99
|
-
"@equinor/fusion-framework-app": "^9.3.15-next.0",
|
|
100
99
|
"@equinor/fusion-framework-module": "^4.4.2",
|
|
101
|
-
"@equinor/fusion-framework-module-app": "^6.1.
|
|
100
|
+
"@equinor/fusion-framework-module-app": "^6.1.14",
|
|
101
|
+
"@equinor/fusion-framework-app": "^9.3.15",
|
|
102
102
|
"@equinor/fusion-framework-module-navigation": "^5.0.2",
|
|
103
|
-
"@equinor/fusion-framework-react
|
|
104
|
-
"@equinor/fusion-framework-react-module-http": "^9.0.
|
|
105
|
-
"@equinor/fusion-framework-react": "^
|
|
103
|
+
"@equinor/fusion-framework-react": "^7.4.13",
|
|
104
|
+
"@equinor/fusion-framework-react-module-http": "^9.0.2",
|
|
105
|
+
"@equinor/fusion-framework-react-module": "^3.1.12"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@types/react": "^18.2.50",
|
|
@@ -113,11 +113,11 @@
|
|
|
113
113
|
"typescript": "^5.8.2",
|
|
114
114
|
"@equinor/fusion-framework-module-ag-grid": "^34.0.2",
|
|
115
115
|
"@equinor/fusion-framework-module-event": "^4.3.6",
|
|
116
|
-
"@equinor/fusion-framework-module-feature-flag": "^1.1.
|
|
117
|
-
"@equinor/fusion-framework-react-module-bookmark": "^4.0.4
|
|
116
|
+
"@equinor/fusion-framework-module-feature-flag": "^1.1.19",
|
|
117
|
+
"@equinor/fusion-framework-react-module-bookmark": "^4.0.4",
|
|
118
118
|
"@equinor/fusion-framework-module-msal": "^4.0.6",
|
|
119
|
-
"@equinor/fusion-framework-react-module-context": "^6.2.
|
|
120
|
-
"@equinor/fusion-observable": "^8.
|
|
119
|
+
"@equinor/fusion-framework-react-module-context": "^6.2.29",
|
|
120
|
+
"@equinor/fusion-observable": "^8.5.0"
|
|
121
121
|
},
|
|
122
122
|
"peerDependencies": {
|
|
123
123
|
"@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 = '6.1.6
|
|
2
|
+
export const version = '6.1.6';
|