@equinor/echo-cli 2.4.3-beta-0 → 3.0.0-beta-rrd-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.
@@ -11,10 +11,10 @@
11
11
  "dependencies": {
12
12
  "@equinor/echo-base": "2.4.2",
13
13
  "@equinor/echo-components": "2.4.2",
14
- "@equinor/echo-core": "2.4.2",
15
- "@equinor/echo-framework": "2.4.2",
14
+ "@equinor/echo-core": "^3.0.0-beta-rrd-6",
15
+ "@equinor/echo-framework": "^3.0.0-beta-rrd-6",
16
16
  "@equinor/echo-scripts": "0.1.5",
17
- "@equinor/echo-search": "2.4.2",
17
+ "@equinor/echo-search": "^3.0.0-beta-rrd-6",
18
18
  "@equinor/echo-utils": "2.4.2",
19
19
  "@equinor/eds-core-react": "0.49.0",
20
20
  "@equinor/eds-icons": "0.22.0",
@@ -30,7 +30,7 @@
30
30
  "lodash": "4.17.21",
31
31
  "react": "18.3.1",
32
32
  "react-dom": "18.3.1",
33
- "react-router-dom": "5.3.4",
33
+ "react-router-dom": "^6.30.1",
34
34
  "react-sortablejs": "6.1.4",
35
35
  "sortablejs": "1.15.6",
36
36
  "styled-components": "6.3.8",
@@ -48,7 +48,6 @@
48
48
  "@types/node": "25.0.9",
49
49
  "@types/react": "18.3.18",
50
50
  "@types/react-dom": "18.3.5",
51
- "@types/react-router-dom": "5.3.3",
52
51
  "@types/webpack-env": "1.18.8",
53
52
  "babel-loader": "10.0.0",
54
53
  "copy-webpack-plugin": "13.0.1",
@@ -1941,9 +1940,9 @@
1941
1940
  }
1942
1941
  },
1943
1942
  "node_modules/@equinor/echo-core": {
1944
- "version": "2.4.2",
1945
- "resolved": "https://registry.npmjs.org/@equinor/echo-core/-/echo-core-2.4.2.tgz",
1946
- "integrity": "sha512-Vg4SRi/oKxkRu7XyLi9nPKgbDMW/EanVNWsCKuHaseTN8OVFx8qS29h8pAm/7mBRMo0ABJyUXX4V0784NGmasw==",
1943
+ "version": "3.0.0-beta-rrd-6",
1944
+ "resolved": "https://registry.npmjs.org/@equinor/echo-core/-/echo-core-3.0.0-beta-rrd-6.tgz",
1945
+ "integrity": "sha512-1Q0HHH4QjAJR3hGIAzavu+pt/mh1sbsNluwdaZ1oxJHHpY5JZAVepVG03JApPpZHnFJHjGwMPwX2gsX5l6D3BQ==",
1947
1946
  "license": "MIT",
1948
1947
  "dependencies": {
1949
1948
  "@azure/msal-browser": "4.27.0",
@@ -1956,14 +1955,14 @@
1956
1955
  "@microsoft/microsoft-graph-types-beta": "0.44.0-preview",
1957
1956
  "@tanstack/react-query": ">= 5.24.1 < 6",
1958
1957
  "react": ">= 17.0.2",
1959
- "react-router-dom": ">= 5.3.4 < 6",
1958
+ "react-router-dom": ">= 6.30.1 < 7",
1960
1959
  "zustand": ">= 4.4.7 < 5"
1961
1960
  }
1962
1961
  },
