@equinor/fusion-framework-react-app 14.0.3-next.0 → 14.0.3-next.1
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 +13 -13
- package/src/version.ts +1 -1
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "14.0.3-next.
|
|
1
|
+
export declare const version = "14.0.3-next.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-react-app",
|
|
3
|
-
"version": "14.0.3-next.
|
|
3
|
+
"version": "14.0.3-next.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/esm/index.js",
|
|
@@ -167,15 +167,15 @@
|
|
|
167
167
|
"directory": "packages/react"
|
|
168
168
|
},
|
|
169
169
|
"dependencies": {
|
|
170
|
-
"@equinor/fusion-framework
|
|
171
|
-
"@equinor/fusion-framework": "
|
|
170
|
+
"@equinor/fusion-framework": "8.1.0-next.2",
|
|
171
|
+
"@equinor/fusion-framework-app": "13.0.3-next.1",
|
|
172
|
+
"@equinor/fusion-framework-module-app": "8.0.6-next.0",
|
|
172
173
|
"@equinor/fusion-framework-module-http": "8.1.0-next.0",
|
|
174
|
+
"@equinor/fusion-framework-module-navigation": "7.0.9-next.0",
|
|
173
175
|
"@equinor/fusion-framework-react": "9.0.0-next.0",
|
|
174
|
-
"@equinor/fusion-framework-react-module-http": "12.0.0-next.0",
|
|
175
176
|
"@equinor/fusion-framework-react-module": "4.0.3-next.0",
|
|
176
|
-
"@equinor/fusion-framework-module-
|
|
177
|
-
"@equinor/fusion-framework-module": "6.1.3-next.0"
|
|
178
|
-
"@equinor/fusion-framework-module-app": "8.0.6-next.0"
|
|
177
|
+
"@equinor/fusion-framework-react-module-http": "12.0.0-next.0",
|
|
178
|
+
"@equinor/fusion-framework-module": "6.1.3-next.0"
|
|
179
179
|
},
|
|
180
180
|
"devDependencies": {
|
|
181
181
|
"@remix-run/router": "^1.23.3",
|
|
@@ -195,15 +195,15 @@
|
|
|
195
195
|
"@equinor/fusion-framework-module-bookmark": "4.1.0-next.0",
|
|
196
196
|
"@equinor/fusion-framework-module-context": "9.0.0-next.0",
|
|
197
197
|
"@equinor/fusion-framework-module-event": "6.1.0-next.0",
|
|
198
|
-
"@equinor/fusion-framework-module-feature-flag": "2.1.0-next.
|
|
199
|
-
"@equinor/fusion-framework-module-msal": "11.0.0-next.
|
|
198
|
+
"@equinor/fusion-framework-module-feature-flag": "2.1.0-next.1",
|
|
199
|
+
"@equinor/fusion-framework-module-msal": "11.0.0-next.1",
|
|
200
200
|
"@equinor/fusion-framework-module-state": "^2.0.2-next.0",
|
|
201
|
+
"@equinor/fusion-framework-module-telemetry": "8.0.0-next.1",
|
|
201
202
|
"@equinor/fusion-framework-react-module-bookmark": "7.0.0-next.0",
|
|
202
|
-
"@equinor/fusion-framework-react-module-context": "7.0.3-next.0",
|
|
203
203
|
"@equinor/fusion-framework-react-router": "2.4.1-next.1",
|
|
204
|
-
"@equinor/fusion-framework-vitest-plugin-react-app": "1.0.0-next.
|
|
204
|
+
"@equinor/fusion-framework-vitest-plugin-react-app": "1.0.0-next.6",
|
|
205
205
|
"@equinor/fusion-observable": "9.1.2-next.1",
|
|
206
|
-
"@equinor/fusion-framework-module-
|
|
206
|
+
"@equinor/fusion-framework-react-module-context": "7.0.3-next.0"
|
|
207
207
|
},
|
|
208
208
|
"peerDependencies": {
|
|
209
209
|
"@types/react": "^18.0.0 || ^19.0.0",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"rxjs": "^7.0.0",
|
|
213
213
|
"@equinor/fusion-framework-module-ag-grid": "^37.0.3-next.0",
|
|
214
214
|
"@equinor/fusion-framework-react-ag-grid": "^37.0.3-next.0",
|
|
215
|
-
"@equinor/fusion-framework-module-msal": "^11.0.0-next.
|
|
215
|
+
"@equinor/fusion-framework-module-msal": "^11.0.0-next.1",
|
|
216
216
|
"@equinor/fusion-framework-module-state": "^2.0.2-next.0",
|
|
217
217
|
"@equinor/fusion-framework-react-router": "^2.4.1-next.1"
|
|
218
218
|
},
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '14.0.3-next.
|
|
2
|
+
export const version = '14.0.3-next.1';
|