Skip to content

Commit 474979d

Browse files
committed
chore: bump @roxyapi/sdk to latest and standardize ncu scripts
Move @roxyapi/sdk to 1.2.41 (caret range kept the lockfile at 1.2.30), and standardize the upgrade and check-outdated ncu scripts plus the npm-check-updates devDep. Verified with expo-doctor, tsc, and jest.
1 parent a1b286d commit 474979d

2 files changed

Lines changed: 25 additions & 6 deletions

File tree

package-lock.json

Lines changed: 20 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@
99
"web": "expo start --web",
1010
"typecheck": "tsc --noEmit",
1111
"test": "jest",
12-
"prepare": "lefthook install"
12+
"prepare": "lefthook install",
13+
"upgrade": "ncu --target minor --upgrade",
14+
"check-outdated": "ncu"
1315
},
1416
"jest": {
1517
"preset": "jest-expo/node"
1618
},
1719
"dependencies": {
1820
"@react-native-async-storage/async-storage": "^2.2.0",
19-
"@roxyapi/sdk": "^1.2.30",
21+
"@roxyapi/sdk": "^1.2.41",
2022
"expo": "^56",
2123
"expo-constants": "~56.0.18",
2224
"expo-image": "~56.0.11",
@@ -44,6 +46,7 @@
4446
"jest": "~29.7.0",
4547
"jest-expo": "~56.0.5",
4648
"lefthook": "^2.1.9",
49+
"npm-check-updates": "^22.2.7",
4750
"typescript": "~6.0.3"
4851
},
4952
"private": true

0 commit comments

Comments
 (0)