1963
1962
  "node_modules/@equinor/echo-framework": {
1964
- "version": "2.4.2",
1965
- "resolved": "https://registry.npmjs.org/@equinor/echo-framework/-/echo-framework-2.4.2.tgz",
1966
- "integrity": "sha512-f+NjqRaryAjWZ+mtYyt6MHf594SlT1v7Xh2hCCR0ZK8PEVfGVPb07kXDhDrxGKMsSIAwX0o4ZYv4MtBNd+WUvQ==",
1963
+ "version": "3.0.0-beta-rrd-6",
1964
+ "resolved": "https://registry.npmjs.org/@equinor/echo-framework/-/echo-framework-3.0.0-beta-rrd-6.tgz",
1965
+ "integrity": "sha512-KQhZqRtys6ZNg6b0Al+q6YlUz5gNNxQ4WIiScZCRyD9+ik38Uzqsrq9I/x9KpNMVETI87BtYq/tu0iRppLQSsA==",
1967
1966
  "dependencies": {
1968
1967
  "ag-charts-community": "12.3.1",
1969
1968
  "ag-charts-enterprise": "12.3.1",
@@ -1974,21 +1973,20 @@
1974
1973
  "peerDependencies": {
1975
1974
  "@equinor/echo-base": ">= 2.4.2 < 3.0.0",
1976
1975
  "@equinor/echo-components": ">= 2.4.2 < 3.0.0",
1977
- "@equinor/echo-core": ">= 2.4.2 < 3.0.0",
1978
- "@equinor/echo-search": ">= 2.4.2 < 3.0.0",
1976
+ "@equinor/echo-core": "3.0.0-beta-rrd-6",
1977
+ "@equinor/echo-search": "3.0.0-beta-rrd-6",
1979
1978
  "@equinor/echo-utils": ">= 2.4.2 < 3.0.0",
1980
1979
  "@equinor/eds-core-react": "0.49.0",
1981
1980
  "@equinor/eds-icons": "0.22.0",
1982
1981
  "@microsoft/signalr": "9.0.6",
1983
1982
  "@tanstack/react-query": ">= 5.14.2 < 6",
1984
1983
  "classnames": "2.5.1",
1985
- "history": "5.3.0",
1986
1984
  "immer": "11.1.3",
1987
1985
  "lodash": "4.17.21",
1988
1986
  "msw": "2.12.7",
1989
1987
  "react": ">= 17.0.2",
1990
1988
  "react-dom": ">= 17.0.2",
1991
- "react-router-dom": "5.3.4",
1989
+ "react-router-dom": ">= 6.30.1 < 7",
1992
1990
  "zustand": ">= 4.4.7 < 5"
1993
1991
  }
1994
1992
  },
@@ -1997,9 +1995,9 @@
1997
1995
  "license": "MIT"
1998
1996
  },
1999
1997
  "node_modules/@equinor/echo-search": {
2000
- "version": "2.4.2",
2001
- "resolved": "https://registry.npmjs.org/@equinor/echo-search/-/echo-search-2.4.2.tgz",
2002
- "integrity": "sha512-wdkTy8F3XWKKDXAN/oWxBXUGe+D4RhrXa619Hz9RfBHsp65BQ6Jj9wnnrNsL7wlWLfslPRrWikwzf3ofk9PfBw==",
1998
+ "version": "3.0.0-beta-rrd-6",
1999
+ "resolved": "https://registry.npmjs.org/@equinor/echo-search/-/echo-search-3.0.0-beta-rrd-6.tgz",
2000
+ "integrity": "sha512-Uk3vAu4X0F0TWrXN/uFQgYEct5onji71eMwXQKOzPnY9pXhVcBX8tY+Qb6akVI4SCv3kjTHL7aS8NNsIFbIkWA==",
2003
2001
  "dependencies": {
2004
2002
  "comlink": "4.4.2",
2005
2003
  "dexie": "4.2.1",
@@ -2007,7 +2005,7 @@
2007
2005
  "worker-thread": "1.1.0"
2008
2006
  },
2009
2007
  "peerDependencies": {
2010
- "@equinor/echo-core": ">= 2.4.2 < 3.0.0",
2008
+ "@equinor/echo-core": "3.0.0-beta-rrd-6",
2011
2009
  "@equinor/echo-utils": ">= 2.4.2 < 3.0.0",
2012
2010
  "fake-indexeddb": ">=6.0.1 <7",
2013
2011
  "lodash": ">= 4.17.21 < 5"
@@ -5428,6 +5426,15 @@
5428
5426
  "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
5429
5427
  }
5430
5428
  },
5429
+ "node_modules/@remix-run/router": {
5430
+ "version": "1.23.0",
5431
+ "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.23.0.tgz",
5432
+ "integrity": "sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==",
5433
+ "license": "MIT",
5434
+ "engines": {
5435
+ "node": ">=14.0.0"
5436
+ }
5437
+ },
5431
5438
  "node_modules/@sinclair/typebox": {
5432
5439
  "version": "0.34.47",
5433
5440
  "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.47.tgz",
@@ -5892,11 +5899,6 @@
5892
5899
  "@types/send": "*"
5893
5900
  }
5894
5901
  },
