@enact/cli 4.1.2 → 4.1.7

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": "4.1.2",
3
+ "version": "4.1.7",
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>",
@@ -55,7 +55,7 @@
55
55
  "@babel/preset-react": "7.12.1",
56
56
  "@babel/preset-typescript": "7.12.1",
57
57
  "@babel/runtime": "7.12.1",
58
- "@enact/dev-utils": "4.1.1",
58
+ "@enact/dev-utils": "4.1.4",
59
59
  "@enact/template-sandstone": "1.0.0",
60
60
  "@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
61
61
  "@testing-library/jest-dom": "^5.14.1",
@@ -81,12 +81,13 @@
81
81
  "dotenv-expand": "5.1.0",
82
82
  "enzyme": "3.11.0",
83
83
  "eslint": "7.11.0",
84
- "eslint-config-enact": "3.0.1",
84
+ "eslint-config-enact": "3.1.3",
85
85
  "eslint-plugin-babel": "5.3.1",
86
- "eslint-plugin-enact": "0.2.1",
86
+ "eslint-plugin-enact": "0.2.3",
87
87
  "eslint-plugin-jsx-a11y": "6.3.1",
88
88
  "eslint-plugin-react": "7.21.5",
89
89
  "eslint-plugin-react-hooks": "4.2.0",
90
+ "eslint-plugin-testing-library": "3.10.2",
90
91
  "eslint-webpack-plugin": "2.4.3",
91
92
  "expose-loader": "1.0.0",
92
93
  "file-loader": "6.1.1",
@@ -106,10 +107,11 @@
106
107
  "mini-css-extract-plugin": "0.11.3",
107
108
  "minimist": "1.2.5",
108
109
  "optimize-css-assets-webpack-plugin": "5.0.3",
109
- "postcss-flexbugs-fixes": "4.2.1",
110
+ "postcss": "8.3.5",
111
+ "postcss-flexbugs-fixes": "5.0.2",
110
112
  "postcss-global-import": "1.0.6",
111
- "postcss-loader": "3.0.0",
112
- "postcss-normalize": "9.0.0",
113
+ "postcss-loader": "4.2.0",
114
+ "postcss-normalize": "10.0.1",
113
115
  "postcss-preset-env": "6.7.0",
114
116
  "postcss-resolution-independence": "1.0.0",
115
117
  "postcss-safe-parser": "5.0.2",
@@ -122,7 +124,6 @@
122
124
  "react-test-renderer": "17.0.1",
123
125
  "resolution-independence": "1.0.0",
124
126
  "resolve": "1.17.0",
125
- "sanitize.css": "^12.0.1",
126
127
  "semver": "7.3.2",
127
128
  "strip-ansi": "6.0.0",
128
129
  "style-loader": "1.2.1",