Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a4d2d55

Browse files
committedJun 10, 2020
chore: update deps
1 parent 3e16ca5 commit a4d2d55

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed
 

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojsx/ui",
3-
"version": "0.11.0",
3+
"version": "0.13.0",
44
"description": "We reinvents the UI for Taro3+",
55
"source": "src/index.ts",
66
"main": "dist/index.js",
@@ -50,17 +50,17 @@
5050
},
5151
"dependencies": {
5252
"@tarojsx/history": "^0.11.0",
53-
"@tarojsx/hooks": "^0.13.1",
53+
"@tarojsx/hooks": "^0.13.2",
5454
"tslib": "^2.0.0"
5555
},
5656
"devDependencies": {
5757
"@commitlint/cli": "^8.3.5",
5858
"@commitlint/config-conventional": "^8.3.4",
59-
"@tarojs/components": "^3.0.0-rc.3",
60-
"@tarojs/taro": "^3.0.0-rc.3",
59+
"@tarojs/components": "^3.0.0-rc.4",
60+
"@tarojs/taro": "^3.0.0-rc.4",
6161
"@types/classnames": "^2.2.10",
6262
"@types/lodash": "^4.14.155",
63-
"@types/node": "^14.0.11",
63+
"@types/node": "^14.0.13",
6464
"@types/react": "^16.9.35",
6565
"@types/react-is": "^16.7.1",
6666
"husky": "^4.2.5",

‎yarn.lock

+40-40
Original file line numberDiff line numberDiff line change
@@ -197,20 +197,20 @@
197197
dependencies:
198198
defer-to-connect "^1.0.1"
199199

200-
"@tarojs/api@3.0.0-rc.3":
201-
version "3.0.0-rc.3"
202-
resolved "https://registry.npm.taobao.org/@tarojs/api/download/@tarojs/api-3.0.0-rc.3.tgz#279b5b041ca9640e9cffb96d5b1528d5f60690c9"
203-
integrity sha1-J5tbBBypZA6c/7ltWxUo1fYGkMk=
200+
"@tarojs/api@3.0.0-rc.4":
201+
version "3.0.0-rc.4"
202+
resolved "https://registry.npm.taobao.org/@tarojs/api/download/@tarojs/api-3.0.0-rc.4.tgz#e1d80dc2076aa6967eaa82f68c2ed95fb0b6c4ea"
203+
integrity sha1-4dgNwgdqppZ+qoL2jC7ZX7C2xOo=
204204
dependencies:
205-
"@tarojs/runtime" "3.0.0-rc.3"
205+
"@tarojs/runtime" "3.0.0-rc.4"
206206

207-
"@tarojs/components@^3.0.0-rc.3":
208-
version "3.0.0-rc.3"
209-
resolved "https://registry.npm.taobao.org/@tarojs/components/download/@tarojs/components-3.0.0-rc.3.tgz#e400267fd0f3f02680b48daec7a5d10ed3ddf5ba"
210-
integrity sha1-5AAmf9Dz8CaAtI2ux6XRDtPd9bo=
207+
"@tarojs/components@^3.0.0-rc.4":
208+
version "3.0.0-rc.4"
209+
resolved "https://registry.npm.taobao.org/@tarojs/components/download/@tarojs/components-3.0.0-rc.4.tgz?cache=0&sync_timestamp=1591719615478&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40tarojs%2Fcomponents%2Fdownload%2F%40tarojs%2Fcomponents-3.0.0-rc.4.tgz#a8789b66da87c340f039a5038e501ecb7a5e59ed"
210+
integrity sha1-qHibZtqHw0DwOaUDjlAey3peWe0=
211211
dependencies:
212212
"@stencil/core" "^1.8.1"
213-
"@tarojs/taro" "3.0.0-rc.3"
213+
"@tarojs/taro" "3.0.0-rc.4"
214214
better-scroll "^1.14.1"
215215
classnames "^2.2.5"
216216
intersection-observer "^0.7.0"
@@ -219,43 +219,43 @@
219219
swiper "4.4.2"
220220
weui "^1.1.2"
221221

222-
"@tarojs/router@3.0.0-rc.3":
223-
version "3.0.0-rc.3"
224-
resolved "https://registry.npm.taobao.org/@tarojs/router/download/@tarojs/router-3.0.0-rc.3.tgz#62544c00f725fec83d178324ef4b3f96fadeb04a"
225-
integrity sha1-YlRMAPcl/sg9F4Mk70s/lvresEo=
222+
"@tarojs/router@3.0.0-rc.4":
223+
version "3.0.0-rc.4"
224+
resolved "https://registry.npm.taobao.org/@tarojs/router/download/@tarojs/router-3.0.0-rc.4.tgz?cache=0&sync_timestamp=1591719615721&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40tarojs%2Frouter%2Fdownload%2F%40tarojs%2Frouter-3.0.0-rc.4.tgz#f06208d7abe2a63768f79772357212586cebb1ae"
225+
integrity sha1-8GII16vipjdo95dyNXISWGzrsa4=
226226
dependencies:
227-
"@tarojs/runtime" "3.0.0-rc.3"
227+
"@tarojs/runtime" "3.0.0-rc.4"
228228
history "^4.10.1"
229229
universal-router "^8.3.0"
230230
url-parse "^1.4.7"
231231

232-
"@tarojs/runtime@3.0.0-rc.3":
233-
version "3.0.0-rc.3"
234-
resolved "https://registry.npm.taobao.org/@tarojs/runtime/download/@tarojs/runtime-3.0.0-rc.3.tgz#41f56da1e40ab52f4b36ca01feeed2dc857fdd3e"
235-
integrity sha1-QfVtoeQKtS9LNsoB/u7S3IV/3T4=
232+
"@tarojs/runtime@3.0.0-rc.4":
233+
version "3.0.0-rc.4"
234+
resolved "https://registry.npm.taobao.org/@tarojs/runtime/download/@tarojs/runtime-3.0.0-rc.4.tgz#a70c3df90db8e8b16e8f70378935c229ae37a8c0"
235+
integrity sha1-pww9+Q246LFuj3A3iTXCKa43qMA=
236236

237-
"@tarojs/taro-h5@3.0.0-rc.3":
238-
version "3.0.0-rc.3"
239-
resolved "https://registry.npm.taobao.org/@tarojs/taro-h5/download/@tarojs/taro-h5-3.0.0-rc.3.tgz?cache=0&sync_timestamp=1590765234017&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40tarojs%2Ftaro-h5%2Fdownload%2F%40tarojs%2Ftaro-h5-3.0.0-rc.3.tgz#28259cc4d52d6ccdeabf6fda437a7ab898a8b747"
240-
integrity sha1-KCWcxNUtbM3qv2/aQ3p6uJiot0c=
237+
"@tarojs/taro-h5@3.0.0-rc.4":
238+
version "3.0.0-rc.4"
239+
resolved "https://registry.npm.taobao.org/@tarojs/taro-h5/download/@tarojs/taro-h5-3.0.0-rc.4.tgz?cache=0&sync_timestamp=1591720754816&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40tarojs%2Ftaro-h5%2Fdownload%2F%40tarojs%2Ftaro-h5-3.0.0-rc.4.tgz#219d2c3f5d135fea413a0c541d7c051ddb4eaa8c"
240+
integrity sha1-IZ0sP10TX+pBOgxUHXwFHdtOqow=
241241
dependencies:
242-
"@tarojs/api" "3.0.0-rc.3"
243-
"@tarojs/router" "3.0.0-rc.3"
244-
"@tarojs/runtime" "3.0.0-rc.3"
242+
"@tarojs/api" "3.0.0-rc.4"
243+
"@tarojs/router" "3.0.0-rc.4"
244+
"@tarojs/runtime" "3.0.0-rc.4"
245245
base64-js "^1.3.0"
246246
jsonp-retry "^1.0.3"
247247
mobile-detect "^1.4.2"
248248
raf "^3.4.1"
249249
unfetch "^4.1.0"
250250
whatwg-fetch "^2.0.4"
251251

252-
"@tarojs/taro@3.0.0-rc.3", "@tarojs/taro@^3.0.0-rc.3":
253-
version "3.0.0-rc.3"
254-
resolved "https://registry.npm.taobao.org/@tarojs/taro/download/@tarojs/taro-3.0.0-rc.3.tgz?cache=0&sync_timestamp=1590765234625&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40tarojs%2Ftaro%2Fdownload%2F%40tarojs%2Ftaro-3.0.0-rc.3.tgz#f5690bcd865f0383962bcdd292410cf8abe7872e"
255-
integrity sha1-9WkLzYZfA4OWK83SkkEM+Kvnhy4=
252+
"@tarojs/taro@3.0.0-rc.4", "@tarojs/taro@^3.0.0-rc.4":
253+
version "3.0.0-rc.4"
254+
resolved "https://registry.npm.taobao.org/@tarojs/taro/download/@tarojs/taro-3.0.0-rc.4.tgz?cache=0&sync_timestamp=1591719219924&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40tarojs%2Ftaro%2Fdownload%2F%40tarojs%2Ftaro-3.0.0-rc.4.tgz#2ab2ed325f5b76b164afeb895537a74a4ad36307"
255+
integrity sha1-KrLtMl9bdrFkr+uJVTenSkrTYwc=
256256
dependencies:
257-
"@tarojs/api" "3.0.0-rc.3"
258-
"@tarojs/taro-h5" "3.0.0-rc.3"
257+
"@tarojs/api" "3.0.0-rc.4"
258+
"@tarojs/taro-h5" "3.0.0-rc.4"
259259

260260
"@tarojsx/history@^0.11.0":
261261
version "0.11.0"
@@ -265,10 +265,10 @@
265265
query-string "^6.12.1"
266266
tslib "^2.0.0"
267267

268-
"@tarojsx/hooks@^0.13.1":
269-
version "0.13.1"
270-
resolved "https://registry.npm.taobao.org/@tarojsx/hooks/download/@tarojsx/hooks-0.13.1.tgz#e0c78600aa2fb9aa28df9a10c47582b87434ccee"
271-
integrity sha1-4MeGAKovuaoo35oQxHWCuHQ0zO4=
268+
"@tarojsx/hooks@^0.13.2":
269+
version "0.13.2"
270+
resolved "https://registry.npm.taobao.org/@tarojsx/hooks/download/@tarojsx/hooks-0.13.2.tgz#512e8b459c786b05d11af362a864be61b2838554"
271+
integrity sha1-US6LRZx4awXRGvNiqGS+YbKDhVQ=
272272
dependencies:
273273
react-use "^15.2.0"
274274
tslib "^2.0.0"
@@ -322,10 +322,10 @@
322322
resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-13.9.2.tgz?cache=0&sync_timestamp=1584566411412&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-13.9.2.tgz#ace1880c03594cc3e80206d96847157d8e7fa349"
323323
integrity sha1-rOGIDANZTMPoAgbZaEcVfY5/o0k=
324324

325-
"@types/node@^14.0.11":
326-
version "14.0.11"
327-
resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-14.0.11.tgz#61d4886e2424da73b7b25547f59fdcb534c165a3"
328-
integrity sha1-YdSIbiQk2nO3slVH9Z/ctTTBZaM=
325+
"@types/node@^14.0.13":
326+
version "14.0.13"
327+
resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-14.0.13.tgz?cache=0&sync_timestamp=1591734998944&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-14.0.13.tgz#ee1128e881b874c371374c1f72201893616417c9"
328+
integrity sha1-7hEo6IG4dMNxN0wfciAYk2FkF8k=
329329

330330
"@types/normalize-package-data@^2.4.0":
331331
version "2.4.0"

0 commit comments

Comments
 (0)
Please sign in to comment.