Skip to content

Commit

Permalink
chore: updated type for pan-gesture
Browse files Browse the repository at this point in the history
devbabs committed Mar 23, 2024
1 parent 967a885 commit be8b370
Showing 2 changed files with 3,624 additions and 6,085 deletions.
9,666 changes: 3,624 additions & 6,042 deletions package-lock.json

Large diffs are not rendered by default.

43 changes: 0 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
@@ -52,19 +52,11 @@
"registry": "https://npm.pkg.github.com/@devbabs"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.0.2",
"@evilmartians/lefthook": "^1.5.0",
"@react-native/eslint-config": "^0.73.1",
"@release-it/conventional-changelog": "^5.0.0",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.44",
"commitlint": "^17.0.2",
"del-cli": "^5.1.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-builder-bob": "^0.20.0",
@@ -86,11 +78,6 @@
"<rootDir>/lib/"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
@@ -108,36 +95,6 @@
}
}
},
"eslintConfig": {
"root": true,
"extends": [
"@react-native",
"prettier"
],
"rules": {
"prettier/prettier": [
"error",
{
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}
]
}
},
"eslintIgnore": [
"node_modules/",
"lib/"
],
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",

0 comments on commit be8b370

Please sign in to comment.