Skip to content

Commit

Permalink
fix(deps): update dependency @softwareventures/prettier-config to v4 (#…
Browse files Browse the repository at this point in the history
…93)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2022
1 parent 5e38dd2 commit eb59b70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@softwareventures/array": "^0.31.0 || ^0.33.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
"@softwareventures/eslint-config": "7.0.1",
"@softwareventures/prettier-config": "^3.0.0",
"@softwareventures/prettier-config": "^3.0.0 || ^4.0.0",
"@softwareventures/table": "^0.1.2 || ^1.0.0 || ^2.0.0",
"escape-string-regexp": "^4.0.0",
"eslint": "^8.14.0",
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -562,12 +562,12 @@
dependencies:
tslib "^1.9.3 || ^2.0.0 || ^2.1.0"

"@softwareventures/prettier-config@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@softwareventures/prettier-config/-/prettier-config-3.0.0.tgz#e57ff64b9378486bc9b42437b34b3dcaf47319d9"
integrity sha512-YDom5xLPdsqKY5+Rcsv4S5reFvENt/z09aZopRdIzaqKBnL1uWXE3atbk27rVXTeekWgtauWCtgTJLiAJoLK8g==
"@softwareventures/prettier-config@^3.0.0 || ^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@softwareventures/prettier-config/-/prettier-config-4.0.0.tgz#3f9393ba90f7fa3f7d2dbe37f79a297cf434cf8f"
integrity sha512-A622DzCRym/yUH2PN5RvC+/AYxqoTMcGC535Kcn5kPQ1likZ4cOsBkfwJN3HLnAXAcvyeW8PXDBwfMIldo3itw==
dependencies:
tslib "2.3.1"
tslib "2.4.0"

"@softwareventures/semantic-release-config@3.0.0":
version "3.0.0"
Expand Down Expand Up @@ -4570,11 +4570,6 @@ tslib@2.3.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==

tslib@2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==

tslib@2.4.0, "tslib@^1.9.3 || ^2.0.0 || ^2.1.0", tslib@^2.0.0, tslib@^2.1.0, tslib@^2.3.1:
version "2.4.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
Expand Down

0 comments on commit eb59b70

Please sign in to comment.