Skip to content

Commit ded1399

Browse files
chore(package): Update @uirouter/publish-scripts
1 parent f67cd0f commit ded1399

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@types/angular-animate": "^1.5.10",
8383
"@types/angular-mocks": "^1.7.0",
8484
"@types/jasmine": "^3.3.13",
85-
"@uirouter/publish-scripts": "^2.3.33",
85+
"@uirouter/publish-scripts": "^2.3.34",
8686
"dts-downlevel": "^0.3.0",
8787
"fork-ts-checker-webpack-plugin": "^1.3.6",
8888
"husky": "^2.4.1",

yarn.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,12 @@
7474
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-6.0.1.tgz#93b02a5d178a7ab7313f34b7b3f019a000d23396"
7575
integrity sha512-mHCutiHtDDRKYmrJ92XPKDoSb2bgqaDyUpHdF4hUE+riwgkCvGdBjL8u+VDTcV3slBAk6B0LBIOIajjWkkObbQ==
7676

77-
"@uirouter/publish-scripts@^2.3.33":
78-
version "2.3.33"
79-
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.3.33.tgz#44d591498dcc007e1d184810832965ca506f5111"
80-
integrity sha512-C8iWUN+S/DEN0uZI6W2G3z21C9NaBa7kWUafpecASC5zqiYvTzGl22WRVsWEU6mRwg+t+XbuEbwIFwNZ1zckHw==
77+
"@uirouter/publish-scripts@^2.3.34":
78+
version "2.3.34"
79+
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.3.34.tgz#0030d23ae63388342afab1e94fffbf8708cf0741"
80+
integrity sha512-yfZ1+sYvpxMBgeglXcDgBm3ejwaTOv5GyLeZHatf4rwsMagwlTt9ZBlejwqLm7J0k4wWk7w2YswtRN+RDIY8gg==
8181
dependencies:
82+
"@types/resolve" "0.0.8"
8283
conventional-changelog "^3.1.10"
8384
conventional-changelog-ui-router-core "^1.4.2"
8485
find-parent-dir "^0.3.0"
@@ -88,6 +89,7 @@
8889
npm-run-all "^4.1.5"
8990
open "^6.4.0"
9091
readline-sync "^1.4.10"
92+
resolve "^1.12.0"
9193
shelljs "^0.8.3"
9294
shx "^0.3.1"
9395
tmp "^0.1.0"
@@ -4242,6 +4244,13 @@ resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.3.2:
42424244
dependencies:
42434245
path-parse "^1.0.6"
42444246

4247+
resolve@^1.12.0:
4248+
version "1.12.0"
4249+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
4250+
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
4251+
dependencies:
4252+
path-parse "^1.0.6"
4253+
42454254
ret@~0.1.10:
42464255
version "0.1.15"
42474256
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"

0 commit comments

Comments
 (0)