Skip to content

Commit 124a12c

Browse files
committed
Merge branch 'master' into develop
2 parents c95c2f1 + e09f76d commit 124a12c

File tree

3 files changed

+38
-81
lines changed

3 files changed

+38
-81
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
The following is a curated list of changes in the Enact eslint config:
44

5+
## [5.0.0-alpha.4] (January 17, 2025)
6+
7+
* Updated dependencies.
8+
59
## [5.0.0-alpha.3] (January 15, 2025)
610

711
* Updated `react` dependency to `^19.0.0`

npm-shrinkwrap.json

+32-79
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-enact",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "ESLint config for Enact",
55
"main": "index.js",
66
"scripts": {
@@ -29,7 +29,7 @@
2929
"@stylistic/eslint-plugin-js": "^2.10.1",
3030
"@typescript-eslint/eslint-plugin": "^8.14.0",
3131
"@typescript-eslint/parser": "^8.14.0",
32-
"babel-preset-enact": "^0.1.9",
32+
"babel-preset-enact": "^0.1.10",
3333
"eslint": "^8.57.1",
3434
"eslint-plugin-enact": "^2.0.0-alpha.1",
3535
"eslint-plugin-jest": "^28.9.0",

0 commit comments

Comments
 (0)