expo-app-blocker 0.1.21 → 0.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,9 +10,9 @@ jobs:
10
10
  if: "!startsWith(github.event.head_commit.message, 'v')"
11
11
 
12
12
  steps:
13
- - uses: actions/checkout@v4
13
+ - uses: actions/checkout@v6
14
14
 
15
- - uses: actions/setup-node@v4
15
+ - uses: actions/setup-node@v6
16
16
  with:
17
17
  node-version: 20
18
18
  registry-url: https://registry.npmjs.org
@@ -9,7 +9,7 @@ jobs:
9
9
  stale:
10
10
  runs-on: ubuntu-latest
11
11
  steps:
12
- - uses: actions/stale@v9
12
+ - uses: actions/stale@v10
13
13
  with:
14
14
  stale-issue-message: >
15
15
  This issue has been inactive for 60 days. It will be closed in 7 days
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-app-blocker",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "description": "Expo module for cross-platform app blocking. Android: UsageStatsManager + Overlay. iOS: Screen Time API (FamilyControls + ManagedSettings + DeviceActivity).",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -38,7 +38,9 @@
38
38
  "react-native": ">=0.74.0"
39
39
  },
40
40
  "devDependencies": {
41
- "typescript": "~5.9.2",
42
- "expo-modules-core": "^3.0.0"
41
+ "@types/react": "^19.2.14",
42
+ "@types/react-native": "^0.72.8",
43
+ "expo-modules-core": "^3.0.0",
44
+ "typescript": "~5.9.2"
43
45
  }
44
46
  }