@equinor/fusion-framework-react-app 6.0.8 → 6.0.10

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.
@@ -1 +1 @@
1
- export declare const version = "6.0.8";
1
+ export declare const version = "6.0.10";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-react-app",
3
- "version": "6.0.8",
3
+ "version": "6.0.10",
4
4
  "description": "",
5
5
  "main": "./dist/esm/index.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -46,37 +46,6 @@
46
46
  "import": "./dist/esm/widget/index.js"
47
47
  }
48
48
  },
49
- "typesVersions": {
50
- "*": {
51
- "bookmark": [
52
- "dist/types/bookmark/index.d.ts"
53
- ],
54
- "context": [
55
- "dist/types/context/index.d.ts"
56
- ],
57
- "feature-flag": [
58
- "dist/types/feature-flag/index.d.ts"
59
- ],
60
- "framework": [
61
- "dist/types/framework/index.d.ts"
62
- ],
63
- "http": [
64
- "dist/types/http/index.d.ts"
65
- ],
66
- "msal": [
67
- "dist/types/msal/index.d.ts"
68
- ],
69
- "navigation": [
70
- "dist/types/navigation/index.d.ts"
71
- ],
72
- "settings": [
73
- "dist/types/settings/index.d.ts"
74
- ],
75
- "widget": [
76
- "dist/types/widget/index.d.ts"
77
- ]
78
- }
79
- },
80
49
  "keywords": [],
81
50
  "author": "",
82
51
  "license": "ISC",
@@ -89,13 +58,13 @@
89
58
  "directory": "packages/react"
90
59
  },
91
60
  "dependencies": {
92
- "@equinor/fusion-framework-module-app": "^6.1.9",
93
- "@equinor/fusion-framework-app": "^9.3.8",
94
- "@equinor/fusion-framework-module-navigation": "^4.0.9",
95
- "@equinor/fusion-framework-react": "^7.4.6",
96
- "@equinor/fusion-framework-react-module": "^3.1.8",
97
- "@equinor/fusion-framework-module": "^4.3.7",
98
- "@equinor/fusion-framework-react-module-http": "^8.0.4"
61
+ "@equinor/fusion-framework-app": "^9.3.10",
62
+ "@equinor/fusion-framework-module": "^4.3.8",
63
+ "@equinor/fusion-framework-module-navigation": "^4.0.10",
64
+ "@equinor/fusion-framework-react": "^7.4.8",
65
+ "@equinor/fusion-framework-module-app": "^6.1.10",
66
+ "@equinor/fusion-framework-react-module": "^3.1.9",
67
+ "@equinor/fusion-framework-react-module-http": "^8.0.5"
99
68
  },
100
69
  "devDependencies": {
101
70
  "@types/react": "^18.2.50",
@@ -104,20 +73,20 @@
104
73
  "react-dom": "^18.2.0",
105
74
  "rxjs": "^7.8.1",
106
75
  "typescript": "^5.8.2",
107
- "@equinor/fusion-framework-module-ag-grid": "^33.2.2",
108
- "@equinor/fusion-framework-module-event": "^4.3.2",
109
- "@equinor/fusion-framework-module-feature-flag": "^1.1.14",
110
- "@equinor/fusion-framework-module-msal": "^4.0.2",
111
- "@equinor/fusion-framework-react-module-context": "^6.2.22",
112
- "@equinor/fusion-framework-react-module-bookmark": "^3.0.6",
113
- "@equinor/fusion-observable": "^8.4.6"
76
+ "@equinor/fusion-framework-module-ag-grid": "^33.2.3",
77
+ "@equinor/fusion-framework-module-msal": "^4.0.3",
78
+ "@equinor/fusion-framework-module-feature-flag": "^1.1.15",
79
+ "@equinor/fusion-framework-module-event": "^4.3.3",
80
+ "@equinor/fusion-framework-react-module-bookmark": "^3.0.8",
81
+ "@equinor/fusion-framework-react-module-context": "^6.2.24",
82
+ "@equinor/fusion-observable": "^8.4.7"
114
83
  },
115
84
  "peerDependencies": {
116
85
  "@types/react": "^17.0.0 || ^18.0.0",
117
86
  "react": "^17.0.0 || ^18.0.0",
118
87
  "react-dom": "^17.0.0 || ^18.0.0",
119
88
  "rxjs": "^7.8.1",
120
- "@equinor/fusion-framework-module-msal": "^4.0.2"
89
+ "@equinor/fusion-framework-module-msal": "^4.0.3"
121
90
  },
122
91
  "peerDependenciesMeta": {
123
92
  "@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 = '6.0.8';
2
+ export const version = '6.0.10';