@equinor/fusion-framework-react-app 13.0.0 → 14.0.0
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 +9 -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 +12 -12
- package/src/version.ts +1 -1
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "
|
|
1
|
+
export declare const version = "14.0.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-react-app",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/esm/index.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -131,14 +131,14 @@
|
|
|
131
131
|
"directory": "packages/react"
|
|
132
132
|
},
|
|
133
133
|
"dependencies": {
|
|
134
|
-
"@equinor/fusion-framework-app": "
|
|
134
|
+
"@equinor/fusion-framework-app": "13.0.0",
|
|
135
135
|
"@equinor/fusion-framework-module": "6.1.2",
|
|
136
|
-
"@equinor/fusion-framework-module-navigation": "7.0.7",
|
|
137
136
|
"@equinor/fusion-framework-module-app": "8.0.4",
|
|
138
|
-
"@equinor/fusion-framework-react": "8.0.1",
|
|
139
|
-
"@equinor/fusion-framework-react-module": "4.0.2",
|
|
140
137
|
"@equinor/fusion-framework-module-http": "8.0.5",
|
|
141
|
-
"@equinor/fusion-framework-
|
|
138
|
+
"@equinor/fusion-framework-module-navigation": "7.0.7",
|
|
139
|
+
"@equinor/fusion-framework-react": "8.0.1",
|
|
140
|
+
"@equinor/fusion-framework-react-module-http": "11.0.1",
|
|
141
|
+
"@equinor/fusion-framework-react-module": "4.0.2"
|
|
142
142
|
},
|
|
143
143
|
"devDependencies": {
|
|
144
144
|
"@testing-library/react": "^16.0.0",
|
|
@@ -153,13 +153,13 @@
|
|
|
153
153
|
"@equinor/fusion-framework-module-ag-grid": "37.0.1",
|
|
154
154
|
"@equinor/fusion-framework-module-analytics": "3.0.5",
|
|
155
155
|
"@equinor/fusion-framework-module-event": "6.0.1",
|
|
156
|
-
"@equinor/fusion-framework-module-feature-flag": "2.0.3",
|
|
157
156
|
"@equinor/fusion-framework-module-msal": "10.0.2",
|
|
158
|
-
"@equinor/fusion-framework-module-state": "^
|
|
157
|
+
"@equinor/fusion-framework-module-state": "^2.0.0",
|
|
159
158
|
"@equinor/fusion-framework-react-module-bookmark": "6.0.1",
|
|
159
|
+
"@equinor/fusion-framework-module-feature-flag": "2.0.3",
|
|
160
|
+
"@equinor/fusion-framework-react-router": "2.4.0",
|
|
160
161
|
"@equinor/fusion-framework-react-module-context": "7.0.2",
|
|
161
|
-
"@equinor/fusion-observable": "9.1.1"
|
|
162
|
-
"@equinor/fusion-framework-react-router": "2.4.0"
|
|
162
|
+
"@equinor/fusion-observable": "9.1.1"
|
|
163
163
|
},
|
|
164
164
|
"peerDependencies": {
|
|
165
165
|
"@types/react": "^18.0.0 || ^19.0.0",
|
|
@@ -167,8 +167,8 @@
|
|
|
167
167
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
168
168
|
"rxjs": "^7.0.0",
|
|
169
169
|
"@equinor/fusion-framework-module-msal": "^10.0.2",
|
|
170
|
-
"@equinor/fusion-framework-
|
|
171
|
-
"@equinor/fusion-framework-
|
|
170
|
+
"@equinor/fusion-framework-module-state": "^2.0.0",
|
|
171
|
+
"@equinor/fusion-framework-react-router": "^2.4.0"
|
|
172
172
|
},
|
|
173
173
|
"peerDependenciesMeta": {
|
|
174
174
|
"@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 = '
|
|
2
|
+
export const version = '14.0.0';
|