chore(deps-dev): bump prettier-plugin-organize-imports from 3.0.0 to 3.0.1 (#310)

* chore(deps-dev): bump prettier-plugin-organize-imports

Bumps [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases)
- [Commits](https://github.com/simonhaenisch/prettier-plugin-organize-imports/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: prettier-plugin-organize-imports
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: increase maximum test time

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: arthurfiorette <arthur.fiorette@gmail.com>
This commit is contained in:
dependabot[bot] 2022-08-02 09:25:05 -03:00 committed by GitHub
parent 0ae26a885c
commit ed17fa2683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -287,7 +287,9 @@ describe('Last-Modified handling', () => {
expect(newResponse.id).toBe(id);
expect(newResponse.data).not.toBe(cache.data);
expect(newResponse.status).toBe(503);
});
// Increase the maximum time because some CI services may have slow internet.
}, 10_000);
it('expects that the cache is marked as stale', async () => {
const axios = setupCache(Axios.create(), {

View File

@ -3537,9 +3537,9 @@ prettier-plugin-jsdoc@^0.3.30:
mdast-util-from-markdown "^1.2.0"
prettier-plugin-organize-imports@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-3.0.0.tgz#39739423cc7069f2a3bfa58d14f8a502ff163df2"
integrity sha512-juSCJs5TMOqGGPaN/A/1xzWFzRPH2LG1LPLCr64dzKaVnPafJdtgDNmDVlU+8A4LbQzVJg0DTvgA8swBuIUhlg==
version "3.0.1"
resolved "https://registry.yarnpkg.com/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-3.0.1.tgz#52e1faa57742ad36925b40ddcd7c044cb527af22"
integrity sha512-pdMWKtoHRQ+9y1WB3mA1wzMkjzJzB4ycfOPlfZpmzq+YFZQIpkszJJQQHQ8EYVyULlLohlOnAxSmXfaKWpRAAw==
prettier@^2.5.1:
version "2.7.1"