@enact/cli 5.1.1 → 5.1.3

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.1",
3
+ "version": "5.1.3",
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>",
@@ -44,19 +44,20 @@
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",
47
+ "@babel/plugin-transform-modules-commonjs": "^7.21.2",
48
+ "@enact/dev-utils": "^5.1.2",
49
49
  "@enact/template-sandstone": "^1.5.2",
50
50
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
51
+ "@testing-library/dom": "^8.20.0",
51
52
  "@testing-library/jest-dom": "^5.16.5",
52
53
  "@testing-library/react": "^13.4.0",
53
54
  "@testing-library/user-event": "^13.5.0",
54
- "@typescript-eslint/eslint-plugin": "^5.48.2",
55
+ "@typescript-eslint/eslint-plugin": "^5.54.1",
55
56
  "babel-jest": "^27.5.1",
56
57
  "babel-loader": "^8.2.5",
57
58
  "babel-plugin-dynamic-import-node": "^2.3.3",
58
59
  "babel-plugin-transform-rename-import": "^2.3.0",
59
- "babel-preset-enact": "^0.1.0",
60
+ "babel-preset-enact": "^0.1.1",
60
61
  "case-sensitive-paths-webpack-plugin": "^2.4.0",
61
62
  "chalk": "^4.1.2",
62
63
  "core-js": "3.22.8",
@@ -65,14 +66,14 @@
65
66
  "css-minimizer-webpack-plugin": "^3.4.1",
66
67
  "dotenv": "^16.0.3",
67
68
  "dotenv-expand": "^8.0.3",
68
- "eslint": "^8.32.0",
69
- "eslint-config-enact": "^4.1.3",
70
- "eslint-plugin-enact": "^1.0.1",
69
+ "eslint": "^8.35.0",
70
+ "eslint-config-enact": "^4.1.4",
71
+ "eslint-plugin-enact": "^1.0.2",
71
72
  "eslint-plugin-jest": "^26.6.0",
72
73
  "eslint-plugin-jsx-a11y": "^6.7.1",
73
- "eslint-plugin-react": "7.31.11",
74
+ "eslint-plugin-react": "^7.32.2",
74
75
  "eslint-plugin-react-hooks": "^4.6.0",
75
- "eslint-plugin-testing-library": "^5.9.1",
76
+ "eslint-plugin-testing-library": "^5.10.2",
76
77
  "eslint-webpack-plugin": "^3.2.0",
77
78
  "expose-loader": "^3.1.0",
78
79
  "file-loader": "^6.2.0",
@@ -88,8 +89,8 @@
88
89
  "less-loader": "^8.1.1",
89
90
  "less-plugin-npm-import": "^2.1.0",
90
91
  "license-checker": "^25.0.1",
91
- "mini-css-extract-plugin": "^2.7.2",
92
- "minimist": "^1.2.7",
92
+ "mini-css-extract-plugin": "^2.7.3",
93
+ "minimist": "^1.2.8",
93
94
  "node-polyfill-webpack-plugin": "^1.1.4",
94
95
  "postcss": "^8.4.21",
95
96
  "postcss-flexbugs-fixes": "^5.0.2",
@@ -113,10 +114,10 @@
113
114
  "strip-ansi": "^6.0.1",
114
115
  "style-loader": "^3.3.1",
115
116
  "tar": "^6.1.13",
116
- "terser-webpack-plugin": "^5.3.6",
117
+ "terser-webpack-plugin": "^5.3.7",
117
118
  "v8-compile-cache": "^2.3.0",
118
119
  "validate-npm-package-name": "^3.0.0",
119
- "webpack": "^5.75.0",
120
+ "webpack": "^5.76.0",
120
121
  "webpack-dev-server": "^4.11.1"
121
122
  },
122
123
  "optionalDependencies": {
@@ -131,9 +132,9 @@
131
132
  }
132
133
  },
133
134
  "devDependencies": {
134
- "eslint-config-prettier": "^8.6.0",
135
+ "eslint-config-prettier": "^8.7.0",
135
136
  "eslint-plugin-import": "^2.27.5",
136
137
  "eslint-plugin-prettier": "^4.2.1",
137
- "prettier": "^2.8.3"
138
+ "prettier": "^2.8.4"
138
139
  }
139
140
  }