@enact/cli 6.1.2 → 7.0.0-alpha.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enact/cli",
3
- "version": "6.1.2",
3
+ "version": "7.0.0-alpha.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": "^14.17.0 || ^16.13.0 || >=18.0.0"
17
+ "node": ">= 18.12.0"
18
18
  },
19
19
  "publishConfig": {
20
20
  "access": "public"
@@ -43,34 +43,34 @@
43
43
  "upupdowndownleftrightleftrightbastart"
44
44
  ],
45
45
  "dependencies": {
46
- "@babel/plugin-transform-modules-commonjs": "^7.23.3",
47
- "@enact/dev-utils": "^6.1.0",
48
- "@enact/template-sandstone": "^2.8.0",
49
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
50
- "@testing-library/jest-dom": "^6.2.0",
51
- "@testing-library/react": "^14.1.2",
46
+ "@babel/plugin-transform-modules-commonjs": "^7.24.7",
47
+ "@enact/dev-utils": "^7.0.0-alpha.1",
48
+ "@enact/template-sandstone": "^3.0.0-alpha.1",
49
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
50
+ "@testing-library/jest-dom": "^6.4.6",
51
+ "@testing-library/react": "^15.0.7",
52
52
  "@testing-library/user-event": "^14.5.2",
53
53
  "babel-jest": "^29.7.0",
54
54
  "babel-loader": "^9.1.3",
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.7",
57
+ "babel-preset-enact": "^0.1.8",
58
58
  "case-sensitive-paths-webpack-plugin": "^2.4.0",
59
59
  "chalk": "^5.3.0",
60
60
  "core-js": "3.22.8",
61
61
  "cross-spawn": "^7.0.3",
62
- "css-loader": "^6.8.1",
63
- "css-minimizer-webpack-plugin": "^5.0.1",
64
- "dotenv": "^16.3.1",
65
- "dotenv-expand": "^10.0.0",
66
- "eslint": "^8.56.0",
67
- "eslint-config-enact": "^4.2.1",
68
- "eslint-webpack-plugin": "^4.0.1",
69
- "expose-loader": "^4.1.0",
62
+ "css-loader": "^7.1.2",
63
+ "css-minimizer-webpack-plugin": "^6.0.0",
64
+ "dotenv": "^16.4.5",
65
+ "dotenv-expand": "^11.0.6",
66
+ "eslint": "^8.57.0",
67
+ "eslint-config-enact": "^5.0.0-alpha.1",
68
+ "eslint-webpack-plugin": "^4.2.0",
69
+ "expose-loader": "^5.0.0",
70
70
  "file-loader": "^6.2.0",
71
- "filesize": "^10.1.0",
71
+ "filesize": "^10.1.2",
72
72
  "fs-extra": "^11.2.0",
73
- "glob": "^10.3.10",
73
+ "glob": "^10.4.2",
74
74
  "global-modules": "^2.0.0",
75
75
  "html-webpack-plugin": "^5.6.0",
76
76
  "identity-obj-proxy": "^3.0.0",
@@ -78,37 +78,37 @@
78
78
  "jest-environment-jsdom": "^29.7.0",
79
79
  "jest-watch-typeahead": "^2.2.2",
80
80
  "less": "^4.2.0",
81
- "less-loader": "^11.1.4",
81
+ "less-loader": "^12.2.0",
82
82
  "less-plugin-npm-import": "^2.1.0",
83
83
  "license-checker": "^25.0.1",
84
- "mini-css-extract-plugin": "^2.7.6",
84
+ "mini-css-extract-plugin": "^2.9.0",
85
85
  "minimist": "^1.2.8",
86
86
  "node-polyfill-webpack-plugin": "^3.0.0",
87
- "postcss": "^8.4.32",
87
+ "postcss": "^8.4.39",
88
88
  "postcss-flexbugs-fixes": "^5.0.2",
89
89
  "postcss-global-import": "^1.0.6",
90
- "postcss-loader": "^7.3.4",
90
+ "postcss-loader": "^8.1.1",
91
91
  "postcss-normalize": "^10.0.1",
92
- "postcss-preset-env": "^9.3.0",
93
- "postcss-resolution-independence": "^1.1.5",
92
+ "postcss-preset-env": "^9.5.15",
93
+ "postcss-resolution-independence": "^1.1.6",
94
94
  "prompts": "^2.4.2",
95
- "react": "^18.2.0",
95
+ "react": "^18.3.1",
96
96
  "react-dev-utils": "^12.0.1",
97
- "react-dom": "^18.2.0",
98
- "react-refresh": "^0.14.0",
99
- "react-test-renderer": "^18.2.0",
97
+ "react-dom": "^18.3.1",
98
+ "react-refresh": "^0.14.2",
99
+ "react-test-renderer": "^18.3.1",
100
100
  "resolution-independence": "^1.0.0",
101
101
  "resolve": "^1.22.8",
102
- "sass-loader": "^13.3.3",
103
- "semver": "^7.5.4",
104
- "source-map-loader": "^4.0.2",
102
+ "sass-loader": "^14.2.1",
103
+ "semver": "^7.6.3",
104
+ "source-map-loader": "^5.0.0",
105
105
  "strip-ansi": "^7.1.0",
106
- "style-loader": "^3.3.3",
107
- "tar": "^6.2.0",
106
+ "style-loader": "^4.0.0",
107
+ "tar": "^7.0.1",
108
108
  "terser-webpack-plugin": "^5.3.10",
109
- "validate-npm-package-name": "^5.0.0",
110
- "webpack": "^5.89.0",
111
- "webpack-dev-server": "^4.15.1"
109
+ "validate-npm-package-name": "^5.0.1",
110
+ "webpack": "^5.93.0",
111
+ "webpack-dev-server": "^5.0.4"
112
112
  },
113
113
  "optionalDependencies": {
114
114
  "fsevents": "^2.3.3"
@@ -124,7 +124,7 @@
124
124
  "devDependencies": {
125
125
  "eslint-config-prettier": "^9.1.0",
126
126
  "eslint-plugin-import": "^2.29.1",
127
- "eslint-plugin-prettier": "^5.1.2",
128
- "prettier": "^3.1.1"
127
+ "eslint-plugin-prettier": "^5.1.3",
128
+ "prettier": "^3.3.2"
129
129
  }
130
130
  }