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
32 changes: 16 additions & 16 deletions apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
"data-import-check": "tsx src/scripts/data-import-check.ts"
},
"dependencies": {
"@apollo/client": "^4.1.4",
"@aws-sdk/client-s3": "^3.1015.0",
"@aws-sdk/s3-request-presigner": "3.1015.0",
"@strapi/plugin-graphql": "5.36.0",
"@strapi/plugin-users-permissions": "5.36.0",
"@strapi/provider-upload-aws-s3": "5.36.0",
"@strapi/strapi": "5.36.0",
"@apollo/client": "^4.1.6",
"@aws-sdk/client-s3": "^3.1022.0",
"@aws-sdk/s3-request-presigner": "3.1022.0",
"@strapi/plugin-graphql": "5.41.1",
"@strapi/plugin-users-permissions": "5.41.1",
"@strapi/provider-upload-aws-s3": "5.41.1",
"@strapi/strapi": "5.41.1",
"graphql-tag": "2.12.6",
"dotenv": "^16.4.0",
"pg": "^8.13.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0",
"dotenv": "^17.4.0",
"pg": "^8.20.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.2",
"strapi-provider-email-resend": "^1.0.4",
"styled-components": "^6.0.0"
"styled-components": "^6.3.12"
},
"devDependencies": {
"@graphql-codegen/cli": "6.2.1",
Expand All @@ -43,9 +43,9 @@
"@graphql-typed-document-node/core": "3.2.0",
"@strapi/design-system": "2.2.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"graphql": "16.13.1",
"@types/react": "^19",
"@types/react-dom": "^19",
"graphql": "16.13.2",
"typescript": "^5",
"tsx": "^4.21.0",
"vitest": "2.1.9"
Expand Down
24 changes: 12 additions & 12 deletions apps/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"test": "echo \"no tests configured\""
},
"dependencies": {
"@apollo/client": "^4.1.4",
"@aws-sdk/client-s3": "^3.0.0",
"@apollo/client": "^4.1.6",
"@aws-sdk/client-s3": "^3.1022.0",
"@forge/graphql": "workspace:*",
"@mux/mux-node": "^9.0.0",
"@t3-oss/env-nextjs": "^0.13.10",
"lucide-react": "^0.577.0",
"next": "^16.1.6",
"openai": "^4.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"workflow": "^4.2.0-beta.70",
"@mux/mux-node": "^12.8.1",
"@t3-oss/env-nextjs": "^0.13.11",
"lucide-react": "^1.7.0",
"next": "^16.2.2",
"openai": "^6.33.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"workflow": "^4.2.0-beta.75",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.0.0",
"eslint-config-next": "^16.1.6",
"typescript": "^5"
Expand Down
32 changes: 16 additions & 16 deletions apps/mobile-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,30 @@
"build": "echo 'Expo app has no production bundle step; use expo export or EAS when needed.'"
},
"dependencies": {
"@apollo/client": "^4.1.4",
"@apollo/client": "^4.1.6",
"@forge/graphql": "workspace:*",
"@hebcal/hdate": "^0.21.1",
"@shopify/flash-list": "^2.0.2",
"@shopify/flash-list": "^2.3.1",
"@t3-oss/env-core": "^0.13.11",
"expo": "~54.0.33",
"expo-blur": "~15.0.8",
"expo-image": "~3.0.11",
"expo-linear-gradient": "^15.0.8",
"expo-router": "~6.0.23",
"expo-status-bar": "~3.0.9",
"expo-video": "~3.0.16",
"graphql": "^16.12.0",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-safe-area-context": "^5.6.2",
"react-native-screens": "~4.16.0",
"react-native-webview": "13.15.0",
"expo": "~55.0.9",
"expo-blur": "~55.0.10",
"expo-image": "~55.0.6",
"expo-linear-gradient": "^55.0.9",
"expo-router": "~55.0.8",
"expo-status-bar": "~55.0.4",
"expo-video": "~55.0.11",
"graphql": "^16.13.2",
"react": "19.2.4",
"react-native": "0.84.1",
"react-native-safe-area-context": "^5.7.0",
"react-native-screens": "~4.24.0",
"react-native-webview": "13.16.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@babel/runtime": "^7.28.0",
"@types/jest": "^29.5.0",
"@types/react": "~19.1.17",
"@types/react": "~19.2.14",
"eslint": ">=8.10",
"eslint-config-expo": "~10.0.0",
"jest": "^29.7.0",
Expand Down
30 changes: 15 additions & 15 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,32 @@
"build": "echo 'Expo app has no production bundle step; use expo export or EAS when needed.'"
},
"dependencies": {
"@apollo/client": "^4.1.4",
"@apollo/client": "^4.1.6",
"@forge/graphql": "workspace:*",
"@hebcal/hdate": "^0.21.1",
"@react-navigation/native": "^7.1.33",
"@react-navigation/native-stack": "^7.14.4",
"@react-navigation/native": "^7.2.2",
"@react-navigation/native-stack": "^7.14.10",
"@t3-oss/env-core": "^0.13.11",
"expo": "~54.0.33",
"expo-blur": "~15.0.8",
"expo-linear-gradient": "^55.0.8",
"expo-status-bar": "~3.0.9",
"expo": "~55.0.9",
"expo-blur": "~55.0.10",
"expo-linear-gradient": "^55.0.9",
"expo-status-bar": "~55.0.4",
"expo-updates": "^55.0.16",
"expo-video": "~3.0.16",
"graphql": "^16.12.0",
"react": "19.1.0",
"react-native": "0.81.5",
"expo-video": "~55.0.11",
"graphql": "^16.13.2",
"react": "19.2.4",
"react-native": "0.84.1",
"react-native-safe-area-context": "^5.7.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-webview": "13.15.0",
"react-native-screens": "~4.24.0",
"react-native-svg": "15.15.4",
"react-native-webview": "13.16.1",
"rxjs": "^7.8.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@babel/runtime": "^7.28.0",
"@types/jest": "^29.5.0",
"@types/react": "~19.1.0",
"@types/react": "~19.2.14",
"eslint": ">=8.10",
"eslint-config-expo": "~10.0.0",
"jest": "^29.7.0",
Expand Down
12 changes: 6 additions & 6 deletions apps/roadmap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"dependencies": {
"@tailwindcss/typography": "0.5.19",
"gray-matter": "^4.0.3",
"next": "^15.3.1",
"next": "^16.2.2",
"qrcode.react": "^4.2.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-markdown": "^9.0.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.4",
"@types/node": "^22.15.3",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3"
Expand Down
22 changes: 11 additions & 11 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@
"test": "echo \"no tests configured\""
},
"dependencies": {
"@apollo/client": "^4.1.4",
"@base-ui/react": "^1.2.0",
"@apollo/client": "^4.1.6",
"@base-ui/react": "^1.3.0",
"@forge/graphql": "workspace:*",
"@hebcal/hdate": "^0.21.1",
"@t3-oss/env-nextjs": "^0.13.10",
"@t3-oss/env-nextjs": "^0.13.11",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"graphql": "^16.12.0",
"lucide-react": "^0.577.0",
"next": "^16.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"graphql": "^16.13.2",
"lucide-react": "^1.7.0",
"next": "^16.2.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"rxjs": "^7.3.0",
"shadcn": "^4.0.3",
"shadcn": "^4.1.2",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"video.js": "^8.22.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/video.js": "^7.3.56",
"eslint": "^9.0.0",
"eslint-config-next": "^16.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"gql.tada": "^1.9.0",
"graphql": "^16.9.0"
"gql.tada": "^1.9.2",
"graphql": "^16.13.2"
},
"devDependencies": {
"@forge/cms": "workspace:*",
Expand Down
Loading
Loading