Skip to content

Commit

Permalink
chore: release 1.4.2 (#51)
Browse files Browse the repository at this point in the history
* chore: release 1.4.2

* chore: restore debug version

---------

Co-authored-by: sloops77 <andres.olave@thinkingbytes.net>
  • Loading branch information
sloops77 and sloops77 authored Jun 2, 2024
1 parent f78c813 commit 5662758
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-better-mutation",
"version": "1.4.0",
"version": "1.4.2",
"description": "ESLint rules for controlling where and how mutation is used.",
"license": "MIT",
"repository": "sloops77/eslint-plugin-better-mutation",
Expand Down Expand Up @@ -43,10 +43,10 @@
],
"dependencies": {
"create-eslint-index": "~1.0.0",
"debug": "~4.3.5",
"eslint-ast-utils": "~1.1.0",
"import-modules": "~2.0.0",
"lodash": "~4.17.21",
"debug": "~4.3.1"
"lodash": "~4.17.21"
},
"devDependencies": {
"@ava/babel": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ date-time@^3.1.0:
dependencies:
time-zone "^1.0.0"

debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@~4.3.1:
debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@~4.3.5:
version "4.3.5"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e"
integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==
Expand Down

0 comments on commit 5662758

Please sign in to comment.