Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions examples/expo-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,36 @@
"@react-navigation/bottom-tabs": "^7.3.10",
"@react-navigation/elements": "^2.6.3",
"@react-navigation/native": "^7.1.6",
"expo": "~53.0.22",
"expo-blur": "~14.1.5",
"expo-constants": "~17.1.7",
"expo-device": "^7.1.4",
"expo-font": "~13.3.2",
"expo-haptics": "~14.1.4",
"expo-image": "~2.4.0",
"expo-linking": "~7.1.7",
"expo-notifications": "^0.31.4",
"expo-router": "~5.1.6",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"expo-symbols": "~0.4.5",
"expo-system-ui": "~5.0.11",
"expo-web-browser": "~14.2.0",
"expo": "~55.0.5",
"expo-blur": "~55.0.9",
"expo-constants": "~55.0.7",
"expo-device": "~55.0.9",
"expo-font": "~55.0.4",
"expo-haptics": "~55.0.8",
"expo-image": "~55.0.6",
"expo-linking": "~55.0.7",
"expo-notifications": "~55.0.12",
"expo-router": "~55.0.5",
"expo-splash-screen": "~55.0.10",
"expo-status-bar": "~55.0.4",
"expo-symbols": "~55.0.5",
"expo-system-ui": "~55.0.9",
"expo-web-browser": "~55.0.9",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-native": "^0.79.2",
"react-native-gesture-handler": "^2.27.1",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-web": "~0.21.2",
"react-native-webview": "13.13.5"
"react-native": "0.83.2",
"react-native-gesture-handler": "~2.30.0",
"react-native-reanimated": "4.2.1",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing react-native-worklets peer dependency for Reanimated 4

High Severity

The bump of react-native-reanimated from ~3.17.4 to 4.2.1 is a major version upgrade that introduces a new required peer dependency on react-native-worklets. The yarn.lock confirms react-native-reanimated@4.2.1 declares react-native-worklets: ">=0.7.0" as a peer dependency, but react-native-worklets is neither listed in package.json nor resolved in the lockfile. The example app will fail at build or runtime because Reanimated 4.x extracted its worklet engine into a separate package.

Fix in Cursor Fix in Web

"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-web": "~0.21.0",
"react-native-webview": "13.16.0"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@types/react": "^19.1.8",
"eslint": "^8.56.0",
"eslint-config-expo": "~9.2.0",
"eslint-config-expo": "~55.0.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@knocklabs/client": "workspace:^",
"@knocklabs/react-core": "workspace:^",
"@knocklabs/react-native": "workspace:^",
"react-native-gesture-handler": "^2.27.1",
"react-native-gesture-handler": "~2.30.0",
"react-native-render-html": "^6.3.4",
"react-native-svg": "^15.12.0"
},
Expand All @@ -70,13 +70,13 @@
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.14",
"expo": "~53.0.22",
"expo-constants": "~17.1.7",
"expo-device": "^7.1.4",
"expo-notifications": "^0.31.4",
"expo": "~55.0.5",
"expo-constants": "~55.0.7",
"expo-device": "~55.0.9",
"expo-notifications": "~55.0.12",
"jsdom": "^27.1.0",
"react": "^19.0.0",
"react-native": "^0.79.2",
"react-native": "0.83.2",
"rimraf": "^6.0.1",
"typescript": "^5.8.3",
"vite": "^5.4.19",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@knocklabs/client": "workspace:^",
"@knocklabs/react-core": "workspace:^",
"react-native-gesture-handler": "^2.27.1",
"react-native-gesture-handler": "~2.30.0",
"react-native-get-random-values": "^1.11.0",
"react-native-render-html": "^6.3.4",
"react-native-svg": "^15.12.0"
Expand All @@ -65,7 +65,7 @@
"eslint-plugin-react-refresh": "^0.4.14",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-native": "^0.79.2",
"react-native": "0.83.2",
"rimraf": "^6.0.1",
"typescript": "^5.8.3",
"vite": "^5.4.19",
Expand Down
Loading
Loading