5895
- "node_modules/@types/history": {
5896
- "version": "4.7.11",
5897
- "dev": true,
5898
- "license": "MIT"
5899
- },
5900
5902
  "node_modules/@types/html-minifier-terser": {
5901
5903
  "version": "6.1.0",
5902
5904
  "dev": true,
@@ -6007,25 +6009,6 @@
6007
6009
  "@types/react": "^18.0.0"
6008
6010
  }
6009
6011
  },
6010
- "node_modules/@types/react-router": {
6011
- "version": "5.1.20",
6012
- "dev": true,
6013
- "license": "MIT",
6014
- "dependencies": {
6015
- "@types/history": "^4.7.11",
6016
- "@types/react": "*"
6017
- }
6018
- },
6019
- "node_modules/@types/react-router-dom": {
6020
- "version": "5.3.3",
6021
- "dev": true,
6022
- "license": "MIT",
6023
- "dependencies": {
6024
- "@types/history": "^4.7.11",
6025
- "@types/react": "*",
6026
- "@types/react-router": "*"
6027
- }
6028
- },
6029
6012
  "node_modules/@types/retry": {
6030
6013
  "version": "0.12.2",
6031
6014
  "dev": true,
@@ -9281,21 +9264,6 @@
9281
9264
  "@babel/runtime": "^7.7.6"
9282
9265
  }
9283
9266
  },
9284
- "node_modules/hoist-non-react-statics": {
9285
- "version": "3.3.2",
9286
- "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
9287
- "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
9288
- "license": "BSD-3-Clause",
9289
- "dependencies": {
9290
- "react-is": "^16.7.0"
9291
- }
9292
- },
9293
- "node_modules/hoist-non-react-statics/node_modules/react-is": {
9294
- "version": "16.13.1",
9295
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
9296
- "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
9297
- "license": "MIT"
9298
- },
9299
9267
  "node_modules/hpack.js": {
9300
9268
  "version": "2.1.6",
9301
9269
  "dev": true,
@@ -12093,92 +12061,37 @@
12093
12061
  "license": "MIT"
12094
12062
  },
12095
12063
  "node_modules/react-router": {
12096
- "version": "5.3.4",
12097
- "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.3.4.tgz",
12098
- "integrity": "sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==",
12064
+ "version": "6.30.1",
12065
+ "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.30.1.tgz",
12066
+ "integrity": "sha512-X1m21aEmxGXqENEPG3T6u0Th7g0aS4ZmoNynhbs+Cn+q+QGTLt+d5IQ2bHAXKzKcxGJjxACpVbnYQSCRcfxHlQ==",
12099
12067
  "license": "MIT",
12100
12068
  "dependencies": {
12101
- "@babel/runtime": "^7.12.13",
12102
- "history": "^4.9.0",
12103
- "hoist-non-react-statics": "^3.1.0",
12104
- "loose-envify": "^1.3.1",
12105
- "path-to-regexp": "^1.7.0",
12106
- "prop-types": "^15.6.2",
12107
- "react-is": "^16.6.0",
12108
- "tiny-invariant": "^1.0.2",
12109
- "tiny-warning": "^1.0.0"
12069
+ "@remix-run/router": "1.23.0"
12070
+ },
12071
+ "engines": {
12072
+ "node": ">=14.0.0"
12110
12073
  },
12111
12074
  "peerDependencies": {
12112
- "react": ">=15"
12075
+ "react": ">=16.8"
12113
12076
  }
12114
12077
  },
