Skip to content

Commit

Permalink
Bump eslint-plugin-vitest from 0.2.8 to 0.3.1 in /client/web/antrea-ui (
Browse files Browse the repository at this point in the history
#111)

Bumps [eslint-plugin-vitest](https://github.com/veritem/eslint-plugin-vitest) from 0.2.8 to 0.3.1.
- [Release notes](https://github.com/veritem/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v0.2.8...v0.3.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 98c7223 commit c20ef98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion client/web/antrea-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"eslint": "^8.48.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-vitest": "^0.2.8",
"eslint-plugin-vitest": "^0.3.1",
"jsdom": "^22.1.0",
"nock": "^13.3.3",
"rollup-plugin-visualizer": "^5.9.2",
Expand Down
13 changes: 7 additions & 6 deletions client/web/antrea-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@
semver "^7.5.4"
ts-api-utils "^1.0.1"

"@typescript-eslint/utils@6.7.3", "@typescript-eslint/utils@^6.2.0":
"@typescript-eslint/utils@6.7.3", "@typescript-eslint/utils@^6.5.0":
version "6.7.3"
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.3.tgz#96c655816c373135b07282d67407cb577f62e143"
integrity sha512-vzLkVder21GpWRrmSR9JxGZ5+ibIUSudXlW52qeKpzUEQhRSmyZiVDDj3crAth7+5tmN1ulvgKaCU2f/bPRCzg==
Expand Down Expand Up @@ -2083,12 +2083,13 @@ eslint-plugin-react@^7.33.2:
semver "^6.3.1"
string.prototype.matchall "^4.0.8"

eslint-plugin-vitest@^0.2.8:
version "0.2.8"
resolved "https://registry.yarnpkg.com/eslint-plugin-vitest/-/eslint-plugin-vitest-0.2.8.tgz#2caa1b4ad25e5783d102f797cd109bb07a212b00"
integrity sha512-q8s4tStyKtn3gXf+8nf1ZYTHhoCXKdnozZzp6u8b4ni5v68Y4vxhNh4Z8njUfNjEY8HoPBB77MazHMR23IPb+g==
eslint-plugin-vitest@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-vitest/-/eslint-plugin-vitest-0.3.1.tgz#fbbb72bbb444f5e6c37b8ddf79e4ee13bf1a3d3f"
integrity sha512-GeR3zISHmqUGWK2sfW+eyCZivMqiQYzPf9UttHXBiEyMveS/jkKLHCrHUllwr3Hz1+i0zoseANd2xL0cFha8Eg==
dependencies:
"@typescript-eslint/utils" "^6.2.0"
"@typescript-eslint/utils" "^6.5.0"
typescript "^5.2.2"

eslint-scope@^7.2.2:
version "7.2.2"
Expand Down

0 comments on commit c20ef98

Please sign in to comment.