Skip to content

Commit

Permalink
chore: updated dev packages, [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Efstathios Ntonas committed Jul 31, 2023
1 parent c19b986 commit 6a5dd6d
Show file tree
Hide file tree
Showing 2 changed files with 1,444 additions and 1,914 deletions.
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,41 +42,42 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@react-native-community/eslint-config": "^3.2.0",
"@release-it/conventional-changelog": "^5.1.1",
"@types/lodash": "^4.14.195",
"@release-it/conventional-changelog": "^7.0.0",
"@types/lodash": "^4.14.196",
"@types/react": "^18.2.11",
"@types/react-native": "^0.72.2",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"auto-changelog": "^2.4.0",
"copyfiles": "^2.4.1",
"eslint": "^8.42.0",
"eslint": "^8.46.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.9.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native-a11y": "^3.3.0",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"react": "18.2.0",
"react-native": "^0.71.10",
"react-native-builder-bob": "^0.20.4",
"react-native-file-access": "^3.0.3",
"react-native-reanimated": "3.1.0",
"release-it": "^15.11.0",
"typescript": "^5.1.3"
"react-native": "^0.72.3",
"react-native-builder-bob": "^0.21.3",
"react-native-file-access": "^3.0.4",
"react-native-reanimated": "3.4.1",
"release-it": "^16.1.3",
"typescript": "^5.1.6"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-reanimated": ">=2.2.0"
"react-native-reanimated": ">=2.2.0",
"react-native-file-access": ">=3.0.0"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 6a5dd6d

Please sign in to comment.