Skip to content

Commit cedad03

Browse files
committed
Update package.json
1 parent baca7e6 commit cedad03

4 files changed

Lines changed: 1832 additions & 16563 deletions

File tree

package.json

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,22 @@
33
"version": "0.0.0",
44
"private": true,
55
"workspaces": [
6-
"packages/*"
6+
"packages/react-native-gesture-handler"
77
],
8-
"scripts": {},
8+
"scripts": {
9+
"ts-check": "cd ./packages/react-native-gesture-handler && yarn tsc --noEmit"
10+
},
911
"devDependencies": {
10-
"@typescript-eslint/eslint-plugin": "^4.33.0",
11-
"@typescript-eslint/parser": "^4.33.0",
12-
"eslint": "^7.32.0",
13-
"eslint-config-satya164": "^3.1.8",
14-
"eslint-import-resolver-babel-module": "^5.2.0",
15-
"eslint-plugin-prettier": "^5.2.1",
16-
"husky": "^8.0.1",
17-
"prettier": "3.3.3",
12+
"@types/react": "^19.0.12",
13+
"@typescript-eslint/eslint-plugin": "^8.29.1",
14+
"@typescript-eslint/parser": "^8.29.1",
15+
"eslint": "^9.24.0",
16+
"eslint-config-satya164": "^4.0.1",
17+
"eslint-import-resolver-babel-module": "^5.3.2",
18+
"eslint-plugin-prettier": "^5.2.6",
19+
"husky": "^9.1.7",
20+
"lint-staged": "^15.5.1",
21+
"prettier": "3.5.3",
1822
"typescript": "5.0.4"
1923
},
2024
"packageManager": "yarn@4.7.0"

packages/react-native-gesture-handler/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
"version": "2.25.0",
44
"description": "Declarative API exposing native platform touch and gesture system to React Native",
55
"scripts": {
6-
"prepare": "bob build && husky install",
6+
"postinstall": "bob build && husky install",
77
"test": "jest",
88
"build": "yarn tsc -p tsconfig.build.json",
99
"precommit": "lint-staged",
10-
"release": "npm login && release-it",
1110
"ts-check": "yarn tsc --noEmit",
1211
"format:js": "prettier --write --list-different './{src,example,FabricExample,MacOSExample}/**/*.{js,jsx,ts,tsx}'",
1312
"format:android": "node ./scripts/format-android.js",

0 commit comments

Comments
 (0)