@enact/cli 7.0.0-alpha.6 → 7.0.0-rc.1
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 -0
- package/README.md +1 -1
- package/config/webpack.config.js +0 -2
- package/npm-shrinkwrap.json +13141 -19060
- package/package.json +35 -39
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enact/cli",
|
|
3
|
-
"version": "7.0.0-
|
|
3
|
+
"version": "7.0.0-rc.1",
|
|
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": "^20.10.0 || >=22.0.0"
|
|
18
18
|
},
|
|
19
19
|
"publishConfig": {
|
|
20
20
|
"access": "public"
|
|
@@ -43,75 +43,71 @@
|
|
|
43
43
|
"upupdowndownleftrightleftrightbastart"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
47
|
-
"@enact/dev-utils": "^7.0.0-
|
|
46
|
+
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
47
|
+
"@enact/dev-utils": "^7.0.0-rc.1",
|
|
48
48
|
"@enact/template-sandstone": "^3.0.0-alpha.3",
|
|
49
|
-
"@pmmmwh/react-refresh-webpack-plugin": "^0.
|
|
49
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.0",
|
|
50
50
|
"@testing-library/jest-dom": "^6.6.3",
|
|
51
|
-
"@testing-library/react": "^16.
|
|
52
|
-
"@testing-library/user-event": "^14.
|
|
51
|
+
"@testing-library/react": "^16.3.0",
|
|
52
|
+
"@testing-library/user-event": "^14.6.1",
|
|
53
53
|
"babel-jest": "^29.7.0",
|
|
54
|
-
"babel-loader": "^
|
|
54
|
+
"babel-loader": "^10.0.0",
|
|
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.12",
|
|
58
58
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
59
59
|
"chalk": "^5.4.1",
|
|
60
60
|
"core-js": "3.22.8",
|
|
61
61
|
"cross-spawn": "^7.0.6",
|
|
62
62
|
"css-loader": "^7.1.2",
|
|
63
|
-
"css-minimizer-webpack-plugin": "^7.0.
|
|
64
|
-
"dotenv": "^16.
|
|
65
|
-
"dotenv-expand": "^12.0.
|
|
66
|
-
"eslint": "^9.
|
|
67
|
-
"eslint-config-enact": "^5.0.0-
|
|
68
|
-
"eslint-webpack-plugin": "^
|
|
69
|
-
"expose-loader": "^5.0.
|
|
63
|
+
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
64
|
+
"dotenv": "^16.5.0",
|
|
65
|
+
"dotenv-expand": "^12.0.2",
|
|
66
|
+
"eslint": "^9.26.0",
|
|
67
|
+
"eslint-config-enact": "^5.0.0-rc.1",
|
|
68
|
+
"eslint-webpack-plugin": "^5.0.1",
|
|
69
|
+
"expose-loader": "^5.0.1",
|
|
70
70
|
"file-loader": "^6.2.0",
|
|
71
71
|
"filesize": "^10.1.6",
|
|
72
|
-
"fs-extra": "^11.
|
|
73
|
-
"glob": "^11.0.
|
|
72
|
+
"fs-extra": "^11.3.0",
|
|
73
|
+
"glob": "^11.0.2",
|
|
74
74
|
"global-modules": "^2.0.0",
|
|
75
75
|
"html-webpack-plugin": "^5.6.3",
|
|
76
76
|
"identity-obj-proxy": "^3.0.0",
|
|
77
77
|
"jest": "^29.7.0",
|
|
78
78
|
"jest-environment-jsdom": "^29.7.0",
|
|
79
79
|
"jest-watch-typeahead": "^2.2.2",
|
|
80
|
-
"less": "^4.
|
|
81
|
-
"less-loader": "^12.
|
|
80
|
+
"less": "^4.3.0",
|
|
81
|
+
"less-loader": "^12.3.0",
|
|
82
82
|
"less-plugin-npm-import": "^2.1.0",
|
|
83
83
|
"license-checker": "^25.0.1",
|
|
84
84
|
"mini-css-extract-plugin": "^2.9.2",
|
|
85
85
|
"minimist": "^1.2.8",
|
|
86
86
|
"node-polyfill-webpack-plugin": "4.0.0",
|
|
87
|
-
"postcss": "^8.
|
|
87
|
+
"postcss": "^8.5.3",
|
|
88
88
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
89
|
-
"postcss-global-import": "^1.0.6",
|
|
90
89
|
"postcss-loader": "^8.1.1",
|
|
91
90
|
"postcss-normalize": "^13.0.1",
|
|
92
|
-
"postcss-preset-env": "^10.1.
|
|
91
|
+
"postcss-preset-env": "^10.1.6",
|
|
93
92
|
"postcss-resolution-independence": "^1.1.8",
|
|
94
93
|
"prompts": "^2.4.2",
|
|
95
|
-
"react": "^19.
|
|
94
|
+
"react": "^19.1.0",
|
|
96
95
|
"react-dev-utils": "^12.0.1",
|
|
97
|
-
"react-dom": "^19.
|
|
98
|
-
"react-refresh": "^0.
|
|
99
|
-
"react-test-renderer": "^19.
|
|
96
|
+
"react-dom": "^19.1.0",
|
|
97
|
+
"react-refresh": "^0.17.0",
|
|
98
|
+
"react-test-renderer": "^19.1.0",
|
|
100
99
|
"resolution-independence": "^1.0.0",
|
|
101
100
|
"resolve": "^1.22.10",
|
|
102
|
-
"sass-loader": "^16.0.
|
|
103
|
-
"semver": "^7.
|
|
101
|
+
"sass-loader": "^16.0.5",
|
|
102
|
+
"semver": "^7.7.2",
|
|
104
103
|
"source-map-loader": "^5.0.0",
|
|
105
104
|
"strip-ansi": "^7.1.0",
|
|
106
105
|
"style-loader": "^4.0.0",
|
|
107
106
|
"tar": "^7.4.3",
|
|
108
|
-
"terser-webpack-plugin": "^5.3.
|
|
107
|
+
"terser-webpack-plugin": "^5.3.14",
|
|
109
108
|
"validate-npm-package-name": "^6.0.0",
|
|
110
|
-
"webpack": "^5.
|
|
111
|
-
"webpack-dev-server": "^5.2.
|
|
112
|
-
},
|
|
113
|
-
"overrides": {
|
|
114
|
-
"postcss": "^8.4.49"
|
|
109
|
+
"webpack": "^5.99.8",
|
|
110
|
+
"webpack-dev-server": "^5.2.1"
|
|
115
111
|
},
|
|
116
112
|
"optionalDependencies": {
|
|
117
113
|
"fsevents": "^2.3.3"
|
|
@@ -125,10 +121,10 @@
|
|
|
125
121
|
}
|
|
126
122
|
},
|
|
127
123
|
"devDependencies": {
|
|
128
|
-
"eslint-config-prettier": "^10.
|
|
124
|
+
"eslint-config-prettier": "^10.1.5",
|
|
129
125
|
"eslint-plugin-import": "^2.31.0",
|
|
130
|
-
"eslint-plugin-prettier": "^5.
|
|
131
|
-
"globals": "^
|
|
132
|
-
"prettier": "^3.
|
|
126
|
+
"eslint-plugin-prettier": "^5.4.0",
|
|
127
|
+
"globals": "^16.1.0",
|
|
128
|
+
"prettier": "^3.5.3"
|
|
133
129
|
}
|
|
134
130
|
}
|