Skip to content

Commit fb98eae

Browse files
chore(publish): update publish-scripts to 2.0.2
1 parent 93a582b commit fb98eae

File tree

2 files changed

+33
-5
lines changed

2 files changed

+33
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@types/angular-mocks": "1.5.11",
8484
"@types/jasmine": "2.6.0",
8585
"@types/jquery": "^1.10.31",
86-
"@uirouter/publish-scripts": "1.0.9",
86+
"@uirouter/publish-scripts": "2.0.2",
8787
"conventional-changelog": "1.1.6",
8888
"conventional-changelog-cli": "1.3.4",
8989
"dts-downlevel": "^0.3.0",

yarn.lock

+32-4
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,19 @@
6666
version "5.0.10"
6767
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.10.tgz#1a39eacbe33f3b44ab2c8fa4520cb1da92026cc3"
6868

69-
"@uirouter/publish-scripts@1.0.9":
70-
version "1.0.9"
71-
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-1.0.9.tgz#e4e95f4acf4b1678d70189db741c0431ab6c724f"
69+
"@uirouter/publish-scripts@2.0.2":
70+
version "2.0.2"
71+
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.0.2.tgz#dcdcd158623c8151b9ca4d71aeca97c917469c51"
7272
dependencies:
7373
conventional-changelog "^1.1.4"
7474
conventional-changelog-ui-router-core "^1.4.2"
7575
find-parent-dir "^0.3.0"
7676
git-semver-tags "^1.2.1"
7777
readline-sync "^1.4.7"
7878
shelljs "^0.7.8"
79+
shx "^0.2.2"
80+
tweak-sourcemap-paths "0.0.3"
81+
yargs "^9.0.1"
7982

8083
JSONStream@^1.0.4:
8184
version "1.3.1"
@@ -3205,7 +3208,7 @@ shelljs@^0.7.0, shelljs@^0.7.3, shelljs@^0.7.8:
32053208
interpret "^1.0.0"
32063209
rechoir "^0.6.2"
32073210

3208-
3211+
[email protected], shx@^0.2.2:
32093212
version "0.2.2"
32103213
resolved "https://registry.yarnpkg.com/shx/-/shx-0.2.2.tgz#0a304d020b0edf1306ad81570e80f0346df58a39"
32113214
dependencies:
@@ -3580,6 +3583,13 @@ tunnel-agent@~0.4.1:
35803583
version "0.4.3"
35813584
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.4.3.tgz#6373db76909fe570e08d73583365ed828a74eeeb"
35823585

3586+
3587+
version "0.0.3"
3588+
resolved "https://registry.yarnpkg.com/tweak-sourcemap-paths/-/tweak-sourcemap-paths-0.0.3.tgz#a06bf69768e71966c4e0e7664749bdeac8922522"
3589+
dependencies:
3590+
glob "^7.1.2"
3591+
yargs "^9.0.1"
3592+
35833593
tweetnacl@^0.14.3, tweetnacl@~0.14.0:
35843594
version "0.14.5"
35853595
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
@@ -3936,6 +3946,24 @@ yargs@^8.0.2:
39363946
y18n "^3.2.1"
39373947
yargs-parser "^7.0.0"
39383948

3949+
yargs@^9.0.1:
3950+
version "9.0.1"
3951+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-9.0.1.tgz#52acc23feecac34042078ee78c0c007f5085db4c"
3952+
dependencies:
3953+
camelcase "^4.1.0"
3954+
cliui "^3.2.0"
3955+
decamelize "^1.1.1"
3956+
get-caller-file "^1.0.1"
3957+
os-locale "^2.0.0"
3958+
read-pkg-up "^2.0.0"
3959+
require-directory "^2.1.1"
3960+
require-main-filename "^1.0.1"
3961+
set-blocking "^2.0.0"
3962+
string-width "^2.0.0"
3963+
which-module "^2.0.0"
3964+
y18n "^3.2.1"
3965+
yargs-parser "^7.0.0"
3966+
39393967
yargs@~3.10.0:
39403968
version "3.10.0"
39413969
resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1"

0 commit comments

Comments
 (0)