@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enact/cli",
3
- "version": "5.0.2",
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/core": "7.18.9",
47
- "@babel/eslint-plugin": "7.17.7",
48
- "@babel/plugin-proposal-decorators": "7.18.9",
49
- "@babel/plugin-proposal-export-default-from": "7.18.9",
50
- "@babel/plugin-transform-react-inline-elements": "7.18.6",
51
- "@babel/plugin-transform-runtime": "7.18.9",
52
- "@babel/preset-env": "7.18.9",
53
- "@babel/preset-react": "7.18.6",
54
- "@babel/preset-typescript": "7.18.6",
55
- "@babel/runtime": "7.18.9",
56
- "@enact/dev-utils": "5.0.2",
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",
61
- "@testing-library/user-event": "13.5.0",
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.1",
74
- "css-minimizer-webpack-plugin": "3.4.1",
75
- "dotenv": "16.0.1",
76
- "dotenv-expand": "8.0.3",
77
- "eslint": "8.20.0",
78
- "eslint-config-enact": "4.1.2",
79
- "eslint-plugin-enact": "1.0.1",
80
- "eslint-plugin-jest": "26.6.0",
81
- "eslint-plugin-jsx-a11y": "6.6.0",
82
- "eslint-plugin-react": "7.30.1",
83
- "eslint-plugin-react-hooks": "4.6.0",
84
- "eslint-plugin-testing-library": "5.5.1",
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.6.1",
101
- "minimist": "1.2.6",
102
- "node-polyfill-webpack-plugin": "1.1.4",
103
- "postcss": "8.4.14",
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.7.2",
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.2",
120
- "semver": "7.3.7",
121
- "source-map-loader": "3.0.1",
122
- "strip-ansi": "6.0.1",
123
- "style-loader": "3.3.1",
124
- "tar": "6.1.11",
125
- "terser-webpack-plugin": "5.3.3",
126
- "v8-compile-cache": "2.3.0",
127
- "validate-npm-package-name": "3.0.0",
128
- "webpack": "5.73.0",
129
- "webpack-dev-server": "4.9.3"
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.5.0",
144
- "eslint-plugin-import": "2.26.0",
145
- "eslint-plugin-prettier": "4.2.1",
146
- "prettier": "2.7.1"
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
  }