Skip to content

Commit

Permalink
chore: Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fwh1990 committed Mar 28, 2020
1 parent 8d77a07 commit b4631ab
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.2
[chore] 升级包 react-native-iconfont-cli
[chore] 升级包 react-iconfont-cli

# 1.1.1
[fix] 修复h5在js模式下没有默认字号问题
[chore] 升级包 react-native-iconfont-cli 和 react-iconfont-cli
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-iconfont-cli",
"version": "1.1.1",
"version": "1.1.2",
"main": "index.js",
"repository": "[email protected]:fwh1990/taro-iconfont-cli.git",
"author": "范文华 <[email protected]>",
Expand All @@ -16,8 +16,8 @@
"iconfont-parser": "^1.0.0",
"mini-program-iconfont-cli": "0.5.5",
"mkdirp": "^0.5.1",
"react-iconfont-cli": "1.0.0",
"react-native-iconfont-cli": "1.7.0"
"react-iconfont-cli": "1.0.1",
"react-native-iconfont-cli": "1.7.1"
},
"devDependencies": {
"@tarojs/taro": "^1.3.19",
Expand Down
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rm -rf ./src/iconfont

mv ./build/src/* ./build
rm -rf ./build/src ./build/snapshots
cp README.md package.json LICENSE ./build
cp README.md package.json LICENSE CHANGELOG.md ./build
cp -rf src/templates ./build/templates

old_registry=$(npm config get registry)
Expand Down
2 changes: 1 addition & 1 deletion snapshots/iconfont-js/h5/helper.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* eslint-disable */

export const getIconColor: (color: string | string[] | undefined, index: number, defaultColor: string) => string;
export declare const getIconColor: (color: string | string[] | undefined, index: number, defaultColor: string) => string;
2 changes: 1 addition & 1 deletion snapshots/iconfont-js/rn/helper.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* eslint-disable */

export const getIconColor: (color: string | string[] | undefined, index: number, defaultColor: string) => string;
export declare const getIconColor: (color: string | string[] | undefined, index: number, defaultColor: string) => string;
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3772,10 +3772,10 @@ react-devtools-core@^3.6.3:
shell-quote "^1.6.1"
ws "^3.3.1"

[email protected].0:
version "1.0.0"
resolved "https://registry.npmjs.org/react-iconfont-cli/-/react-iconfont-cli-1.0.0.tgz#0f5e2db433290f5c3e8f58b0cb58ebb0fee73041"
integrity sha512-hxQ/JHa207wUjtBIo0xXU6vEfZjSMWqUlN0NFURI5L6eDg9IO+TQ0JjaZ1RmFjOADXuOD3yoqaBVcPidHrbHcQ==
[email protected].1:
version "1.0.1"
resolved "https://registry.npmjs.org/react-iconfont-cli/-/react-iconfont-cli-1.0.1.tgz#51bfa666838202dd7c8b0ea93345a070831c8308"
integrity sha512-HNZlzQwrfvX7cSrZIVee7yx8tXBTc6By5kBkZQ917AOfwQamxd+wbBKQEcnBiyoWQJlq7JEd1TKp6uxpJr2aWg==
dependencies:
colors "^1.3.3"
glob "^7.1.4"
Expand All @@ -3790,10 +3790,10 @@ react-is@^16.8.1, react-is@^16.8.4:
resolved "https://registry.npmjs.org/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb"
integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw==

[email protected].0:
version "1.7.0"
resolved "https://registry.npmjs.org/react-native-iconfont-cli/-/react-native-iconfont-cli-1.7.0.tgz#552007a234929eadef2abcef3627b61e528f9b3e"
integrity sha512-Lergj+FIGwvLrJhL8AHTe8wLLYwDmzFZsJOcXGTs8Uq4wqmoHUbWohXTpQRsUWvBBH0psDRm/b8TrW4VbCyDHw==
[email protected].1:
version "1.7.1"
resolved "https://registry.npmjs.org/react-native-iconfont-cli/-/react-native-iconfont-cli-1.7.1.tgz#15aa5f84bbda6a21756dab0a3e9575478c20b165"
integrity sha512-lce+JGuAV1atqmImyCDAVH9ilMXlaJhE8PhZhbBPIOG2QYTc9LCdrvjqWqh6kWjywt7H3wYqhCb6kl7OKZuDvQ==
dependencies:
colors "^1.3.3"
glob "^7.1.4"
Expand Down

0 comments on commit b4631ab

Please sign in to comment.