Skip to content

Commit 808f066

Browse files
chore(package): Update @uirouter/publish-scripts
1 parent 85f2c38 commit 808f066

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/prop-types": "15.7.1",
5656
"@types/react": "16.7.18",
5757
"@types/react-dom": "16.0.11",
58-
"@uirouter/publish-scripts": "^2.3.33",
58+
"@uirouter/publish-scripts": "^2.3.34",
5959
"babel-jest": "^23.6.0",
6060
"babel-polyfill": "^6.26.0",
6161
"babel-preset-es2015": "^6.24.1",

yarn.lock

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,24 @@
7474
"@types/prop-types" "*"
7575
csstype "^2.2.0"
7676

77+
"@types/resolve@0.0.8":
78+
version "0.0.8"
79+
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194"
80+
integrity sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==
81+
dependencies:
82+
"@types/node" "*"
83+
7784
"@uirouter/core@5.0.23":
7885
version "5.0.23"
7986
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.23.tgz#363b4bea635a1b48900dc7e65793a65a3b58a79e"
8087
integrity sha512-rwFOH++z/KY8y+h0IOpQ5uC8Nim6E0EBCQrIjhVCr+XKYXgpK+VdtuOLFdogvbJ3AAi5Z7ei00qdEr7Did5CAg==
8188

82-
"@uirouter/publish-scripts@^2.3.33":
83-
version "2.3.33"
84-
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.3.33.tgz#44d591498dcc007e1d184810832965ca506f5111"
85-
integrity sha512-C8iWUN+S/DEN0uZI6W2G3z21C9NaBa7kWUafpecASC5zqiYvTzGl22WRVsWEU6mRwg+t+XbuEbwIFwNZ1zckHw==
89+
"@uirouter/publish-scripts@^2.3.34":
90+
version "2.3.34"
91+
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.3.34.tgz#0030d23ae63388342afab1e94fffbf8708cf0741"
92+
integrity sha512-yfZ1+sYvpxMBgeglXcDgBm3ejwaTOv5GyLeZHatf4rwsMagwlTt9ZBlejwqLm7J0k4wWk7w2YswtRN+RDIY8gg==
8693
dependencies:
94+
"@types/resolve" "0.0.8"
8795
conventional-changelog "^3.1.10"
8896
conventional-changelog-ui-router-core "^1.4.2"
8997
find-parent-dir "^0.3.0"
@@ -93,6 +101,7 @@
93101
npm-run-all "^4.1.5"
94102
open "^6.4.0"
95103
readline-sync "^1.4.10"
104+
resolve "^1.12.0"
96105
shelljs "^0.8.3"
97106
shx "^0.3.1"
98107
tmp "^0.1.0"
@@ -6463,7 +6472,7 @@ resolve@1.1.7:
64636472
version "1.1.7"
64646473
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
64656474

6466-
resolve@1.x:
6475+
resolve@1.x, resolve@^1.12.0:
64676476
version "1.12.0"
64686477
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
64696478
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==

0 commit comments

Comments
 (0)