@enact/cli 5.0.2 → 5.1.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/.travis.yml +1 -1
- package/CHANGELOG.md +17 -0
- package/commands/info.js +1 -0
- package/commands/pack.js +2 -1
- package/config/babel.config.js +1 -132
- package/docs/building-apps.md +22 -0
- package/npm-shrinkwrap.json +114368 -36865
- package/package.json +78 -87
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enact/cli",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.1.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>",
|
|
@@ -43,90 +43,81 @@
|
|
|
43
43
|
"upupdowndownleftrightleftrightbastart"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@babel/
|
|
47
|
-
"@babel/
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"@
|
|
51
|
-
"@
|
|
52
|
-
"@
|
|
53
|
-
"@
|
|
54
|
-
"@
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"@typescript-eslint/eslint-plugin": "5.30.7",
|
|
63
|
-
"babel-jest": "27.5.1",
|
|
64
|
-
"babel-loader": "8.2.5",
|
|
65
|
-
"babel-plugin-dev-expression": "0.2.3",
|
|
66
|
-
"babel-plugin-dynamic-import-node": "2.3.3",
|
|
67
|
-
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
68
|
-
"babel-plugin-transform-rename-import": "2.3.0",
|
|
69
|
-
"case-sensitive-paths-webpack-plugin": "2.4.0",
|
|
70
|
-
"chalk": "4.1.2",
|
|
46
|
+
"@babel/eslint-plugin": "^7.19.1",
|
|
47
|
+
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
|
|
48
|
+
"@enact/dev-utils": "^5.1.1",
|
|
49
|
+
"@enact/template-sandstone": "^1.5.2",
|
|
50
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
|
51
|
+
"@testing-library/jest-dom": "^5.16.5",
|
|
52
|
+
"@testing-library/react": "^13.4.0",
|
|
53
|
+
"@testing-library/user-event": "^13.5.0",
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
|
55
|
+
"babel-jest": "^27.5.1",
|
|
56
|
+
"babel-loader": "^8.2.5",
|
|
57
|
+
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
58
|
+
"babel-plugin-transform-rename-import": "^2.3.0",
|
|
59
|
+
"babel-preset-enact": "^0.1.0",
|
|
60
|
+
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
61
|
+
"chalk": "^4.1.2",
|
|
71
62
|
"core-js": "3.22.8",
|
|
72
|
-
"cross-spawn": "7.0.3",
|
|
73
|
-
"css-loader": "6.7.
|
|
74
|
-
"css-minimizer-webpack-plugin": "3.4.1",
|
|
75
|
-
"dotenv": "16.0.
|
|
76
|
-
"dotenv-expand": "8.0.3",
|
|
77
|
-
"eslint": "8.
|
|
78
|
-
"eslint-config-enact": "4.1.
|
|
79
|
-
"eslint-plugin-enact": "1.0.1",
|
|
80
|
-
"eslint-plugin-jest": "26.6.0",
|
|
81
|
-
"eslint-plugin-jsx-a11y": "6.
|
|
82
|
-
"eslint-plugin-react": "7.
|
|
83
|
-
"eslint-plugin-react-hooks": "4.6.0",
|
|
84
|
-
"eslint-plugin-testing-library": "5.
|
|
85
|
-
"eslint-webpack-plugin": "3.2.0",
|
|
86
|
-
"expose-loader": "3.1.0",
|
|
87
|
-
"file-loader": "6.2.0",
|
|
88
|
-
"filesize": "8.0.7",
|
|
89
|
-
"fs-extra": "10.1.0",
|
|
90
|
-
"glob": "7.2.3",
|
|
91
|
-
"global-modules": "2.0.0",
|
|
92
|
-
"html-webpack-plugin": "5.5.0",
|
|
93
|
-
"identity-obj-proxy": "3.0.0",
|
|
94
|
-
"jest": "27.5.1",
|
|
63
|
+
"cross-spawn": "^7.0.3",
|
|
64
|
+
"css-loader": "^6.7.3",
|
|
65
|
+
"css-minimizer-webpack-plugin": "^3.4.1",
|
|
66
|
+
"dotenv": "^16.0.3",
|
|
67
|
+
"dotenv-expand": "^8.0.3",
|
|
68
|
+
"eslint": "^8.32.0",
|
|
69
|
+
"eslint-config-enact": "^4.1.3",
|
|
70
|
+
"eslint-plugin-enact": "^1.0.1",
|
|
71
|
+
"eslint-plugin-jest": "^26.6.0",
|
|
72
|
+
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
73
|
+
"eslint-plugin-react": "7.31.11",
|
|
74
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
75
|
+
"eslint-plugin-testing-library": "^5.9.1",
|
|
76
|
+
"eslint-webpack-plugin": "^3.2.0",
|
|
77
|
+
"expose-loader": "^3.1.0",
|
|
78
|
+
"file-loader": "^6.2.0",
|
|
79
|
+
"filesize": "^8.0.7",
|
|
80
|
+
"fs-extra": "^10.1.0",
|
|
81
|
+
"glob": "^7.2.3",
|
|
82
|
+
"global-modules": "^2.0.0",
|
|
83
|
+
"html-webpack-plugin": "^5.5.0",
|
|
84
|
+
"identity-obj-proxy": "^3.0.0",
|
|
85
|
+
"jest": "^27.5.1",
|
|
95
86
|
"jest-watch-typeahead": "0.6.5",
|
|
96
|
-
"less": "4.1.3",
|
|
97
|
-
"less-loader": "8.1.1",
|
|
98
|
-
"less-plugin-npm-import": "2.1.0",
|
|
99
|
-
"license-checker": "25.0.1",
|
|
100
|
-
"mini-css-extract-plugin": "2.
|
|
101
|
-
"minimist": "1.2.
|
|
102
|
-
"node-polyfill-webpack-plugin": "1.1.4",
|
|
103
|
-
"postcss": "8.4.
|
|
104
|
-
"postcss-flexbugs-fixes": "5.0.2",
|
|
105
|
-
"postcss-global-import": "1.0.6",
|
|
106
|
-
"postcss-loader": "6.2.1",
|
|
107
|
-
"postcss-normalize": "10.0.1",
|
|
108
|
-
"postcss-preset-env": "7.
|
|
109
|
-
"postcss-resolution-independence": "1.1.0",
|
|
110
|
-
"postcss-safe-parser": "6.0.0",
|
|
111
|
-
"prompts": "2.4.2",
|
|
112
|
-
"react": "18.2.0",
|
|
113
|
-
"react-dev-utils": "12.0.1",
|
|
114
|
-
"react-dom": "18.2.0",
|
|
115
|
-
"react-refresh": "0.14.0",
|
|
116
|
-
"react-test-renderer": "18.2.0",
|
|
117
|
-
"resolution-independence": "1.0.0",
|
|
118
|
-
"resolve": "1.22.1",
|
|
119
|
-
"sass-loader": "13.0
|
|
120
|
-
"semver": "7.3.
|
|
121
|
-
"source-map-loader": "3.0.1",
|
|
122
|
-
"strip-ansi": "6.0.1",
|
|
123
|
-
"style-loader": "3.3.1",
|
|
124
|
-
"tar": "6.1.
|
|
125
|
-
"terser-webpack-plugin": "5.3.
|
|
126
|
-
"v8-compile-cache": "2.3.0",
|
|
127
|
-
"validate-npm-package-name": "3.0.0",
|
|
128
|
-
"webpack": "5.
|
|
129
|
-
"webpack-dev-server": "4.
|
|
87
|
+
"less": "^4.1.3",
|
|
88
|
+
"less-loader": "^8.1.1",
|
|
89
|
+
"less-plugin-npm-import": "^2.1.0",
|
|
90
|
+
"license-checker": "^25.0.1",
|
|
91
|
+
"mini-css-extract-plugin": "^2.7.2",
|
|
92
|
+
"minimist": "^1.2.7",
|
|
93
|
+
"node-polyfill-webpack-plugin": "^1.1.4",
|
|
94
|
+
"postcss": "^8.4.21",
|
|
95
|
+
"postcss-flexbugs-fixes": "^5.0.2",
|
|
96
|
+
"postcss-global-import": "^1.0.6",
|
|
97
|
+
"postcss-loader": "^6.2.1",
|
|
98
|
+
"postcss-normalize": "^10.0.1",
|
|
99
|
+
"postcss-preset-env": "^7.8.3",
|
|
100
|
+
"postcss-resolution-independence": "^1.1.0",
|
|
101
|
+
"postcss-safe-parser": "^6.0.0",
|
|
102
|
+
"prompts": "^2.4.2",
|
|
103
|
+
"react": "^18.2.0",
|
|
104
|
+
"react-dev-utils": "^12.0.1",
|
|
105
|
+
"react-dom": "^18.2.0",
|
|
106
|
+
"react-refresh": "^0.14.0",
|
|
107
|
+
"react-test-renderer": "^18.2.0",
|
|
108
|
+
"resolution-independence": "^1.0.0",
|
|
109
|
+
"resolve": "^1.22.1",
|
|
110
|
+
"sass-loader": "^13.2.0",
|
|
111
|
+
"semver": "^7.3.8",
|
|
112
|
+
"source-map-loader": "^3.0.1",
|
|
113
|
+
"strip-ansi": "^6.0.1",
|
|
114
|
+
"style-loader": "^3.3.1",
|
|
115
|
+
"tar": "^6.1.13",
|
|
116
|
+
"terser-webpack-plugin": "^5.3.6",
|
|
117
|
+
"v8-compile-cache": "^2.3.0",
|
|
118
|
+
"validate-npm-package-name": "^3.0.0",
|
|
119
|
+
"webpack": "^5.75.0",
|
|
120
|
+
"webpack-dev-server": "^4.11.1"
|
|
130
121
|
},
|
|
131
122
|
"optionalDependencies": {
|
|
132
123
|
"fsevents": "^2.3.2"
|
|
@@ -140,9 +131,9 @@
|
|
|
140
131
|
}
|
|
141
132
|
},
|
|
142
133
|
"devDependencies": {
|
|
143
|
-
"eslint-config-prettier": "8.
|
|
144
|
-
"eslint-plugin-import": "2.
|
|
145
|
-
"eslint-plugin-prettier": "4.2.1",
|
|
146
|
-
"prettier": "2.
|
|
134
|
+
"eslint-config-prettier": "^8.6.0",
|
|
135
|
+
"eslint-plugin-import": "^2.27.5",
|
|
136
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
137
|
+
"prettier": "^2.8.3"
|
|
147
138
|
}
|
|
148
139
|
}
|