12115
12078
  "node_modules/react-router-dom": {
12116
- "version": "5.3.4",
12117
- "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.3.4.tgz",
12118
- "integrity": "sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==",
12079
+ "version": "6.30.1",
12080
+ "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.30.1.tgz",
12081
+ "integrity": "sha512-llKsgOkZdbPU1Eg3zK8lCn+sjD9wMRZZPuzmdWWX5SUs8OFkN5HnFVC0u5KMeMaC9aoancFI/KoLuKPqN+hxHw==",
12119
12082
  "license": "MIT",
12120
12083
  "dependencies": {
12121
- "@babel/runtime": "^7.12.13",
12122
- "history": "^4.9.0",
12123
- "loose-envify": "^1.3.1",
12124
- "prop-types": "^15.6.2",
12125
- "react-router": "5.3.4",
12126
- "tiny-invariant": "^1.0.2",
12127
- "tiny-warning": "^1.0.0"
12084
+ "@remix-run/router": "1.23.0",
12085
+ "react-router": "6.30.1"
12086
+ },
12087
+ "engines": {
12088
+ "node": ">=14.0.0"
12128
12089
  },
12129
12090
  "peerDependencies": {
12130
- "react": ">=15"
12131
- }
12132
- },
12133
- "node_modules/react-router-dom/node_modules/history": {
12134
- "version": "4.10.1",
12135
- "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz",
12136
- "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==",
12137
- "license": "MIT",
12138
- "dependencies": {
12139
- "@babel/runtime": "^7.1.2",
12140
- "loose-envify": "^1.2.0",
12141
- "resolve-pathname": "^3.0.0",
12142
- "tiny-invariant": "^1.0.2",
12143
- "tiny-warning": "^1.0.0",
12144
- "value-equal": "^1.0.1"
12145
- }
12146
- },
12147
- "node_modules/react-router/node_modules/history": {
12148
- "version": "4.10.1",
12149
- "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz",
12150
- "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==",
12151
- "license": "MIT",
12152
- "dependencies": {
12153
- "@babel/runtime": "^7.1.2",
12154
- "loose-envify": "^1.2.0",
12155
- "resolve-pathname": "^3.0.0",
12156
- "tiny-invariant": "^1.0.2",
12157
- "tiny-warning": "^1.0.0",
12158
- "value-equal": "^1.0.1"
12159
- }
12160
- },
12161
- "node_modules/react-router/node_modules/isarray": {
12162
- "version": "0.0.1",
12163
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
12164
- "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==",
12165
- "license": "MIT"
12166
- },
12167
- "node_modules/react-router/node_modules/path-to-regexp": {
12168
- "version": "1.9.0",
12169
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.9.0.tgz",
12170
- "integrity": "sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==",
12171
- "license": "MIT",
12172
- "dependencies": {
12173
- "isarray": "0.0.1"
12091
+ "react": ">=16.8",
12092
+ "react-dom": ">=16.8"
12174
12093
  }
12175
12094
  },
12176
- "node_modules/react-router/node_modules/react-is": {
12177
- "version": "16.13.1",
12178
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
12179
- "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
12180
- "license": "MIT"
12181
- },
12182
12095
  "node_modules/react-sortablejs": {
12183
12096
  "version": "6.1.4",
12184
12097
  "resolved": "https://registry.npmjs.org/react-sortablejs/-/react-sortablejs-6.1.4.tgz",
@@ -12423,12 +12336,6 @@
12423
12336
  "node": ">=4"
12424
12337
  }
12425
12338
  },
12426
- "node_modules/resolve-pathname": {
12427
- "version": "3.0.0",
12428
- "resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz",
12429
- "integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==",
12430
- "license": "MIT"
12431
- },
12432
12339
  "node_modules/retry": {
12433
12340
  "version": "0.13.1",
12434
12341
  "dev": true,
@@ -13530,18 +13437,6 @@
13530
13437
  "dev": true,
13531
13438
  "license": "MIT"
13532
13439
  },
13533
- "node_modules/tiny-invariant": {
13534
- "version": "1.3.3",
13535
- "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
13536
- "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
13537
- "license": "MIT"
13538
- },
13539
- "node_modules/tiny-warning": {
13540
- "version": "1.0.3",
13541
- "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
13542
- "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==",
13543
- "license": "MIT"
13544
- },
13545
13440
  "node_modules/tinyglobby": {
13546
13441
  "version": "0.2.13",
13547
13442
  "dev": true,
@@ -14126,12 +14021,6 @@
14126
14021
  "node": ">=10.12.0"
14127
14022
  }
14128
14023
  },
