Skip to content

Commit f70242a

Browse files
committed
chore: Bump version 2.2.0
1 parent 2076658 commit f70242a

File tree

3 files changed

+848
-686
lines changed

3 files changed

+848
-686
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-iconfont-cli",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"main": "index.js",
55
"keywords": [
66
"iconfont",
@@ -38,12 +38,12 @@
3838
"@types/minimist": "^1.2.0",
3939
"@types/mkdirp": "^0.5.2",
4040
"@types/node": "^12.7.2",
41-
"@types/react": "^16.9.2",
42-
"@types/react-native": "^0.62.16",
41+
"@types/react": "^16.9.46",
42+
"@types/react-native": "^0.63.8",
4343
"react": "^16.9.0",
44-
"react-native": "^0.60.5",
44+
"react-native": "^0.63.2",
4545
"react-native-svg": "9.13.0",
4646
"ts-node": "^8.3.0",
47-
"typescript": "^3.5.3"
47+
"typescript": "^3.9.7"
4848
}
4949
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"target": "es5",
44
"module": "commonjs",
55
"allowJs": false,
6+
"lib": ["ESNext"],
67
"declaration": true,
78
"removeComments": false,
89
"outDir": "./build",

0 commit comments

Comments
 (0)