@enact/cli 6.0.1 → 6.0.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 +9 -0
- package/bin/enact.js +49 -42
- package/commands/bootstrap.js +8 -4
- package/commands/clean.js +8 -4
- package/commands/create.js +8 -4
- package/commands/eject.js +8 -4
- package/commands/info.js +14 -8
- package/commands/license.js +11 -7
- package/commands/link.js +8 -4
- package/commands/pack.js +12 -5
- package/commands/serve.js +9 -5
- package/commands/template.js +10 -6
- package/commands/test.js +7 -3
- package/commands/transpile.js +7 -3
- package/npm-shrinkwrap.json +21166 -10786
- package/package.json +48 -48
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enact/cli",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.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>",
|
|
@@ -43,62 +43,62 @@
|
|
|
43
43
|
"upupdowndownleftrightleftrightbastart"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@babel/eslint-plugin": "^7.
|
|
47
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
48
|
-
"@enact/dev-utils": "^6.0.
|
|
49
|
-
"@enact/template-sandstone": "^1.5.
|
|
50
|
-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.
|
|
51
|
-
"@testing-library/jest-dom": "^5.
|
|
46
|
+
"@babel/eslint-plugin": "^7.22.10",
|
|
47
|
+
"@babel/plugin-transform-modules-commonjs": "^7.22.11",
|
|
48
|
+
"@enact/dev-utils": "^6.0.2",
|
|
49
|
+
"@enact/template-sandstone": "^1.5.5",
|
|
50
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
|
|
51
|
+
"@testing-library/jest-dom": "^5.17.0",
|
|
52
52
|
"@testing-library/react": "^14.0.0",
|
|
53
53
|
"@testing-library/user-event": "^14.4.3",
|
|
54
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
55
|
-
"babel-jest": "^29.
|
|
56
|
-
"babel-loader": "^9.1.
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
55
|
+
"babel-jest": "^29.6.4",
|
|
56
|
+
"babel-loader": "^9.1.3",
|
|
57
57
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
58
58
|
"babel-plugin-transform-rename-import": "^2.3.0",
|
|
59
|
-
"babel-preset-enact": "^0.1.
|
|
59
|
+
"babel-preset-enact": "^0.1.5",
|
|
60
60
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
61
|
-
"chalk": "^
|
|
61
|
+
"chalk": "^5.3.0",
|
|
62
62
|
"core-js": "3.22.8",
|
|
63
63
|
"cross-spawn": "^7.0.3",
|
|
64
|
-
"css-loader": "^6.
|
|
65
|
-
"css-minimizer-webpack-plugin": "^5.0.
|
|
66
|
-
"dotenv": "^16.
|
|
64
|
+
"css-loader": "^6.8.1",
|
|
65
|
+
"css-minimizer-webpack-plugin": "^5.0.1",
|
|
66
|
+
"dotenv": "^16.3.1",
|
|
67
67
|
"dotenv-expand": "^10.0.0",
|
|
68
|
-
"eslint": "^8.
|
|
69
|
-
"eslint-config-enact": "^4.1.
|
|
70
|
-
"eslint-plugin-enact": "^1.0.
|
|
71
|
-
"eslint-plugin-jest": "^27.2.
|
|
68
|
+
"eslint": "^8.48.0",
|
|
69
|
+
"eslint-config-enact": "^4.1.7",
|
|
70
|
+
"eslint-plugin-enact": "^1.0.5",
|
|
71
|
+
"eslint-plugin-jest": "^27.2.3",
|
|
72
72
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
73
|
-
"eslint-plugin-react": "^7.
|
|
73
|
+
"eslint-plugin-react": "^7.33.2",
|
|
74
74
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
75
|
-
"eslint-plugin-testing-library": "^5.
|
|
75
|
+
"eslint-plugin-testing-library": "^5.11.0",
|
|
76
76
|
"eslint-webpack-plugin": "^4.0.1",
|
|
77
77
|
"expose-loader": "^4.1.0",
|
|
78
78
|
"file-loader": "^6.2.0",
|
|
79
|
-
"filesize": "^10.0.
|
|
79
|
+
"filesize": "^10.0.12",
|
|
80
80
|
"fs-extra": "^11.1.1",
|
|
81
|
-
"glob": "^10.
|
|
81
|
+
"glob": "^10.3.4",
|
|
82
82
|
"global-modules": "^2.0.0",
|
|
83
|
-
"html-webpack-plugin": "^5.5.
|
|
83
|
+
"html-webpack-plugin": "^5.5.3",
|
|
84
84
|
"identity-obj-proxy": "^3.0.0",
|
|
85
|
-
"jest": "^29.
|
|
86
|
-
"jest-environment-jsdom": "^29.
|
|
85
|
+
"jest": "^29.6.4",
|
|
86
|
+
"jest-environment-jsdom": "^29.6.4",
|
|
87
87
|
"jest-watch-typeahead": "^2.2.2",
|
|
88
|
-
"less": "^4.
|
|
89
|
-
"less-loader": "^11.1.
|
|
88
|
+
"less": "^4.2.0",
|
|
89
|
+
"less-loader": "^11.1.3",
|
|
90
90
|
"less-plugin-npm-import": "^2.1.0",
|
|
91
91
|
"license-checker": "^25.0.1",
|
|
92
|
-
"mini-css-extract-plugin": "^2.7.
|
|
92
|
+
"mini-css-extract-plugin": "^2.7.6",
|
|
93
93
|
"minimist": "^1.2.8",
|
|
94
94
|
"node-polyfill-webpack-plugin": "^2.0.1",
|
|
95
|
-
"postcss": "^8.4.
|
|
95
|
+
"postcss": "^8.4.29",
|
|
96
96
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
97
97
|
"postcss-global-import": "^1.0.6",
|
|
98
|
-
"postcss-loader": "^7.
|
|
98
|
+
"postcss-loader": "^7.3.3",
|
|
99
99
|
"postcss-normalize": "^10.0.1",
|
|
100
|
-
"postcss-preset-env": "^
|
|
101
|
-
"postcss-resolution-independence": "^1.1.
|
|
100
|
+
"postcss-preset-env": "^9.1.3",
|
|
101
|
+
"postcss-resolution-independence": "^1.1.3",
|
|
102
102
|
"postcss-safe-parser": "^6.0.0",
|
|
103
103
|
"prompts": "^2.4.2",
|
|
104
104
|
"react": "^18.2.0",
|
|
@@ -107,20 +107,20 @@
|
|
|
107
107
|
"react-refresh": "^0.14.0",
|
|
108
108
|
"react-test-renderer": "^18.2.0",
|
|
109
109
|
"resolution-independence": "^1.0.0",
|
|
110
|
-
"resolve": "^1.22.
|
|
111
|
-
"sass-loader": "^13.
|
|
112
|
-
"semver": "^7.5.
|
|
110
|
+
"resolve": "^1.22.4",
|
|
111
|
+
"sass-loader": "^13.3.2",
|
|
112
|
+
"semver": "^7.5.4",
|
|
113
113
|
"source-map-loader": "^4.0.1",
|
|
114
|
-
"strip-ansi": "^
|
|
115
|
-
"style-loader": "^3.3.
|
|
116
|
-
"tar": "^6.1.
|
|
117
|
-
"terser-webpack-plugin": "^5.3.
|
|
114
|
+
"strip-ansi": "^7.1.0",
|
|
115
|
+
"style-loader": "^3.3.3",
|
|
116
|
+
"tar": "^6.1.15",
|
|
117
|
+
"terser-webpack-plugin": "^5.3.9",
|
|
118
118
|
"validate-npm-package-name": "^5.0.0",
|
|
119
|
-
"webpack": "^5.
|
|
120
|
-
"webpack-dev-server": "^4.
|
|
119
|
+
"webpack": "^5.88.2",
|
|
120
|
+
"webpack-dev-server": "^4.15.1"
|
|
121
121
|
},
|
|
122
122
|
"optionalDependencies": {
|
|
123
|
-
"fsevents": "^2.3.
|
|
123
|
+
"fsevents": "^2.3.3"
|
|
124
124
|
},
|
|
125
125
|
"peerDependencies": {
|
|
126
126
|
"typescript": "^3.2.1 || ^4 || ^5"
|
|
@@ -131,9 +131,9 @@
|
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
133
|
"devDependencies": {
|
|
134
|
-
"eslint-config-prettier": "^
|
|
135
|
-
"eslint-plugin-import": "^2.
|
|
136
|
-
"eslint-plugin-prettier": "^
|
|
137
|
-
"prettier": "^
|
|
134
|
+
"eslint-config-prettier": "^9.0.0",
|
|
135
|
+
"eslint-plugin-import": "^2.28.1",
|
|
136
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
137
|
+
"prettier": "^3.0.3"
|
|
138
138
|
}
|
|
139
|
-
}
|
|
139
|
+
}
|