@enact/cli 5.0.1 → 5.1.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,10 +1,14 @@
1
1
  {
2
2
  "name": "@enact/cli",
3
- "version": "5.0.1",
3
+ "version": "5.1.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>",
7
- "repository": "https://github.com/enactjs/cli",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/enactjs/cli.git"
10
+ },
11
+ "homepage": "https://enactjs.com",
8
12
  "license": "Apache-2.0",
9
13
  "bin": {
10
14
  "enact": "./bin/enact.js"
@@ -39,23 +43,23 @@
39
43
  "upupdowndownleftrightleftrightbastart"
40
44
  ],
41
45
  "dependencies": {
42
- "@babel/core": "^7.18.13",
43
- "@babel/eslint-plugin": "^7.18.10",
44
- "@babel/plugin-proposal-decorators": "^7.18.10",
45
- "@babel/plugin-proposal-export-default-from": "^7.18.10",
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",
46
50
  "@babel/plugin-transform-react-inline-elements": "^7.18.6",
47
- "@babel/plugin-transform-runtime": "^7.18.10",
48
- "@babel/preset-env": "^7.18.10",
51
+ "@babel/plugin-transform-runtime": "^7.18.9",
52
+ "@babel/preset-env": "^7.18.9",
49
53
  "@babel/preset-react": "^7.18.6",
50
54
  "@babel/preset-typescript": "^7.18.6",
51
55
  "@babel/runtime": "^7.18.9",
52
- "@enact/dev-utils": "^5.0.1",
56
+ "@enact/dev-utils": "^5.1.0",
53
57
  "@enact/template-sandstone": "^1.5.1",
54
58
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
55
- "@testing-library/jest-dom": "^5.16.5",
59
+ "@testing-library/jest-dom": "^5.16.4",
56
60
  "@testing-library/react": "^13.3.0",
57
61
  "@testing-library/user-event": "^13.5.0",
58
- "@typescript-eslint/eslint-plugin": "^5.35.1",
62
+ "@typescript-eslint/eslint-plugin": "^5.30.7",
59
63
  "babel-jest": "^27.5.1",
60
64
  "babel-loader": "^8.2.5",
61
65
  "babel-plugin-dev-expression": "^0.2.3",
@@ -64,20 +68,20 @@
64
68
  "babel-plugin-transform-rename-import": "^2.3.0",
65
69
  "case-sensitive-paths-webpack-plugin": "^2.4.0",
66
70
  "chalk": "^4.1.2",
67
- "core-js": "3.25.0",
71
+ "core-js": "3.22.8",
68
72
  "cross-spawn": "^7.0.3",
69
73
  "css-loader": "^6.7.1",
70
74
  "css-minimizer-webpack-plugin": "^3.4.1",
71
75
  "dotenv": "^16.0.1",
72
76
  "dotenv-expand": "^8.0.3",
73
- "eslint": "^8.23.0",
77
+ "eslint": "^8.20.0",
74
78
  "eslint-config-enact": "^4.1.2",
75
79
  "eslint-plugin-enact": "^1.0.1",
76
- "eslint-plugin-jest": "^26.8.7",
77
- "eslint-plugin-jsx-a11y": "^6.6.1",
78
- "eslint-plugin-react": "^7.31.1",
80
+ "eslint-plugin-jest": "^26.6.0",
81
+ "eslint-plugin-jsx-a11y": "^6.6.0",
82
+ "eslint-plugin-react": "^7.30.1",
79
83
  "eslint-plugin-react-hooks": "^4.6.0",
80
- "eslint-plugin-testing-library": "^5.6.0",
84
+ "eslint-plugin-testing-library": "^5.5.1",
81
85
  "eslint-webpack-plugin": "^3.2.0",
82
86
  "expose-loader": "^3.1.0",
83
87
  "file-loader": "^6.2.0",
@@ -96,12 +100,12 @@
96
100
  "mini-css-extract-plugin": "^2.6.1",
97
101
  "minimist": "^1.2.6",
98
102
  "node-polyfill-webpack-plugin": "^1.1.4",
99
- "postcss": "^8.4.16",
103
+ "postcss": "^8.4.14",
100
104
  "postcss-flexbugs-fixes": "^5.0.2",
101
105
  "postcss-global-import": "^1.0.6",
102
106
  "postcss-loader": "^6.2.1",
103
107
  "postcss-normalize": "^10.0.1",
104
- "postcss-preset-env": "^7.8.0",
108
+ "postcss-preset-env": "^7.7.2",
105
109
  "postcss-resolution-independence": "^1.1.0",
106
110
  "postcss-safe-parser": "^6.0.0",
107
111
  "prompts": "^2.4.2",
@@ -118,11 +122,11 @@
118
122
  "strip-ansi": "^6.0.1",
119
123
  "style-loader": "^3.3.1",
120
124
  "tar": "^6.1.11",
121
- "terser-webpack-plugin": "^5.3.6",
125
+ "terser-webpack-plugin": "^5.3.3",
122
126
  "v8-compile-cache": "^2.3.0",
123
127
  "validate-npm-package-name": "^3.0.0",
124
- "webpack": "5.73.0",
125
- "webpack-dev-server": "4.9.3"
128
+ "webpack": "^5.73.0",
129
+ "webpack-dev-server": "^4.9.3"
126
130
  },
127
131
  "optionalDependencies": {
128
132
  "fsevents": "^2.3.2"