Skip to content
Closed
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
2 changes: 1 addition & 1 deletion apps/admin/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"better-auth": "^1.6.18",
"date-fns": "^4.4.0",
"jose": "^6.2.3",
"lucide-react": "^1.18.0",
"lucide-react": "^1.20.0",
"next": "^16.2.9",
"next-intl": "^4.13.0",
"next-themes": "^0.4.6",
Expand Down
18 changes: 9 additions & 9 deletions apps/mobile/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@better-auth/expo": "^1.6.18",
"@expo/vector-icons": "^15.1.1",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-navigation/native": "^7.3.1",
"@react-navigation/native": "^7.3.3",
"@tanstack/react-query": "^5.101.0",
"axios": "^1.17.0",
"axios": "^1.18.0",
"better-auth": "^1.6.18",
"expo": "~56.0.11",
"expo-auth-session": "~56.0.14",
Expand All @@ -27,14 +27,14 @@
"expo-crypto": "~56.0.4",
"expo-document-picker": "~56.0.4",
"expo-file-system": "~56.0.8",
"expo-font": "~56.0.6",
"expo-image-picker": "~56.0.17",
"expo-font": "~56.0.7",
"expo-image-picker": "~56.0.18",
"expo-linking": "~56.0.14",
"expo-localization": "~56.0.6",
"expo-network": "~56.0.5",
"expo-router": "~56.2.10",
"expo-router": "~56.2.11",
"expo-secure-store": "~56.0.4",
"expo-sharing": "~56.0.17",
"expo-sharing": "~56.0.18",
"expo-splash-screen": "~56.0.10",
"expo-status-bar": "~56.0.4",
"expo-web-browser": "~56.0.5",
Expand All @@ -44,10 +44,10 @@
"react-native": "0.85.3",
"react-native-gesture-handler": "~2.31.1",
"react-native-pdf": "^7.0.4",
"react-native-reanimated": "~4.3.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-reanimated": "~4.4.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Keep Reanimated and Worklets versions in sync

In the mobile workspace this bumps react-native-reanimated to 4.4.1, whose lockfile entry now declares react-native-worklets: 0.9.x, but the same lockfile still resolves Reanimated with react-native-worklets@0.8.1 and apps/mobile does not add a 0.9.x worklets dependency. With this dependency set the React Native app installs an incompatible Reanimated/Worklets pair, which can fail at build or startup; either add/update react-native-worklets to the required 0.9.x version or keep Reanimated on the 4.3.x line that accepted 0.8.x.

Useful? React with 👍 / 👎.

