Skip to content

Commit 2bbaf8b

Browse files
chore(package): fix dependency on publish-scripts
1 parent bdb4513 commit 2bbaf8b

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@angular/router": "^4.0.0",
6767
"@types/jasmine": "2.8.6",
6868
"@types/jquery": "3.3.0",
69-
"@uirouter/publish-scripts": "file:.yalc/@uirouter/publish-scripts",
69+
"@uirouter/publish-scripts": "^2.3.1",
7070
"jasmine-core": "2.99.0",
7171
"karma": "2.0.0",
7272
"karma-chrome-launcher": "2.2.0",

yarn.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,9 @@
125125
version "5.0.16"
126126
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.16.tgz#c6f9e2041df1b6ad3bc28b089e55241a1cb4610f"
127127

128-
"@uirouter/publish-scripts@file:.yalc/@uirouter/publish-scripts":
129-
version "2.2.10-20dc33e9"
128+
"@uirouter/publish-scripts@^2.3.1":
129+
version "2.3.1"
130+
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.3.1.tgz#0b380d81ae410f950010bdf964dd402b03cb30f4"
130131
dependencies:
131132
conventional-changelog "^1.1.4"
132133
conventional-changelog-ui-router-core "^1.4.2"
@@ -141,10 +142,10 @@
141142
tmp "^0.0.33"
142143
tweak-sourcemap-paths "0.0.3"
143144
typedoc "0.8.0"
144-
typedoc-plugin-external-module-name "^1.1.1"
145-
typedoc-plugin-internal-external "^1.0.10"
146-
typedoc-plugin-ui-router "^1.0.6"
147-
ui-router-typedoc-themes "^1.0.2"
145+
typedoc-plugin-external-module-name "1.1.1"
146+
typedoc-plugin-internal-external "1.0.10"
147+
typedoc-plugin-ui-router "1.0.6"
148+
ui-router-typedoc-themes "1.0.2"
148149
yargs "^9.0.1"
149150

150151
"@uirouter/[email protected]":
@@ -5629,15 +5630,15 @@ typedoc-default-themes@^0.5.0:
56295630
version "0.5.0"
56305631
resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.5.0.tgz#6dc2433e78ed8bea8e887a3acde2f31785bd6227"
56315632

5632-
typedoc-plugin-external-module-name@^1.1.1:
5633+
56335634
version "1.1.1"
56345635
resolved "https://registry.yarnpkg.com/typedoc-plugin-external-module-name/-/typedoc-plugin-external-module-name-1.1.1.tgz#0ef2d6a760b42c703519c474258b6f062983aa83"
56355636

5636-
typedoc-plugin-internal-external@^1.0.10:
5637+
56375638
version "1.0.10"
56385639
resolved "https://registry.yarnpkg.com/typedoc-plugin-internal-external/-/typedoc-plugin-internal-external-1.0.10.tgz#df9fd6ee1743f009c39b8746a3c26edc36ce8bcd"
56395640

5640-
typedoc-plugin-ui-router@^1.0.6:
5641+
56415642
version "1.0.6"
56425643
resolved "https://registry.yarnpkg.com/typedoc-plugin-ui-router/-/typedoc-plugin-ui-router-1.0.6.tgz#6d452d499d1bd35701ebfdeb2beee670d8530e8b"
56435644

@@ -5699,7 +5700,7 @@ uglifyjs-webpack-plugin@^0.4.6:
56995700
uglify-js "^2.8.29"
57005701
webpack-sources "^1.0.1"
57015702

5702-
ui-router-typedoc-themes@^1.0.2:
5703+
57035704
version "1.0.2"
57045705
resolved "https://registry.yarnpkg.com/ui-router-typedoc-themes/-/ui-router-typedoc-themes-1.0.2.tgz#3274960b8ee61e026b405ce3afcd9a2925992861"
57055706

0 commit comments

Comments
 (0)