@enact/cli 7.0.0-rc.1 → 7.1.0
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 +11 -0
- package/config/eslintWebpackPluginConfig.js +1 -1
- package/config/webpack.config.js +92 -1
- package/npm-shrinkwrap.json +2475 -3160
- package/package.json +18 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enact/cli",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.1.0",
|
|
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>",
|
|
@@ -44,8 +44,9 @@
|
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
47
|
-
"@
|
|
48
|
-
"@enact/
|
|
47
|
+
"@daltontan/postcss-import-json": "^1.1.1",
|
|
48
|
+
"@enact/dev-utils": "^7.0.1",
|
|
49
|
+
"@enact/template-sandstone": "^2.8.0",
|
|
49
50
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.0",
|
|
50
51
|
"@testing-library/jest-dom": "^6.6.3",
|
|
51
52
|
"@testing-library/react": "^16.3.0",
|
|
@@ -54,7 +55,7 @@
|
|
|
54
55
|
"babel-loader": "^10.0.0",
|
|
55
56
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
56
57
|
"babel-plugin-transform-rename-import": "^2.3.0",
|
|
57
|
-
"babel-preset-enact": "^0.1.
|
|
58
|
+
"babel-preset-enact": "^0.1.13",
|
|
58
59
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
59
60
|
"chalk": "^5.4.1",
|
|
60
61
|
"core-js": "3.22.8",
|
|
@@ -63,14 +64,14 @@
|
|
|
63
64
|
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
64
65
|
"dotenv": "^16.5.0",
|
|
65
66
|
"dotenv-expand": "^12.0.2",
|
|
66
|
-
"eslint": "^9.
|
|
67
|
-
"eslint-config-enact": "^5.0.
|
|
68
|
-
"eslint-webpack-plugin": "^5.0.
|
|
67
|
+
"eslint": "^9.31.0",
|
|
68
|
+
"eslint-config-enact": "^5.0.1",
|
|
69
|
+
"eslint-webpack-plugin": "^5.0.2",
|
|
69
70
|
"expose-loader": "^5.0.1",
|
|
70
71
|
"file-loader": "^6.2.0",
|
|
71
72
|
"filesize": "^10.1.6",
|
|
72
73
|
"fs-extra": "^11.3.0",
|
|
73
|
-
"glob": "^11.0.
|
|
74
|
+
"glob": "^11.0.3",
|
|
74
75
|
"global-modules": "^2.0.0",
|
|
75
76
|
"html-webpack-plugin": "^5.6.3",
|
|
76
77
|
"identity-obj-proxy": "^3.0.0",
|
|
@@ -84,11 +85,11 @@
|
|
|
84
85
|
"mini-css-extract-plugin": "^2.9.2",
|
|
85
86
|
"minimist": "^1.2.8",
|
|
86
87
|
"node-polyfill-webpack-plugin": "4.0.0",
|
|
87
|
-
"postcss": "^8.5.
|
|
88
|
+
"postcss": "^8.5.6",
|
|
88
89
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
89
90
|
"postcss-loader": "^8.1.1",
|
|
90
91
|
"postcss-normalize": "^13.0.1",
|
|
91
|
-
"postcss-preset-env": "^10.
|
|
92
|
+
"postcss-preset-env": "^10.2.4",
|
|
92
93
|
"postcss-resolution-independence": "^1.1.8",
|
|
93
94
|
"prompts": "^2.4.2",
|
|
94
95
|
"react": "^19.1.0",
|
|
@@ -105,9 +106,9 @@
|
|
|
105
106
|
"style-loader": "^4.0.0",
|
|
106
107
|
"tar": "^7.4.3",
|
|
107
108
|
"terser-webpack-plugin": "^5.3.14",
|
|
108
|
-
"validate-npm-package-name": "^6.0.
|
|
109
|
-
"webpack": "^5.
|
|
110
|
-
"webpack-dev-server": "^5.2.
|
|
109
|
+
"validate-npm-package-name": "^6.0.1",
|
|
110
|
+
"webpack": "^5.100.1",
|
|
111
|
+
"webpack-dev-server": "^5.2.2"
|
|
111
112
|
},
|
|
112
113
|
"optionalDependencies": {
|
|
113
114
|
"fsevents": "^2.3.3"
|
|
@@ -122,9 +123,9 @@
|
|
|
122
123
|
},
|
|
123
124
|
"devDependencies": {
|
|
124
125
|
"eslint-config-prettier": "^10.1.5",
|
|
125
|
-
"eslint-plugin-import": "^2.
|
|
126
|
-
"eslint-plugin-prettier": "^5.
|
|
127
|
-
"globals": "^16.
|
|
128
|
-
"prettier": "^3.
|
|
126
|
+
"eslint-plugin-import": "^2.32.0",
|
|
127
|
+
"eslint-plugin-prettier": "^5.5.1",
|
|
128
|
+
"globals": "^16.3.0",
|
|
129
|
+
"prettier": "^3.6.2"
|
|
129
130
|
}
|
|
130
131
|
}
|