Skip to content

Commit

Permalink
refactor: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yamankatby committed Mar 15, 2022
1 parent 715915f commit e6a2a04
Show file tree
Hide file tree
Showing 3 changed files with 1,922 additions and 2,152 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,26 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@commitlint/config-conventional": "^11.0.0",
"@react-native-community/eslint-config": "^2.0.0",
"@release-it/conventional-changelog": "^2.0.0",
"@commitlint/config-conventional": "^16.2.1",
"@react-native-community/eslint-config": "^3.0.1",
"@release-it/conventional-changelog": "^4.2.2",
"@types/chroma-js": "^2.1.3",
"@types/jest": "^26.0.0",
"@types/react": "^17.0.39",
"@types/react-native": "0.66.16",
"commitlint": "^11.0.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^6.0.0",
"jest": "^26.0.1",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.40",
"@types/react-native": "^0.67.3",
"commitlint": "^16.2.1",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"pod-install": "^0.1.0",
"prettier": "^2.0.5",
"react": "16.13.1",
"react-native": "0.63.4",
"react": "^17.0.2",
"react-native": "^0.67.3",
"react-native-builder-bob": "^0.18.0",
"release-it": "^14.2.2",
"typescript": "^4.1.3"
"release-it": "^14.12.5",
"typescript": "^4.6.2"
},
"peerDependencies": {
"react": "*",
Expand Down Expand Up @@ -148,6 +148,6 @@
},
"dependencies": {
"chroma-js": "^2.4.2",
"react-native-flex-layout": "^0.1.2"
"react-native-flex-layout": "^0.1.5"
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
"skipLibCheck": true,
"strict": true,
"target": "esnext"
}
},
"exclude": ["example"]
}
Loading

1 comment on commit e6a2a04

@vercel
Copy link

@vercel vercel bot commented on e6a2a04 Mar 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.