@enact/cli 7.2.2 → 7.2.3
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 +4 -0
- package/commands/info.js +5 -7
- package/npm-shrinkwrap.json +3048 -4190
- package/package.json +39 -42
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enact/cli",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.3",
|
|
4
4
|
"description": "Full-featured build environment tool for Enact applications.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "Jason Robitaille <jason.robitaille@lge.com>",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"enact": "./bin/enact.js"
|
|
15
15
|
},
|
|
16
16
|
"engines": {
|
|
17
|
-
"node": "^20.
|
|
17
|
+
"node": "^20.12.0 || ^22.0.0 || >=24.0.0"
|
|
18
18
|
},
|
|
19
19
|
"publishConfig": {
|
|
20
20
|
"access": "public"
|
|
@@ -43,72 +43,72 @@
|
|
|
43
43
|
"upupdowndownleftrightleftrightbastart"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
46
|
+
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
47
47
|
"@daltontan/postcss-import-json": "^1.1.1",
|
|
48
|
-
"@enact/dev-utils": "^7.0.
|
|
48
|
+
"@enact/dev-utils": "^7.0.3",
|
|
49
49
|
"@enact/template-sandstone": "^2.8.0",
|
|
50
50
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.2",
|
|
51
51
|
"@testing-library/jest-dom": "^6.9.1",
|
|
52
|
-
"@testing-library/react": "^16.3.
|
|
52
|
+
"@testing-library/react": "^16.3.1",
|
|
53
53
|
"@testing-library/user-event": "^14.6.1",
|
|
54
|
-
"babel-jest": "^30.
|
|
55
|
-
"babel-loader": "^10.
|
|
54
|
+
"babel-jest": "^30.2.0",
|
|
55
|
+
"babel-loader": "^10.0.0",
|
|
56
56
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
57
57
|
"babel-plugin-transform-rename-import": "^2.3.0",
|
|
58
|
-
"babel-preset-enact": "^0.1.
|
|
58
|
+
"babel-preset-enact": "^0.1.15",
|
|
59
59
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
60
60
|
"chalk": "^5.6.2",
|
|
61
61
|
"core-js": "3.22.8",
|
|
62
62
|
"cross-spawn": "^7.0.6",
|
|
63
|
-
"css-loader": "^7.1.
|
|
64
|
-
"css-minimizer-webpack-plugin": "^
|
|
65
|
-
"dotenv": "^17.
|
|
63
|
+
"css-loader": "^7.1.2",
|
|
64
|
+
"css-minimizer-webpack-plugin": "^7.0.4",
|
|
65
|
+
"dotenv": "^17.2.3",
|
|
66
66
|
"dotenv-expand": "^12.0.3",
|
|
67
|
-
"eslint": "^9.39.
|
|
68
|
-
"eslint-config-enact": "^5.
|
|
69
|
-
"eslint-webpack-plugin": "^5.0.
|
|
67
|
+
"eslint": "^9.39.2",
|
|
68
|
+
"eslint-config-enact": "^5.0.3",
|
|
69
|
+
"eslint-webpack-plugin": "^5.0.2",
|
|
70
70
|
"expose-loader": "^5.0.1",
|
|
71
71
|
"file-loader": "^6.2.0",
|
|
72
|
-
"filesize": "^11.0.
|
|
73
|
-
"fs-extra": "^11.3.
|
|
74
|
-
"glob": "^13.0.
|
|
72
|
+
"filesize": "^11.0.13",
|
|
73
|
+
"fs-extra": "^11.3.2",
|
|
74
|
+
"glob": "^13.0.0",
|
|
75
75
|
"global-modules": "^2.0.0",
|
|
76
|
-
"html-webpack-plugin": "^5.6.
|
|
76
|
+
"html-webpack-plugin": "^5.6.5",
|
|
77
77
|
"identity-obj-proxy": "^3.0.0",
|
|
78
|
-
"jest": "^30.
|
|
78
|
+
"jest": "^30.2.0",
|
|
79
79
|
"jest-environment-jsdom": "29.7.0",
|
|
80
80
|
"jest-watch-typeahead": "^3.0.1",
|
|
81
|
-
"less": "^4.
|
|
82
|
-
"less-loader": "^12.3.
|
|
81
|
+
"less": "^4.5.1",
|
|
82
|
+
"less-loader": "^12.3.0",
|
|
83
83
|
"less-plugin-npm-import": "^2.1.0",
|
|
84
84
|
"license-checker": "^25.0.1",
|
|
85
|
-
"mini-css-extract-plugin": "^2.
|
|
85
|
+
"mini-css-extract-plugin": "^2.9.4",
|
|
86
86
|
"minimist": "^1.2.8",
|
|
87
87
|
"node-polyfill-webpack-plugin": "4.0.0",
|
|
88
|
-
"postcss": "^8.5.
|
|
88
|
+
"postcss": "^8.5.6",
|
|
89
89
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
90
|
-
"postcss-loader": "^8.2.
|
|
90
|
+
"postcss-loader": "^8.2.0",
|
|
91
91
|
"postcss-normalize": "^13.0.1",
|
|
92
|
-
"postcss-preset-env": "^
|
|
92
|
+
"postcss-preset-env": "^10.5.0",
|
|
93
93
|
"postcss-resolution-independence": "^1.1.9",
|
|
94
94
|
"prompts": "^2.4.2",
|
|
95
|
-
"react": "^19.2.
|
|
95
|
+
"react": "^19.2.3",
|
|
96
96
|
"react-dev-utils": "^12.0.1",
|
|
97
|
-
"react-dom": "^19.2.
|
|
97
|
+
"react-dom": "^19.2.3",
|
|
98
98
|
"react-refresh": "^0.18.0",
|
|
99
|
-
"react-test-renderer": "^19.2.
|
|
99
|
+
"react-test-renderer": "^19.2.3",
|
|
100
100
|
"resolution-independence": "^1.0.0",
|
|
101
101
|
"resolve": "^1.22.11",
|
|
102
|
-
"sass-loader": "^16.0.
|
|
103
|
-
"semver": "^7.7.
|
|
102
|
+
"sass-loader": "^16.0.6",
|
|
103
|
+
"semver": "^7.7.3",
|
|
104
104
|
"source-map-loader": "^5.0.0",
|
|
105
|
-
"strip-ansi": "^7.2
|
|
105
|
+
"strip-ansi": "^7.1.2",
|
|
106
106
|
"style-loader": "^4.0.0",
|
|
107
|
-
"tar": "^7.5.
|
|
108
|
-
"terser-webpack-plugin": "^5.
|
|
109
|
-
"validate-npm-package-name": "^7.0.
|
|
110
|
-
"webpack": "5.
|
|
111
|
-
"webpack-dev-server": "^5.2.
|
|
107
|
+
"tar": "^7.5.2",
|
|
108
|
+
"terser-webpack-plugin": "^5.3.16",
|
|
109
|
+
"validate-npm-package-name": "^7.0.0",
|
|
110
|
+
"webpack": "^5.104.0",
|
|
111
|
+
"webpack-dev-server": "^5.2.2"
|
|
112
112
|
},
|
|
113
113
|
"optionalDependencies": {
|
|
114
114
|
"fsevents": "^2.3.3"
|
|
@@ -121,14 +121,11 @@
|
|
|
121
121
|
"optional": true
|
|
122
122
|
}
|
|
123
123
|
},
|
|
124
|
-
"overrides": {
|
|
125
|
-
"serialize-javascript": "^7.0.4"
|
|
126
|
-
},
|
|
127
124
|
"devDependencies": {
|
|
128
125
|
"eslint-config-prettier": "^10.1.8",
|
|
129
126
|
"eslint-plugin-import": "^2.32.0",
|
|
130
|
-
"eslint-plugin-prettier": "^5.5.
|
|
131
|
-
"globals": "^
|
|
132
|
-
"prettier": "^3.
|
|
127
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
128
|
+
"globals": "^16.5.0",
|
|
129
|
+
"prettier": "^3.7.4"
|
|
133
130
|
}
|
|
134
131
|
}
|