Skip to content

Commit

Permalink
build(semantic-release): apply standard semantic-release config for S…
Browse files Browse the repository at this point in the history
…oftware Ventures Limited
  • Loading branch information
djcsdy committed Mar 27, 2021
1 parent d9f267d commit 1e517ec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"sideEffects": false,
"devDependencies": {
"@softwareventures/semantic-release-config": "1.1.1",
"@softwareventures/tsconfig": "2.3.3",
"@softwareventures/tslint-rules": "0.9.1",
"ava": "3.15.0",
Expand Down Expand Up @@ -48,5 +49,8 @@
"is-finite": "^1.0.2",
"is-integer": "^1.0.7",
"math-trunc": "^1.0.1"
},
"release": {
"extends": "@softwareventures/semantic-release-config"
}
}
20 changes: 12 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,13 @@
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==

"@softwareventures/[email protected]":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@softwareventures/semantic-release-config/-/semantic-release-config-1.1.1.tgz#1e222e5c2fabb7b4a3fde3173e91fba91136b61a"
integrity sha512-zzSmX8eNE7TO1Qtr9OdsKSYU8wDwpnCnnwW01MFZkE0TGPNyrLHn+eZFsDwFx/F5enP427zyOxNpytRQig1cbQ==
dependencies:
tslib "2.0.0"

"@softwareventures/[email protected]":
version "2.3.3"
resolved "https://registry.yarnpkg.com/@softwareventures/tsconfig/-/tsconfig-2.3.3.tgz#29c619998a6b211180a78f34f0d417eb2eb75b0e"
Expand Down Expand Up @@ -4359,7 +4366,6 @@ npm@^6.14.9:
cmd-shim "^3.0.3"
columnify "~1.5.4"
config-chain "^1.1.12"
debuglog "*"
detect-indent "~5.0.0"
detect-newline "^2.1.0"
dezalgo "~1.0.3"
Expand All @@ -4374,7 +4380,6 @@ npm@^6.14.9:
has-unicode "~2.0.1"
hosted-git-info "^2.8.8"
iferr "^1.0.2"
imurmurhash "*"
infer-owner "^1.0.4"
inflight "~1.0.6"
inherits "^2.0.4"
Expand All @@ -4393,14 +4398,8 @@ npm@^6.14.9:
libnpx "^10.2.4"
lock-verify "^2.1.0"
lockfile "^1.0.4"
lodash._baseindexof "*"
lodash._baseuniq "~4.6.0"
lodash._bindcallback "*"
lodash._cacheindexof "*"
lodash._createcache "*"
lodash._getnative "*"
lodash.clonedeep "~4.5.0"
lodash.restparam "*"
lodash.union "~4.6.0"
lodash.uniq "~4.5.0"
lodash.without "~4.4.0"
Expand Down Expand Up @@ -6217,6 +6216,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
integrity sha512-f/qGG2tUkrISBlQZEjEqoZ3B2+npJjIf04H1wuAv9iA8i04Icp+61KRXxFdha22670NJopsZCIjhC3SnjPRKrQ==

[email protected]:
version "2.0.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==

tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
version "1.14.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
Expand Down

0 comments on commit 1e517ec

Please sign in to comment.