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