Skip to content

Commit 614a0bf

Browse files
committed
Dependencies are updated
1 parent 8d0a874 commit 614a0bf

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-typescript-library-starter",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Extremely easy to create a React Native Component Library with both Stateful and Functional Component Examples.",
55
"main": "./build/dist/index.js",
66
"repository": "[email protected]:WrathChaos/react-native-typescript-library-starter.git",
@@ -28,19 +28,19 @@
2828
},
2929
"peerDependencies": {
3030
"react": ">= 16.x.x",
31-
"react-native": ">= 0.55.x"
31+
"react-native": ">=0.63.x"
3232
},
3333
"devDependencies": {
34-
"@types/react": "^16.9.22",
35-
"@types/react-native": "^0.63.0",
34+
"@types/react": "^16.9.53",
35+
"@types/react-native": "^0.63.25",
3636
"react-native-typescript-transformer": "^1.2.13",
37-
"typescript": "^3.7.4",
38-
"@react-native-community/eslint-config": "^0.0.5",
39-
"eslint": "^6.8.0",
37+
"typescript": "^4.0.3",
38+
"@react-native-community/eslint-config": "^2.0.0",
39+
"eslint": "^7.11.0",
4040
"eslint-config-airbnb": "^18.2.0",
41-
"husky": "^4.2.5",
42-
"lint-staged": "^10.2.11",
43-
"prettier": "^2.0.5"
41+
"husky": "^4.3.0",
42+
"lint-staged": "^10.4.2",
43+
"prettier": "^2.1.2"
4444
},
4545
"husky": {
4646
"hooks": {

0 commit comments

Comments
 (0)