Skip to content

Commit 4420312

Browse files
authoredMay 2, 2022
fix(deps): bump jsx-ast-utils from 3.2.2 to 3.3.0 (#275)
Bumps [jsx-ast-utils](https://github.com/jsx-eslint/jsx-ast-utils) from 3.2.2 to 3.3.0. - [Release notes](https://github.com/jsx-eslint/jsx-ast-utils/releases) - [Changelog](https://github.com/jsx-eslint/jsx-ast-utils/blob/main/CHANGELOG.md) - [Commits](jsx-eslint/jsx-ast-utils@v3.2.2...v3.3.0) --- updated-dependencies: - dependency-name: jsx-ast-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 050ce48 commit 4420312

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed
 

‎package-lock.json

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

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@typescript-eslint/experimental-utils": "^5.21.0",
39-
"jsx-ast-utils": "^3.2.2"
39+
"jsx-ast-utils": "^3.3.0"
4040
},
4141
"devDependencies": {
4242
"@commitlint/cli": "^16.2.4",

0 commit comments

Comments
 (0)
Please sign in to comment.