@enact/cli 5.1.2 → 6.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enact/cli",
3
- "version": "5.1.2",
3
+ "version": "6.0.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>",
@@ -14,7 +14,7 @@
14
14
  "enact": "./bin/enact.js"
15
15
  },
16
16
  "engines": {
17
- "node": ">=10.16.0"
17
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18
18
  },
19
19
  "publishConfig": {
20
20
  "access": "public"
@@ -44,60 +44,60 @@
44
44
  ],
45
45
  "dependencies": {
46
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",
47
+ "@babel/plugin-transform-modules-commonjs": "^7.21.2",
48
+ "@enact/dev-utils": "^6.0.0",
49
+ "@enact/template-sandstone": "^1.5.3",
50
50
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
51
- "@testing-library/dom": "^8.20.0",
52
51
  "@testing-library/jest-dom": "^5.16.5",
53
- "@testing-library/react": "^13.4.0",
54
- "@testing-library/user-event": "^13.5.0",
55
- "@typescript-eslint/eslint-plugin": "^5.48.2",
56
- "babel-jest": "^27.5.1",
57
- "babel-loader": "^8.2.5",
52
+ "@testing-library/react": "^14.0.0",
53
+ "@testing-library/user-event": "^14.4.3",
54
+ "@typescript-eslint/eslint-plugin": "^5.59.2",
55
+ "babel-jest": "^29.5.0",
56
+ "babel-loader": "^9.1.2",
58
57
  "babel-plugin-dynamic-import-node": "^2.3.3",
59
58
  "babel-plugin-transform-rename-import": "^2.3.0",
60
- "babel-preset-enact": "^0.1.1",
59
+ "babel-preset-enact": "^0.1.2",
61
60
  "case-sensitive-paths-webpack-plugin": "^2.4.0",
62
61
  "chalk": "^4.1.2",
63
62
  "core-js": "3.22.8",
64
63
  "cross-spawn": "^7.0.3",
65
64
  "css-loader": "^6.7.3",
66
- "css-minimizer-webpack-plugin": "^3.4.1",
65
+ "css-minimizer-webpack-plugin": "^5.0.0",
67
66
  "dotenv": "^16.0.3",
68
- "dotenv-expand": "^8.0.3",
69
- "eslint": "^8.32.0",
70
- "eslint-config-enact": "^4.1.3",
71
- "eslint-plugin-enact": "^1.0.1",
72
- "eslint-plugin-jest": "^26.6.0",
67
+ "dotenv-expand": "^10.0.0",
68
+ "eslint": "^8.39.0",
69
+ "eslint-config-enact": "^4.1.5",
70
+ "eslint-plugin-enact": "^1.0.3",
71
+ "eslint-plugin-jest": "^27.2.1",
73
72
  "eslint-plugin-jsx-a11y": "^6.7.1",
74
- "eslint-plugin-react": "7.31.11",
73
+ "eslint-plugin-react": "^7.32.2",
75
74
  "eslint-plugin-react-hooks": "^4.6.0",
76
- "eslint-plugin-testing-library": "^5.9.1",
77
- "eslint-webpack-plugin": "^3.2.0",
78
- "expose-loader": "^3.1.0",
75
+ "eslint-plugin-testing-library": "^5.10.3",
76
+ "eslint-webpack-plugin": "^4.0.1",
77
+ "expose-loader": "^4.1.0",
79
78
  "file-loader": "^6.2.0",
80
- "filesize": "^8.0.7",
81
- "fs-extra": "^10.1.0",
82
- "glob": "^7.2.3",
79
+ "filesize": "^10.0.7",
80
+ "fs-extra": "^11.1.1",
81
+ "glob": "^10.2.2",
83
82
  "global-modules": "^2.0.0",
84
- "html-webpack-plugin": "^5.5.0",
83
+ "html-webpack-plugin": "^5.5.1",
85
84
  "identity-obj-proxy": "^3.0.0",
86
- "jest": "^27.5.1",
87
- "jest-watch-typeahead": "0.6.5",
85
+ "jest": "^29.5.0",
86
+ "jest-environment-jsdom": "^29.5.0",
87
+ "jest-watch-typeahead": "^2.2.2",
88
88
  "less": "^4.1.3",
89
- "less-loader": "^8.1.1",
89
+ "less-loader": "^11.1.0",
90
90
  "less-plugin-npm-import": "^2.1.0",
91
91
  "license-checker": "^25.0.1",
92
- "mini-css-extract-plugin": "^2.7.2",
93
- "minimist": "^1.2.7",
94
- "node-polyfill-webpack-plugin": "^1.1.4",
95
- "postcss": "^8.4.21",
92
+ "mini-css-extract-plugin": "^2.7.5",
93
+ "minimist": "^1.2.8",
94
+ "node-polyfill-webpack-plugin": "^2.0.1",
95
+ "postcss": "^8.4.23",
96
96
  "postcss-flexbugs-fixes": "^5.0.2",
97
97
  "postcss-global-import": "^1.0.6",
98
- "postcss-loader": "^6.2.1",
98
+ "postcss-loader": "^7.2.4",
99
99
  "postcss-normalize": "^10.0.1",
100
- "postcss-preset-env": "^7.8.3",
100
+ "postcss-preset-env": "^8.3.2",
101
101
  "postcss-resolution-independence": "^1.1.0",
102
102
  "postcss-safe-parser": "^6.0.0",
103
103
  "prompts": "^2.4.2",
@@ -107,24 +107,23 @@
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.1",
111
- "sass-loader": "^13.2.0",
112
- "semver": "^7.3.8",
113
- "source-map-loader": "^3.0.1",
110
+ "resolve": "^1.22.2",
111
+ "sass-loader": "^13.2.2",
112
+ "semver": "^7.5.0",
113
+ "source-map-loader": "^4.0.1",
114
114
  "strip-ansi": "^6.0.1",
115
- "style-loader": "^3.3.1",
115
+ "style-loader": "^3.3.2",
116
116
  "tar": "^6.1.13",
117
- "terser-webpack-plugin": "^5.3.6",
118
- "v8-compile-cache": "^2.3.0",
119
- "validate-npm-package-name": "^3.0.0",
120
- "webpack": "^5.75.0",
121
- "webpack-dev-server": "^4.11.1"
117
+ "terser-webpack-plugin": "^5.3.7",
118
+ "validate-npm-package-name": "^5.0.0",
119
+ "webpack": "^5.81.0",
120
+ "webpack-dev-server": "^4.13.3"
122
121
  },
123
122
  "optionalDependencies": {
124
123
  "fsevents": "^2.3.2"
125
124
  },
126
125
  "peerDependencies": {
127
- "typescript": "^3.2.1 || ^4"
126
+ "typescript": "^3.2.1 || ^4 || ^5"
128
127
  },
129
128
  "peerDependenciesMeta": {
130
129
  "typescript": {
@@ -132,9 +131,9 @@
132
131
  }
133
132
  },
134
133
  "devDependencies": {
135
- "eslint-config-prettier": "^8.6.0",
134
+ "eslint-config-prettier": "^8.8.0",
136
135
  "eslint-plugin-import": "^2.27.5",
137
136
  "eslint-plugin-prettier": "^4.2.1",
138
- "prettier": "^2.8.3"
137
+ "prettier": "^2.8.8"
139
138
  }
140
139
  }