Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
chore(deps): bump @beemo/driver-prettier from 2.0.3 to 2.0.4 (#645)
Browse files Browse the repository at this point in the history
Bumps [@beemo/driver-prettier](https://github.com/beemojs/beemo/tree/HEAD/packages/driver-prettier) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/beemojs/beemo/releases)
- [Changelog](https://github.com/beemojs/beemo/blob/master/packages/driver-prettier/CHANGELOG.md)
- [Commits](https://github.com/beemojs/beemo/commits/@beemo/driver-prettier@2.0.4/packages/driver-prettier)

---
updated-dependencies:
- dependency-name: "@beemo/driver-prettier"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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] committed Dec 2, 2021
1 parent b199a2b commit f942024
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@beemo/driver-babel": "2.0.3",
"@beemo/driver-eslint": "2.0.2",
"@beemo/driver-jest": "2.0.2",
"@beemo/driver-prettier": "2.0.3",
"@beemo/driver-prettier": "2.0.4",
"@beemo/driver-typescript": "2.0.1",
"@types/eslint": "^7.28.2",
"@types/jest": "^27.0.2",
Expand Down
24 changes: 19 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1110,12 +1110,12 @@
dependencies:
"@jest/types" "^27.2.5"

"@beemo/driver-prettier@2.0.3":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@beemo/driver-prettier/-/driver-prettier-2.0.3.tgz#e7bb1dc38af9526b15616dceeb8905551f21fa39"
integrity sha512-ULzMPfgWIbYkRqaBO/vjRrZ6/nHY7AZoMppsKxKwhW+/QsznJU/qCEy/IJ1j7J+5Bgr5M5VDC4DPl+Q66qhNPQ==
"@beemo/driver-prettier@2.0.4":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@beemo/driver-prettier/-/driver-prettier-2.0.4.tgz#66029b3a905334f5c060c6ba024a6cd27d847d35"
integrity sha512-Jq8A9qVTBKM6fSASB7fkOu1+1qqsqsPUqi54fhfdxBJwTwXo2+a8C1G55xwDjGev3dV6Ey1qUloEDKJsnpujeA==
dependencies:
"@boost/event" "^2.3.3"
"@boost/event" "^3.0.0"
"@types/prettier" "^2.4.1"

"@beemo/driver-typescript@2.0.1":
Expand Down Expand Up @@ -1198,13 +1198,27 @@
dependencies:
"@boost/internal" "^2.2.3"

"@boost/event@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@boost/event/-/event-3.0.0.tgz#2250545dbf9ace9a5f7723c49ef98843d6d4d69e"
integrity sha512-6ca817aFzUeTfQjgkdD5amay/V1GNc22A8pfQlSzs40QzD7mA9Ky2sX1Ue/5l/zu8kohuCzqhL/qQrpXnzqdgw==
dependencies:
"@boost/internal" "^3.0.0"

"@boost/internal@^2.2.3":
version "2.2.3"
resolved "https://registry.yarnpkg.com/@boost/internal/-/internal-2.2.3.tgz#140eab861b04d8740cc01593dbd444eaaf360a5c"
integrity sha512-Iws7tmXN/ta9bzcWTKCxFRaeCxtpjRgN0ABhWEoJnXgQjHhjs1PjmbkPK4PfKbQQW/RhbLMgKLz0jLdtwbK0oA==
dependencies:
debug "^4.3.2"

"@boost/internal@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@boost/internal/-/internal-3.0.0.tgz#58ef8fa15f4254ec90ca761aba37986bcba9bee3"
integrity sha512-5nZeL16ETj1tLCnFeUMsheSQYvnINU8m1HZv/OXqvppHYgsnvQ+ipt0bDOZjNHabdQcJYTj0tY6u8aacsncyMQ==
dependencies:
debug "^4.3.2"

"@boost/log@^2.2.8":
version "2.2.8"
resolved "https://registry.yarnpkg.com/@boost/log/-/log-2.2.8.tgz#67d5317bdd93a11b01348df9c120ffd15c261ada"
Expand Down

0 comments on commit f942024

Please sign in to comment.