@equinor/fusion-framework-react-app 15.0.0-next.1 → 15.0.0-next.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 +15 -15
- package/src/version.ts +1 -1
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "15.0.0-next.
|
|
1
|
+
export declare const version = "15.0.0-next.2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-react-app",
|
|
3
|
-
"version": "15.0.0-next.
|
|
3
|
+
"version": "15.0.0-next.2",
|
|
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-app": "14.0.0-next.0",
|
|
171
|
-
"@equinor/fusion-framework": "8.1.0-next.0",
|
|
172
170
|
"@equinor/fusion-framework-module": "6.1.3-next.0",
|
|
171
|
+
"@equinor/fusion-framework-app": "14.0.0-next.1",
|
|
173
172
|
"@equinor/fusion-framework-module-app": "8.1.0-next.0",
|
|
174
173
|
"@equinor/fusion-framework-module-http": "8.1.0-next.0",
|
|
175
174
|
"@equinor/fusion-framework-react-module": "4.0.3-next.0",
|
|
175
|
+
"@equinor/fusion-framework-module-navigation": "7.0.8-next.0",
|
|
176
176
|
"@equinor/fusion-framework-react": "9.0.0-next.0",
|
|
177
177
|
"@equinor/fusion-framework-react-module-http": "12.0.0-next.0",
|
|
178
|
-
"@equinor/fusion-framework
|
|
178
|
+
"@equinor/fusion-framework": "8.1.0-next.1"
|
|
179
179
|
},
|
|
180
180
|
"devDependencies": {
|
|
181
181
|
"@remix-run/router": "^1.23.3",
|
|
@@ -191,19 +191,19 @@
|
|
|
191
191
|
"vitest-browser-react": "^2.2.0",
|
|
192
192
|
"@equinor/fusion-framework-module-ag-grid": "37.1.0-next.1",
|
|
193
193
|
"@equinor/fusion-framework-react-ag-grid": "37.1.0-next.1",
|
|
194
|
-
"@equinor/fusion-framework-module-analytics": "3.1.0-next.
|
|
195
|
-
"@equinor/fusion-framework-module-bookmark": "4.1.0-next.0",
|
|
194
|
+
"@equinor/fusion-framework-module-analytics": "3.1.0-next.1",
|
|
196
195
|
"@equinor/fusion-framework-module-context": "9.0.0-next.0",
|
|
197
|
-
"@equinor/fusion-framework-module-event": "6.1.0-next.0",
|
|
198
|
-
"@equinor/fusion-framework-module-msal": "11.0.0-next.0",
|
|
199
|
-
"@equinor/fusion-framework-module-state": "^2.0.1-next.0",
|
|
200
196
|
"@equinor/fusion-framework-module-feature-flag": "2.1.0-next.0",
|
|
201
|
-
"@equinor/fusion-framework-module-
|
|
197
|
+
"@equinor/fusion-framework-module-bookmark": "4.1.0-next.0",
|
|
198
|
+
"@equinor/fusion-framework-module-state": "^2.0.1-next.0",
|
|
199
|
+
"@equinor/fusion-framework-module-msal": "11.0.0-next.0",
|
|
200
|
+
"@equinor/fusion-framework-module-event": "6.1.0-next.0",
|
|
202
201
|
"@equinor/fusion-framework-react-module-bookmark": "7.0.0-next.0",
|
|
203
|
-
"@equinor/fusion-framework-react-module-context": "7.0.3-next.0",
|
|
204
202
|
"@equinor/fusion-framework-react-router": "2.4.1-next.0",
|
|
205
|
-
"@equinor/fusion-framework-
|
|
206
|
-
"@equinor/fusion-
|
|
203
|
+
"@equinor/fusion-framework-react-module-context": "7.0.3-next.0",
|
|
204
|
+
"@equinor/fusion-framework-vitest-plugin-react-app": "0.2.0-next.3",
|
|
205
|
+
"@equinor/fusion-framework-module-telemetry": "8.0.0-next.1",
|
|
206
|
+
"@equinor/fusion-observable": "9.1.2-next.1"
|
|
207
207
|
},
|
|
208
208
|
"peerDependencies": {
|
|
209
209
|
"@types/react": "^18.0.0 || ^19.0.0",
|
|
@@ -211,10 +211,10 @@
|
|
|
211
211
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
212
212
|
"rxjs": "^7.0.0",
|
|
213
213
|
"@equinor/fusion-framework-module-ag-grid": "^37.1.0-next.1",
|
|
214
|
+
"@equinor/fusion-framework-react-router": "^2.4.1-next.0",
|
|
214
215
|
"@equinor/fusion-framework-module-msal": "^11.0.0-next.0",
|
|
215
|
-
"@equinor/fusion-framework-react-ag-grid": "^37.1.0-next.1",
|
|
216
216
|
"@equinor/fusion-framework-module-state": "^2.0.1-next.0",
|
|
217
|
-
"@equinor/fusion-framework-react-
|
|
217
|
+
"@equinor/fusion-framework-react-ag-grid": "^37.1.0-next.1"
|
|
218
218
|
},
|
|
219
219
|
"peerDependenciesMeta": {
|
|
220
220
|
"@equinor/fusion-framework-module-ag-grid": {
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '15.0.0-next.
|
|
2
|
+
export const version = '15.0.0-next.2';
|