@equinor/echo-cli 2.4.2 → 2.4.5
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/lib/echo-dev-host/package-lock.json +2588 -1082
- package/lib/echo-dev-host/package.json +17 -17
- package/package.json +43 -42
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"author": "",
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@equinor/echo-base": "2.4.
|
|
25
|
-
"@equinor/echo-components": "2.4.
|
|
24
|
+
"@equinor/echo-base": "2.4.3",
|
|
25
|
+
"@equinor/echo-components": "2.4.3",
|
|
26
26
|
"@equinor/echo-core": "2.4.2",
|
|
27
|
-
"@equinor/echo-framework": "2.4.
|
|
28
|
-
"@equinor/echo-search": "2.4.
|
|
29
|
-
"@equinor/echo-utils": "2.4.
|
|
27
|
+
"@equinor/echo-framework": "2.4.3",
|
|
28
|
+
"@equinor/echo-search": "2.4.3",
|
|
29
|
+
"@equinor/echo-utils": "2.4.3",
|
|
30
30
|
"@equinor/echo-scripts": "0.1.5",
|
|
31
31
|
"@equinor/eds-core-react": "0.49.0",
|
|
32
32
|
"@equinor/eds-icons": "0.22.0",
|
|
@@ -34,27 +34,27 @@
|
|
|
34
34
|
"@equinor/eds-utils": "0.9.0",
|
|
35
35
|
"@microsoft/signalr": "9.0.6",
|
|
36
36
|
"@svgr/webpack": "8.1.0",
|
|
37
|
-
"@tanstack/react-query": "5.90.
|
|
37
|
+
"@tanstack/react-query": "5.90.20",
|
|
38
38
|
"classnames": "2.5.1",
|
|
39
|
-
"fs-extra": "11.3.
|
|
39
|
+
"fs-extra": "11.3.3",
|
|
40
40
|
"history": "5.3.0",
|
|
41
41
|
"immer": "11.1.3",
|
|
42
|
-
"lodash": "4.17.
|
|
42
|
+
"lodash": "4.17.23",
|
|
43
43
|
"react": "18.3.1",
|
|
44
44
|
"react-dom": "18.3.1",
|
|
45
45
|
"react-router-dom": "5.3.4",
|
|
46
46
|
"react-sortablejs": "6.1.4",
|
|
47
47
|
"sortablejs": "1.15.6",
|
|
48
|
-
"styled-components": "6.3.
|
|
48
|
+
"styled-components": "6.3.8",
|
|
49
49
|
"zustand": "4.5.7"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@babel/core": "7.28.6",
|
|
53
|
-
"@babel/plugin-transform-runtime": "7.
|
|
53
|
+
"@babel/plugin-transform-runtime": "7.28.5",
|
|
54
54
|
"@babel/polyfill": "7.12.1",
|
|
55
|
-
"@babel/preset-env": "7.
|
|
55
|
+
"@babel/preset-env": "7.28.6",
|
|
56
56
|
"@babel/preset-react": "7.28.5",
|
|
57
|
-
"@babel/preset-typescript": "7.
|
|
57
|
+
"@babel/preset-typescript": "7.28.5",
|
|
58
58
|
"@equinor/echo-update": "1.3.3",
|
|
59
59
|
"@types/jest": "30.0.0",
|
|
60
60
|
"@types/node": "25.0.8",
|
|
@@ -63,19 +63,19 @@
|
|
|
63
63
|
"@types/react-router-dom": "5.3.3",
|
|
64
64
|
"@types/webpack-env": "1.18.8",
|
|
65
65
|
"babel-loader": "10.0.0",
|
|
66
|
-
"copy-webpack-plugin": "13.0.
|
|
66
|
+
"copy-webpack-plugin": "13.0.1",
|
|
67
67
|
"css-loader": "7.1.2",
|
|
68
|
-
"dotenv-webpack": "8.1.
|
|
68
|
+
"dotenv-webpack": "8.1.1",
|
|
69
69
|
"file-loader": "6.2.0",
|
|
70
|
-
"html-webpack-plugin": "5.6.
|
|
70
|
+
"html-webpack-plugin": "5.6.6",
|
|
71
71
|
"jest": "30.2.0",
|
|
72
72
|
"style-loader": "4.0.0",
|
|
73
73
|
"ts-jest": "29.4.6",
|
|
74
|
-
"ts-loader": "9.5.
|
|
74
|
+
"ts-loader": "9.5.4",
|
|
75
75
|
"typescript": "5.9.3",
|
|
76
76
|
"webpack": "5.104.1",
|
|
77
77
|
"webpack-cli": "6.0.1",
|
|
78
|
-
"webpack-dev-server": "5.2.
|
|
78
|
+
"webpack-dev-server": "5.2.3",
|
|
79
79
|
"webpackbar": "7.0.0"
|
|
80
80
|
}
|
|
81
81
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/echo-cli",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.5",
|
|
4
4
|
"description": "Command line interface for Echo Apps",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"source": "src/test.js",
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"test": "tsc && tsc --project tsconfig.test.json && jest",
|
|
22
22
|
"build": "tsc && node copy-dev-host.cjs",
|
|
23
23
|
"lint": "eslint --color",
|
|
24
|
+
"check-deps": "node check-dev-host-deps.cjs",
|
|
24
25
|
"cli-publish": "npm run build",
|
|
25
26
|
"postcli-publish": "npm run echo-publish"
|
|
26
27
|
},
|
|
@@ -41,71 +42,71 @@
|
|
|
41
42
|
"templates"
|
|
42
43
|
],
|
|
43
44
|
"dependencies": {
|
|
44
|
-
"@babel/core": "7.28.
|
|
45
|
-
"@babel/preset-env": "7.
|
|
46
|
-
"@babel/preset-react": "7.
|
|
47
|
-
"@babel/preset-typescript": "7.
|
|
45
|
+
"@babel/core": "7.28.6",
|
|
46
|
+
"@babel/preset-env": "7.28.6",
|
|
47
|
+
"@babel/preset-react": "7.28.5",
|
|
48
|
+
"@babel/preset-typescript": "7.28.5",
|
|
48
49
|
"@equinor/echo-scripts": "0.1.5",
|
|
49
|
-
"@oclif/core": "4.
|
|
50
|
-
"@oclif/plugin-plugins": "5.4.
|
|
50
|
+
"@oclif/core": "4.8.0",
|
|
51
|
+
"@oclif/plugin-plugins": "5.4.55",
|
|
51
52
|
"@svgr/webpack": "8.1.0",
|
|
52
53
|
"assert": "2.1.0",
|
|
53
|
-
"autoprefixer": "10.4.
|
|
54
|
+
"autoprefixer": "10.4.23",
|
|
54
55
|
"babel-loader": "10.0.0",
|
|
55
56
|
"babel-polyfill": "6.26.0",
|
|
56
|
-
"chalk": "5.
|
|
57
|
+
"chalk": "5.6.2",
|
|
57
58
|
"css-loader": "7.1.2",
|
|
58
|
-
"dotenv-webpack": "8.1.
|
|
59
|
-
"execa": "9.
|
|
60
|
-
"express": "5.1
|
|
61
|
-
"figlet": "1.
|
|
59
|
+
"dotenv-webpack": "8.1.1",
|
|
60
|
+
"execa": "9.6.1",
|
|
61
|
+
"express": "5.2.1",
|
|
62
|
+
"figlet": "1.9.4",
|
|
62
63
|
"file-loader": "6.2.0",
|
|
63
|
-
"fs-extra": "11.3.
|
|
64
|
-
"html-webpack-plugin": "5.6.
|
|
65
|
-
"inquirer": "
|
|
66
|
-
"listr2": "
|
|
64
|
+
"fs-extra": "11.3.3",
|
|
65
|
+
"html-webpack-plugin": "5.6.6",
|
|
66
|
+
"inquirer": "13.2.0",
|
|
67
|
+
"listr2": "10.0.0",
|
|
67
68
|
"ncp": "2.0.0",
|
|
68
|
-
"ora": "
|
|
69
|
-
"package-directory": "
|
|
69
|
+
"ora": "9.0.0",
|
|
70
|
+
"package-directory": "8.1.0",
|
|
70
71
|
"pem": "1.14.8",
|
|
71
|
-
"postcss": "8.5.
|
|
72
|
+
"postcss": "8.5.6",
|
|
72
73
|
"react": "18.3.1",
|
|
73
74
|
"replace-in-file-webpack-plugin": "1.0.6",
|
|
74
|
-
"strip-ansi": "
|
|
75
|
+
"strip-ansi": "7.1.2",
|
|
75
76
|
"style-loader": "4.0.0",
|
|
76
|
-
"terser-webpack-plugin": "5.3.
|
|
77
|
-
"ts-loader": "9.5.
|
|
78
|
-
"typescript": "5.
|
|
77
|
+
"terser-webpack-plugin": "5.3.16",
|
|
78
|
+
"ts-loader": "9.5.4",
|
|
79
|
+
"typescript": "5.9.3",
|
|
79
80
|
"url-loader": "4.1.1",
|
|
80
|
-
"webpack": "5.
|
|
81
|
-
"webpack-bundle-analyzer": "
|
|
81
|
+
"webpack": "5.104.1",
|
|
82
|
+
"webpack-bundle-analyzer": "5.1.1",
|
|
82
83
|
"webpack-dev-middleware": "7.4.2",
|
|
83
|
-
"webpack-dev-server": "5.2.
|
|
84
|
+
"webpack-dev-server": "5.2.3",
|
|
84
85
|
"webpack-hot-middleware": "2.26.1",
|
|
85
86
|
"webpack-merge": "6.0.1",
|
|
86
87
|
"webpackbar": "7.0.0"
|
|
87
88
|
},
|
|
88
89
|
"devDependencies": {
|
|
89
|
-
"@microsoft/microsoft-graph-types": "2.
|
|
90
|
-
"@types/express": "5.0.
|
|
91
|
-
"@types/jest": "
|
|
92
|
-
"@types/listr": "0.14.
|
|
93
|
-
"@types/node": "
|
|
90
|
+
"@microsoft/microsoft-graph-types": "2.43.1",
|
|
91
|
+
"@types/express": "5.0.6",
|
|
92
|
+
"@types/jest": "30.0.0",
|
|
93
|
+
"@types/listr": "0.14.10",
|
|
94
|
+
"@types/node": "25.0.9",
|
|
94
95
|
"@types/pem": "1.14.4",
|
|
95
96
|
"@types/react": "18.3.18",
|
|
96
97
|
"@types/webpack-bundle-analyzer": "4.7.0",
|
|
97
98
|
"@types/webpack-dev-middleware": "5.3.0",
|
|
98
99
|
"@types/webpack-dev-server": "4.7.2",
|
|
99
|
-
"@types/webpack-hot-middleware": "2.25.
|
|
100
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
101
|
-
"@typescript-eslint/parser": "8.
|
|
102
|
-
"babel-jest": "
|
|
103
|
-
"eslint": "9.
|
|
104
|
-
"eslint-config-prettier": "10.1.
|
|
105
|
-
"eslint-plugin-prettier": "5.
|
|
100
|
+
"@types/webpack-hot-middleware": "2.25.12",
|
|
101
|
+
"@typescript-eslint/eslint-plugin": "8.53.0",
|
|
102
|
+
"@typescript-eslint/parser": "8.53.0",
|
|
103
|
+
"babel-jest": "30.2.0",
|
|
104
|
+
"eslint": "9.39.2",
|
|
105
|
+
"eslint-config-prettier": "10.1.8",
|
|
106
|
+
"eslint-plugin-prettier": "5.5.5",
|
|
106
107
|
"eslint-plugin-react": "7.37.5",
|
|
107
|
-
"eslint-plugin-react-hooks": "
|
|
108
|
-
"jest": "
|
|
109
|
-
"prettier": "3.
|
|
108
|
+
"eslint-plugin-react-hooks": "7.0.1",
|
|
109
|
+
"jest": "30.2.0",
|
|
110
|
+
"prettier": "3.8.0"
|
|
110
111
|
}
|
|
111
112
|
}
|