Skip to content

Commit e38a4a9

Browse files
committed
chore: 更新依赖
1 parent 71cc53f commit e38a4a9

File tree

4 files changed

+9
-21
lines changed

4 files changed

+9
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"stylelint": "^13.3.0",
4949
"stylelint-config-standard": "^20.0.0",
5050
"stylelint-scss": "^3.16.0",
51-
"typescript": "~3.7.2"
51+
"typescript": "~4.1.0"
5252
},
5353
"resolutions": {
5454
"sharp": "^0.28.3"

packages/taro-ui-demo/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
"react-refresh": "^0.11.0",
8383
"sass": "^1.49.9",
8484
"stylelint": "^14.4.0",
85-
"typescript": "^4.1.0",
8685
"webpack": "4.46.0"
8786
},
8887
"resolutions": {

packages/taro-ui/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taro-ui",
3-
"version": "3.1.0-beta.4",
3+
"version": "3.1.0-beta.5",
44
"description": "UI KIT for Taro",
55
"module": "dist/index.esm.js",
66
"main": "dist/index.js",
@@ -75,8 +75,7 @@
7575
"rollup": "^2.3.1",
7676
"rollup-plugin-copy": "^3.3.0",
7777
"rollup-plugin-typescript2": "^0.27.0",
78-
"rollup-plugin-visualizer": "^4.0.2",
79-
"typescript": "^3.8.3"
78+
"rollup-plugin-visualizer": "^4.0.2"
8079
},
8180
"peerDependencies": {
8281
"@tarojs/taro": ">=3",

yarn.lock

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17752,10 +17752,10 @@ [email protected]:
1775217752
"@tarojs/taro" "3.6.6"
1775317753
react "^18.2.0"
1775417754
react-dom "^18.2.0"
17755-
taro-ui "file:../../Library/Caches/Yarn/v6/npm-taro-ui-demo-3.1.0-beta.4-2fb21315-8c20-4004-a214-9a8fba63b1b3-1684774094338/node_modules/taro-ui"
17755+
taro-ui "file:../../Library/Caches/Yarn/v6/npm-taro-ui-demo-3.1.0-beta.4-7223e386-b3d9-4fc0-bf1e-becbe3704d54-1684775109049/node_modules/taro-ui"
1775617756

1775717757
"taro-ui@file:packages/taro-ui":
17758-
version "3.1.0-beta.4"
17758+
version "3.1.0-beta.5cd"
1775917759
dependencies:
1776017760
classnames "^2.2.6"
1776117761
dayjs "^1.7.7"
@@ -18252,20 +18252,10 @@ typedarray@^0.0.6:
1825218252
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
1825318253
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1825418254

18255-
typescript@^3.8.3:
18256-
version "3.9.10"
18257-
resolved "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz"
18258-
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
18259-
18260-
typescript@^4.1.0:
18261-
version "4.9.5"
18262-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz"
18263-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
18264-
18265-
typescript@~3.7.2:
18266-
version "3.7.7"
18267-
resolved "https://registry.npmjs.org/typescript/-/typescript-3.7.7.tgz"
18268-
integrity sha512-MmQdgo/XenfZPvVLtKZOq9jQQvzaUAUpcKW8Z43x9B2fOm4S5g//tPtMweZUIP+SoBqrVPEIm+dJeQ9dfO0QdA==
18255+
typescript@~4.1.0:
18256+
version "4.1.6"
18257+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.6.tgz#1becd85d77567c3c741172339e93ce2e69932138"
18258+
integrity sha512-pxnwLxeb/Z5SP80JDRzVjh58KsM6jZHRAOtTpS7sXLS4ogXNKC9ANxHHZqLLeVHZN35jCtI4JdmLLbLiC1kBow==
1826918259

1827018260
ua-parser-js@^0.7.30:
1827118261
version "0.7.35"

0 commit comments

Comments
 (0)