"react-native-safe-area-context": "~5.8.0",
"react-native-screens": "~4.25.2",
"react-native-svg": "15.15.4",
"react-native-svg": "15.15.5",
"react-native-toast-message": "^2.3.3",
"zustand": "^5.0.14"
},
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"@giga-pdf/ui": "workspace:*",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"@sentry/nextjs": "^10.57.0",
"@sentry/nextjs": "^10.58.0",
"better-auth": "^1.6.18",
"clsx": "^2.1.1",
"fabric": "^7.4.0",
"jose": "^6.2.3",
"lucide-react": "^1.18.0",
"lucide-react": "^1.20.0",
"next": "^16.2.9",
"next-intl": "^4.13.0",
"next-themes": "^0.4.6",
Expand All @@ -60,14 +60,14 @@
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"@vitest/coverage-v8": "^4.1.8",
"@vitest/coverage-v8": "^4.1.9",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.9",
"jsdom": "^29.1.1",
"postcss": "^8.5.15",
"prisma": "^7.8.0",
"tailwindcss": "^4.3.1",
"typescript": "^6.0.3",
"vitest": "^4.1.8"
"vitest": "^4.1.9"
}
}
2 changes: 1 addition & 1 deletion packages/api/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@giga-pdf/types": "workspace:*",
"@tanstack/react-query": "^5.101.0",
"axios": "^1.17.0",
"axios": "^1.18.0",
"socket.io-client": "^4.8.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/billing/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@giga-pdf/ui": "workspace:*",
"@stripe/react-stripe-js": "^6.6.0",
"@stripe/stripe-js": "^9.8.0",
"lucide-react": "^1.18.0"
"lucide-react": "^1.20.0"
},
"devDependencies": {
"@giga-pdf/eslint-config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/editor/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"@testing-library/react": "^16.3.2",
"@types/node": "^25.9.3",
"@types/react": "^19.2.17",
"@vitest/coverage-v8": "^4.1.8",
"@vitest/coverage-v8": "^4.1.9",
"jsdom": "^29.1.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"socket.io-client": "^4.8.3",
"tsup": "^8.5.1",
"typescript": "^6.0.3",
"vitest": "^4.1.8"
"vitest": "^4.1.9"
}
}
4 changes: 2 additions & 2 deletions packages/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"devDependencies": {
"@types/node": "^25.9.3",
"@types/react": "^19.2.17",
"@vitest/coverage-v8": "^4.1.8",
"@vitest/coverage-v8": "^4.1.9",
"react": "19.2.3",
"react-dom": "19.2.3",
"tsup": "^8.5.1",
"typescript": "^6.0.3",
"vitest": "^4.1.8"
"vitest": "^4.1.9"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"*.js"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^8.61.0",
"@typescript-eslint/parser": "^8.61.0",
"@typescript-eslint/eslint-plugin": "^8.61.1",
"@typescript-eslint/parser": "^8.61.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/pdf-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
"@giga-pdf/eslint-config": "workspace:*",
"@giga-pdf/typescript-config": "workspace:*",
"@types/node": "^25.9.3",
"@vitest/coverage-v8": "^4.1.8",
"@vitest/coverage-v8": "^4.1.9",
"pdfjs-dist": "5.7.284",
"tsup": "^8.5.1",
"typescript": "^6.0.3",
"vitest": "^4.1.8"
"vitest": "^4.1.9"
},
"engines": {
"node": ">=20.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/s3/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1068.0",
"@aws-sdk/s3-request-presigner": "^3.1068.0",
"@aws-sdk/client-s3": "^3.1071.0",
"@aws-sdk/s3-request-presigner": "^3.1071.0",
"@giga-pdf/types": "workspace:*"
},
"devDependencies": {
Expand Down
32 changes: 16 additions & 16 deletions packages/ui/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.16",
"@radix-ui/react-dropdown-menu": "^2.1.17",
"@radix-ui/react-label": "^2.1.9",
"@radix-ui/react-popover": "^1.1.16",
"@radix-ui/react-progress": "^1.1.9",
"@radix-ui/react-scroll-area": "^1.2.11",
"@radix-ui/react-select": "^2.3.0",
"@radix-ui/react-separator": "^1.1.9",
"@radix-ui/react-slider": "^1.4.0",
"@radix-ui/react-slot": "^1.2.5",
"@radix-ui/react-switch": "^1.3.0",
"@radix-ui/react-tabs": "^1.1.14",
"@radix-ui/react-toast": "^1.2.16",
"@radix-ui/react-toggle-group": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.9",
"@radix-ui/react-dialog": "^1.1.17",
"@radix-ui/react-dropdown-menu": "^2.1.18",
"@radix-ui/react-label": "^2.1.10",
"@radix-ui/react-popover": "^1.1.17",
"@radix-ui/react-progress": "^1.1.10",
"@radix-ui/react-scroll-area": "^1.2.12",
"@radix-ui/react-select": "^2.3.1",
"@radix-ui/react-separator": "^1.1.10",
"@radix-ui/react-slider": "^1.4.1",
"@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-switch": "^1.3.1",
"@radix-ui/react-tabs": "^1.1.15",
"@radix-ui/react-toast": "^1.2.17",
"@radix-ui/react-toggle-group": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"lucide-react": "^1.18.0",
"lucide-react": "^1.20.0",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
Expand Down
Loading
Loading