@enact/cli 6.1.3 → 7.0.0-alpha.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 +12 -2
- package/commands/pack.js +2 -2
- package/commands/serve.js +12 -7
- package/config/dotenv.js +1 -1
- package/config/webpack.config.js +12 -1
- package/docs/building-apps.md +5 -0
- package/npm-shrinkwrap.json +22866 -20902
- package/package.json +41 -41
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enact/cli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0-alpha.2",
|
|
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": "
|
|
17
|
+
"node": ">= 18.12.0"
|
|
18
18
|
},
|
|
19
19
|
"publishConfig": {
|
|
20
20
|
"access": "public"
|
|
@@ -43,34 +43,34 @@
|
|
|
43
43
|
"upupdowndownleftrightleftrightbastart"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
47
|
-
"@enact/dev-utils": "^
|
|
48
|
-
"@enact/template-sandstone": "^
|
|
49
|
-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.
|
|
50
|
-
"@testing-library/jest-dom": "^6.
|
|
51
|
-
"@testing-library/react": "^
|
|
46
|
+
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
|
|
47
|
+
"@enact/dev-utils": "^7.0.0-alpha.2",
|
|
48
|
+
"@enact/template-sandstone": "^3.0.0-alpha.1",
|
|
49
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
|
50
|
+
"@testing-library/jest-dom": "^6.5.0",
|
|
51
|
+
"@testing-library/react": "^15.0.7",
|
|
52
52
|
"@testing-library/user-event": "^14.5.2",
|
|
53
53
|
"babel-jest": "^29.7.0",
|
|
54
|
-
"babel-loader": "^9.1
|
|
54
|
+
"babel-loader": "^9.2.1",
|
|
55
55
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
56
56
|
"babel-plugin-transform-rename-import": "^2.3.0",
|
|
57
|
-
"babel-preset-enact": "^0.1.
|
|
57
|
+
"babel-preset-enact": "^0.1.8",
|
|
58
58
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
59
59
|
"chalk": "^5.3.0",
|
|
60
60
|
"core-js": "3.22.8",
|
|
61
61
|
"cross-spawn": "^7.0.3",
|
|
62
|
-
"css-loader": "^
|
|
63
|
-
"css-minimizer-webpack-plugin": "^
|
|
64
|
-
"dotenv": "^16.
|
|
65
|
-
"dotenv-expand": "^
|
|
66
|
-
"eslint": "^8.
|
|
67
|
-
"eslint-config-enact": "^
|
|
68
|
-
"eslint-webpack-plugin": "^4.0
|
|
69
|
-
"expose-loader": "^
|
|
62
|
+
"css-loader": "^7.1.2",
|
|
63
|
+
"css-minimizer-webpack-plugin": "^6.0.0",
|
|
64
|
+
"dotenv": "^16.4.5",
|
|
65
|
+
"dotenv-expand": "^11.0.6",
|
|
66
|
+
"eslint": "^8.57.0",
|
|
67
|
+
"eslint-config-enact": "^5.0.0-alpha.2",
|
|
68
|
+
"eslint-webpack-plugin": "^4.2.0",
|
|
69
|
+
"expose-loader": "^5.0.0",
|
|
70
70
|
"file-loader": "^6.2.0",
|
|
71
|
-
"filesize": "^10.1.
|
|
71
|
+
"filesize": "^10.1.6",
|
|
72
72
|
"fs-extra": "^11.2.0",
|
|
73
|
-
"glob": "^10.
|
|
73
|
+
"glob": "^10.4.2",
|
|
74
74
|
"global-modules": "^2.0.0",
|
|
75
75
|
"html-webpack-plugin": "^5.6.0",
|
|
76
76
|
"identity-obj-proxy": "^3.0.0",
|
|
@@ -78,37 +78,37 @@
|
|
|
78
78
|
"jest-environment-jsdom": "^29.7.0",
|
|
79
79
|
"jest-watch-typeahead": "^2.2.2",
|
|
80
80
|
"less": "^4.2.0",
|
|
81
|
-
"less-loader": "^
|
|
81
|
+
"less-loader": "^12.2.0",
|
|
82
82
|
"less-plugin-npm-import": "^2.1.0",
|
|
83
83
|
"license-checker": "^25.0.1",
|
|
84
|
-
"mini-css-extract-plugin": "^2.
|
|
84
|
+
"mini-css-extract-plugin": "^2.9.1",
|
|
85
85
|
"minimist": "^1.2.8",
|
|
86
86
|
"node-polyfill-webpack-plugin": "^3.0.0",
|
|
87
|
-
"postcss": "^8.4.
|
|
87
|
+
"postcss": "^8.4.47",
|
|
88
88
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
89
89
|
"postcss-global-import": "^1.0.6",
|
|
90
|
-
"postcss-loader": "^
|
|
90
|
+
"postcss-loader": "^8.1.1",
|
|
91
91
|
"postcss-normalize": "^10.0.1",
|
|
92
|
-
"postcss-preset-env": "^9.
|
|
93
|
-
"postcss-resolution-independence": "^1.1.
|
|
92
|
+
"postcss-preset-env": "^9.5.15",
|
|
93
|
+
"postcss-resolution-independence": "^1.1.6",
|
|
94
94
|
"prompts": "^2.4.2",
|
|
95
|
-
"react": "^18.
|
|
95
|
+
"react": "^18.3.1",
|
|
96
96
|
"react-dev-utils": "^12.0.1",
|
|
97
|
-
"react-dom": "^18.
|
|
98
|
-
"react-refresh": "^0.14.
|
|
99
|
-
"react-test-renderer": "^18.
|
|
97
|
+
"react-dom": "^18.3.1",
|
|
98
|
+
"react-refresh": "^0.14.2",
|
|
99
|
+
"react-test-renderer": "^18.3.1",
|
|
100
100
|
"resolution-independence": "^1.0.0",
|
|
101
101
|
"resolve": "^1.22.8",
|
|
102
|
-
"sass-loader": "^
|
|
103
|
-
"semver": "^7.
|
|
104
|
-
"source-map-loader": "^
|
|
102
|
+
"sass-loader": "^14.2.1",
|
|
103
|
+
"semver": "^7.6.3",
|
|
104
|
+
"source-map-loader": "^5.0.0",
|
|
105
105
|
"strip-ansi": "^7.1.0",
|
|
106
|
-
"style-loader": "^
|
|
107
|
-
"tar": "^
|
|
106
|
+
"style-loader": "^4.0.0",
|
|
107
|
+
"tar": "^7.4.3",
|
|
108
108
|
"terser-webpack-plugin": "^5.3.10",
|
|
109
|
-
"validate-npm-package-name": "^5.0.
|
|
110
|
-
"webpack": "^5.
|
|
111
|
-
"webpack-dev-server": "^
|
|
109
|
+
"validate-npm-package-name": "^5.0.1",
|
|
110
|
+
"webpack": "^5.94.0",
|
|
111
|
+
"webpack-dev-server": "^5.1.0"
|
|
112
112
|
},
|
|
113
113
|
"optionalDependencies": {
|
|
114
114
|
"fsevents": "^2.3.3"
|
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": {
|
|
125
125
|
"eslint-config-prettier": "^9.1.0",
|
|
126
|
-
"eslint-plugin-import": "^2.
|
|
127
|
-
"eslint-plugin-prettier": "^5.1
|
|
128
|
-
"prettier": "^3.
|
|
126
|
+
"eslint-plugin-import": "^2.30.0",
|
|
127
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
128
|
+
"prettier": "^3.3.3"
|
|
129
129
|
}
|
|
130
130
|
}
|