14129
- "node_modules/value-equal": {
14130
- "version": "1.0.1",
14131
- "resolved": "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz",
14132
- "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==",
14133
- "license": "MIT"
14134
- },
14135
14024
  "node_modules/vary": {
14136
14025
  "version": "1.1.2",
14137
14026
  "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
@@ -23,11 +23,11 @@
23
23
  "dependencies": {
24
24
  "@equinor/echo-base": "2.4.2",
25
25
  "@equinor/echo-components": "2.4.2",
26
- "@equinor/echo-core": "2.4.2",
27
- "@equinor/echo-framework": "2.4.2",
28
- "@equinor/echo-search": "2.4.2",
29
- "@equinor/echo-utils": "2.4.2",
26
+ "@equinor/echo-core": "3.0.0-beta-rrd-6",
27
+ "@equinor/echo-framework": "^3.0.0-beta-rrd-6",
30
28
  "@equinor/echo-scripts": "0.1.5",
29
+ "@equinor/echo-search": "3.0.0-beta-rrd-6",
30
+ "@equinor/echo-utils": "2.4.2",
31
31
  "@equinor/eds-core-react": "0.49.0",
32
32
  "@equinor/eds-icons": "0.22.0",
33
33
  "@equinor/eds-tokens": "2.1.0",
@@ -42,7 +42,7 @@
42
42
  "lodash": "4.17.21",
43
43
  "react": "18.3.1",
44
44
  "react-dom": "18.3.1",
45
- "react-router-dom": "5.3.4",
45
+ "react-router-dom": "^6.30.1",
46
46
  "react-sortablejs": "6.1.4",
47
47
  "sortablejs": "1.15.6",
48
48
  "styled-components": "6.3.6",
@@ -60,7 +60,6 @@
60
60
  "@types/node": "25.0.8",
61
61
  "@types/react": "18.3.12",
62
62
  "@types/react-dom": "18.3.1",
63
- "@types/react-router-dom": "5.3.3",
64
63
  "@types/webpack-env": "1.18.8",
65
64
  "babel-loader": "10.0.0",
66
65
  "copy-webpack-plugin": "13.0.1",
@@ -2,7 +2,6 @@ import { EchoEnv, useInitial } from '@equinor/echo-core';
2
2
  import { displayToast, EchoContent, EchoEventHandler, EchoRoutes, Toasters } from '@equinor/echo-framework';
3
3
  import { Syncer } from '@equinor/echo-search';
4
4
  import React from 'react';
5
- import { Redirect as TypedRedirect, Route as TypedRoute, Switch as TypedSwitch } from 'react-router-dom';
6
5
  import { getCorePlants } from './api/api-plants';
7
6
  import './app.css';
8
7
  import { Home } from './components/Home/Home';
@@ -20,10 +19,7 @@ export const EchoApp: React.FC = () => {
20
19
  return (
21
20
  <EchoEventHandler>
22
21
  <EchoContent Legend={Legend} isOnboardingCompleted={true}>
23
- <TypedSwitch>
24
- <EchoRoutes homeComponent={Home} />
25
- <TypedRoute render={(): JSX.Element => <TypedRedirect to="/" />} />
26
- </TypedSwitch>
22
+ <EchoRoutes homeComponent={Home} />
27
23
  <Toasters />
28
24
  </EchoContent>
29
25
  </EchoEventHandler>
@@ -72,7 +72,12 @@ const Echo: React.FC = (): JSX.Element => {
72
72
  <QueryClientProvider client={queryClient as unknown as QueryClient}>
73
73
  <EventHubProvider>
74
74
  <Mediator options={moduleOptions} />
75
- <BrowserRouter>
75
+ <BrowserRouter
76
+ future={{
77
+ v7_relativeSplatPath: true,
78
+ v7_startTransition: true
79
+ }}
80
+ >
76
81
  <EchoApp />
77
82
  </BrowserRouter>
78
83
  </EventHubProvider>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/echo-cli",
3
- "version": "2.4.3-beta-0",
3
+ "version": "3.0.0-beta-rrd-6",
4
4
  "description": "Command line interface for Echo Apps",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/test.js",
@@ -41,71 +41,71 @@
41
41
  "templates"
42
42
  ],
43
43
  "dependencies": {
44
- "@babel/core": "^7.28.6",
45
- "@babel/preset-env": "^7.28.6",
46
- "@babel/preset-react": "^7.28.5",
47
- "@babel/preset-typescript": "^7.28.5",
44
+ "@babel/core": "7.28.6",
45
+ "@babel/preset-env": "7.28.6",
46
+ "@babel/preset-react": "7.28.5",
47
+ "@babel/preset-typescript": "7.28.5",
48
48
  "@equinor/echo-scripts": "0.1.5",
49
- "@oclif/core": "^4.8.0",
50
- "@oclif/plugin-plugins": "^5.4.54",
49
+ "@oclif/core": "4.8.0",
50
+ "@oclif/plugin-plugins": "5.4.54",
51
51
  "@svgr/webpack": "8.1.0",
52
52
  "assert": "2.1.0",
53
- "autoprefixer": "^10.4.23",
53
+ "autoprefixer": "10.4.23",
54
54
  "babel-loader": "10.0.0",
55
55
  "babel-polyfill": "6.26.0",
56
- "chalk": "^5.6.2",
56
+ "chalk": "5.6.2",
57
57
  "css-loader": "7.1.2",
58
- "dotenv-webpack": "^8.1.1",
59
- "execa": "^9.6.1",
60
- "express": "^5.2.1",
61
- "figlet": "^1.9.4",
58
+ "dotenv-webpack": "8.1.1",
59
+ "execa": "9.6.1",
60
+ "express": "5.2.1",
61
+ "figlet": "1.9.4",
62
62
  "file-loader": "6.2.0",
63
- "fs-extra": "^11.3.3",
64
- "html-webpack-plugin": "^5.6.6",
65
- "inquirer": "^13.2.0",
66
- "listr2": "^10.0.0",
63
+ "fs-extra": "11.3.3",
64
+ "html-webpack-plugin": "5.6.6",
65
+ "inquirer": "13.2.0",
66
+ "listr2": "10.0.0",
67
67
  "ncp": "2.0.0",
68
- "ora": "^9.0.0",
69
- "package-directory": "^8.1.0",
68
+ "ora": "9.0.0",
69
+ "package-directory": "8.1.0",
70
70
  "pem": "1.14.8",
71
- "postcss": "^8.5.6",
71
+ "postcss": "8.5.6",
72
72
  "react": "18.3.1",
73
73
  "replace-in-file-webpack-plugin": "1.0.6",
74
- "strip-ansi": "^7.1.2",
74
+ "strip-ansi": "7.1.2",
75
75
  "style-loader": "4.0.0",
76
- "terser-webpack-plugin": "^5.3.16",
77
- "ts-loader": "^9.5.4",
78
- "typescript": "^5.9.3",
76
+ "terser-webpack-plugin": "5.3.16",
77
+ "ts-loader": "9.5.4",
78
+ "typescript": "5.9.3",
79
79
  "url-loader": "4.1.1",
80
- "webpack": "^5.104.1",
81
- "webpack-bundle-analyzer": "^5.1.1",
80
+ "webpack": "5.104.1",
81
+ "webpack-bundle-analyzer": "5.1.1",
82
82
  "webpack-dev-middleware": "7.4.2",
83
- "webpack-dev-server": "^5.2.3",
83
+ "webpack-dev-server": "5.2.3",
84
84
  "webpack-hot-middleware": "2.26.1",
85
85
  "webpack-merge": "6.0.1",
86
86
  "webpackbar": "7.0.0"
87
87
  },
88
88
  "devDependencies": {
89
- "@microsoft/microsoft-graph-types": "^2.43.1",
90
- "@types/express": "^5.0.6",
91
- "@types/jest": "^30.0.0",
92
- "@types/listr": "^0.14.10",
93
- "@types/node": "^25.0.9",
89
+ "@microsoft/microsoft-graph-types": "2.43.1",
90
+ "@types/express": "5.0.6",
91
+ "@types/jest": "30.0.0",
92
+ "@types/listr": "0.14.10",
93
+ "@types/node": "25.0.9",
94
94
  "@types/pem": "1.14.4",
95
95
  "@types/react": "18.3.18",
96
96
  "@types/webpack-bundle-analyzer": "4.7.0",
97
97
  "@types/webpack-dev-middleware": "5.3.0",
98
98
  "@types/webpack-dev-server": "4.7.2",
99
- "@types/webpack-hot-middleware": "^2.25.12",
100
- "@typescript-eslint/eslint-plugin": "^8.53.0",
101
- "@typescript-eslint/parser": "^8.53.0",
102
- "babel-jest": "^30.2.0",
103
- "eslint": "^9.39.2",
104
- "eslint-config-prettier": "^10.1.8",
105
- "eslint-plugin-prettier": "^5.5.5",
99
+ "@types/webpack-hot-middleware": "2.25.12",
100
+ "@typescript-eslint/eslint-plugin": "8.53.0",
101
+ "@typescript-eslint/parser": "8.53.0",
102
+ "babel-jest": "30.2.0",
103
+ "eslint": "9.39.2",
104
+ "eslint-config-prettier": "10.1.8",
105
+ "eslint-plugin-prettier": "5.5.5",
106
106
  "eslint-plugin-react": "7.37.5",
107
- "eslint-plugin-react-hooks": "^7.0.1",
108
- "jest": "^30.2.0",
109
- "prettier": "^3.8.0"
107
+ "eslint-plugin-react-hooks": "7.0.1",
108
+ "jest": "30.2.0",
109
+ "prettier": "3.8.0"
110
110
  }
111
111
  }