@enact/cli 5.1.0 → 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.1.0",
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,45 +43,36 @@
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.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/jest-dom": "^5.16.5",
52
+ "@testing-library/react": "^13.4.0",
61
53
  "@testing-library/user-event": "^13.5.0",
62
- "@typescript-eslint/eslint-plugin": "^5.30.7",
54
+ "@typescript-eslint/eslint-plugin": "^5.48.2",
63
55
  "babel-jest": "^27.5.1",
64
56
  "babel-loader": "^8.2.5",
65
- "babel-plugin-dev-expression": "^0.2.3",
66
57
  "babel-plugin-dynamic-import-node": "^2.3.3",
67
- "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
68
58
  "babel-plugin-transform-rename-import": "^2.3.0",
59
+ "babel-preset-enact": "^0.1.0",
69
60
  "case-sensitive-paths-webpack-plugin": "^2.4.0",
70
61
  "chalk": "^4.1.2",
71
62
  "core-js": "3.22.8",
72
63
  "cross-spawn": "^7.0.3",
73
- "css-loader": "^6.7.1",
64
+ "css-loader": "^6.7.3",
74
65
  "css-minimizer-webpack-plugin": "^3.4.1",
75
- "dotenv": "^16.0.1",
66
+ "dotenv": "^16.0.3",
76
67
  "dotenv-expand": "^8.0.3",
77
- "eslint": "^8.20.0",
78
- "eslint-config-enact": "^4.1.2",
68
+ "eslint": "^8.32.0",
69
+ "eslint-config-enact": "^4.1.3",
79
70
  "eslint-plugin-enact": "^1.0.1",
80
71
  "eslint-plugin-jest": "^26.6.0",
81
- "eslint-plugin-jsx-a11y": "^6.6.0",
82
- "eslint-plugin-react": "^7.30.1",
72
+ "eslint-plugin-jsx-a11y": "^6.7.1",
73
+ "eslint-plugin-react": "7.31.11",
83
74
  "eslint-plugin-react-hooks": "^4.6.0",
84
- "eslint-plugin-testing-library": "^5.5.1",
75
+ "eslint-plugin-testing-library": "^5.9.1",
85
76
  "eslint-webpack-plugin": "^3.2.0",
86
77
  "expose-loader": "^3.1.0",
87
78
  "file-loader": "^6.2.0",
@@ -97,15 +88,15 @@
97
88
  "less-loader": "^8.1.1",
98
89
  "less-plugin-npm-import": "^2.1.0",
99
90
  "license-checker": "^25.0.1",
100
- "mini-css-extract-plugin": "^2.6.1",
101
- "minimist": "^1.2.6",
91
+ "mini-css-extract-plugin": "^2.7.2",
92
+ "minimist": "^1.2.7",
102
93
  "node-polyfill-webpack-plugin": "^1.1.4",
103
- "postcss": "^8.4.14",
94
+ "postcss": "^8.4.21",
104
95
  "postcss-flexbugs-fixes": "^5.0.2",
105
96
  "postcss-global-import": "^1.0.6",
106
97
  "postcss-loader": "^6.2.1",
107
98
  "postcss-normalize": "^10.0.1",
108
- "postcss-preset-env": "^7.7.2",
99
+ "postcss-preset-env": "^7.8.3",
109
100
  "postcss-resolution-independence": "^1.1.0",
110
101
  "postcss-safe-parser": "^6.0.0",
111
102
  "prompts": "^2.4.2",
@@ -116,17 +107,17 @@
116
107
  "react-test-renderer": "^18.2.0",
117
108
  "resolution-independence": "^1.0.0",
118
109
  "resolve": "^1.22.1",
119
- "sass-loader": "^13.0.2",
120
- "semver": "^7.3.7",
110
+ "sass-loader": "^13.2.0",
111
+ "semver": "^7.3.8",
121
112
  "source-map-loader": "^3.0.1",
122
113
  "strip-ansi": "^6.0.1",
123
114
  "style-loader": "^3.3.1",
124
- "tar": "^6.1.11",
125
- "terser-webpack-plugin": "^5.3.3",
115
+ "tar": "^6.1.13",
116
+ "terser-webpack-plugin": "^5.3.6",
126
117
  "v8-compile-cache": "^2.3.0",
127
118
  "validate-npm-package-name": "^3.0.0",
128
- "webpack": "^5.73.0",
129
- "webpack-dev-server": "^4.9.3"
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",
134
+ "eslint-config-prettier": "^8.6.0",
135
+ "eslint-plugin-import": "^2.27.5",
145
136
  "eslint-plugin-prettier": "^4.2.1",
146
- "prettier": "^2.7.1"
137
+ "prettier": "^2.8.3"
147
138
  }
148
139
  }