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
8 changes: 4 additions & 4 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"typegen:generate": "sanity typegen generate"
},
"dependencies": {
"@sanity/client": "^7.5.0",
"@vercel/functions": "^2.2.0",
"@sanity/client": "^7.12.0",
"@vercel/functions": "^2.2.13",
"d3-color": "^3.1.0",
"groq": "^4.6.0"
"groq": "^4.10.2"
},
"devDependencies": {
"@edge-runtime/types": "^4.0.0",
"@types/d3-color": "^3.1.3",
"typescript": "5.8.3"
"typescript": "5.9.3"
}
}
24 changes: 12 additions & 12 deletions astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.3.0",
"@astrojs/vercel": "^8.1.5",
"@sanity/client": "^7.5.0",
"@tailwindcss/vite": "^4.1.10",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@astrojs/react": "^4.4.0",
"@astrojs/vercel": "^8.2.9",
"@sanity/client": "^7.12.0",
"@tailwindcss/vite": "^4.1.14",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"@vercel/speed-insights": "^1.2.0",
"astro": "^5.9.2",
"framer-motion": "^12.18.0",
"groq": "^4.6.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwindcss": "^4.1.10",
"typescript": "^5.8.3"
"framer-motion": "^12.23.24",
"groq": "^4.10.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3"
}
}
16 changes: 8 additions & 8 deletions next-13/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
"typegen:generate": "sanity typegen generate"
},
"dependencies": {
"@sanity/client": "^7.5.0",
"@sanity/client": "^7.12.0",
"@vercel/speed-insights": "^1.2.0",
"framer-motion": "^12.18.0",
"groq": "^4.6.0",
"framer-motion": "^12.23.24",
"groq": "^4.10.2",
"next": "13.5.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"use-effect-event": "^2.0.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.3.23",
"@types/node": "^20.19.20",
"@types/react": "^18.3.26",
"@types/react-dom": "^18.3.7",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.1",
"eslint-config-next": "13.5.11",
"eslint-plugin-react-hooks": "experimental",
"postcss": "^8.5.5",
"tailwindcss": "^3.4.17",
"typescript": "5.8.3"
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"typescript": "5.9.3"
}
}
20 changes: 10 additions & 10 deletions next-14/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
"typegen:generate": "sanity typegen generate"
},
"dependencies": {
"@sanity/client": "^7.5.0",
"@sanity/client": "^7.12.0",
"@vercel/speed-insights": "^1.2.0",
"framer-motion": "^12.18.0",
"groq": "^4.6.0",
"framer-motion": "^12.23.24",
"groq": "^4.10.2",
"next": "14.2.29",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"use-effect-event": "^2.0.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.10",
"@types/node": "^20",
"@types/react": "^18.3.23",
"@tailwindcss/postcss": "^4.1.14",
"@types/node": "^20.19.20",
"@types/react": "^18.3.26",
"@types/react-dom": "^18.3.7",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.30",
"eslint-config-next": "14.2.33",
"eslint-plugin-react-hooks": "experimental",
"postcss": "^8.5.5",
"tailwindcss": "^4.1.10",
"typescript": "5.8.3"
"postcss": "^8.5.6",
"tailwindcss": "^4.1.14",
"typescript": "5.9.3"
}
}
28 changes: 14 additions & 14 deletions next-15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
"typegen:generate": "sanity typegen generate"
},
"dependencies": {
"@sanity/client": "^7.5.0",
"@sanity/client": "^7.12.0",
"@vercel/speed-insights": "^1.2.0",
"framer-motion": "^12.18.0",
"groq": "^4.6.0",
"framer-motion": "^12.23.24",
"groq": "^4.10.2",
"next": "15.3.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"use-effect-event": "^2.0.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.10",
"@types/node": "^20",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@tailwindcss/postcss": "^4.1.14",
"@types/node": "^20.19.20",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"babel-plugin-react-compiler": "rc",
"eslint": "^9.28.0",
"eslint-config-next": "15.3.3",
"eslint": "^9.37.0",
"eslint-config-next": "15.5.4",
"eslint-plugin-react-compiler": "rc",
"eslint-plugin-react-hooks": "experimental",
"postcss": "^8.5.5",
"tailwindcss": "^4.1.10",
"typescript": "5.8.3"
"postcss": "^8.5.6",
"tailwindcss": "^4.1.14",
"typescript": "5.9.3"
}
}
22 changes: 11 additions & 11 deletions next-canary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
"typegen:generate": "sanity typegen generate"
},
"dependencies": {
"@sanity/client": "^7.5.0",
"@sanity/client": "^7.12.0",
"@vercel/speed-insights": "^1.2.0",
"framer-motion": "^12.18.0",
"groq": "^4.6.0",
"framer-motion": "^12.23.24",
"groq": "^4.10.2",
"next": "canary",
"react": "experimental",
"react-dom": "experimental"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.10",
"@types/node": "^20",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@tailwindcss/postcss": "^4.1.14",
"@types/node": "^20.19.20",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"babel-plugin-react-compiler": "rc",
"eslint": "^9.28.0",
"eslint": "^9.37.0",
"eslint-config-next": "canary",
"eslint-plugin-react-compiler": "rc",
"eslint-plugin-react-hooks": "experimental",
"postcss": "^8.5.5",
"tailwindcss": "^4.1.10",
"typescript": "5.8.3"
"postcss": "^8.5.6",
"tailwindcss": "^4.1.14",
"typescript": "5.9.3"
}
}
2 changes: 1 addition & 1 deletion next-enterprise/expirator-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1

FROM oven/bun:1.2.16-slim AS base
FROM oven/bun:1.3.0-slim AS base

LABEL fly_launch_runtime="Bun"

Expand Down
2 changes: 1 addition & 1 deletion next-enterprise/expirator-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "bun run index.ts"
},
"dependencies": {
"@sanity/client": "7.5.0"
"@sanity/client": "7.12.0"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.7.10",
Expand Down
28 changes: 14 additions & 14 deletions next-enterprise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
"typegen:generate": "sanity typegen generate"
},
"dependencies": {
"@sanity/client": "^7.5.0",
"@sanity/client": "^7.12.0",
"@vercel/speed-insights": "^1.2.0",
"framer-motion": "^12.18.0",
"groq": "^4.6.0",
"framer-motion": "^12.23.24",
"groq": "^4.10.2",
"next": "15.3.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"use-effect-event": "^2.0.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.10",
"@types/node": "^20",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@tailwindcss/postcss": "^4.1.14",
"@types/node": "^20.19.20",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"babel-plugin-react-compiler": "rc",
"eslint": "^9.28.0",
"eslint-config-next": "15.3.3",
"eslint": "^9.37.0",
"eslint-config-next": "15.5.4",
"eslint-plugin-react-compiler": "rc",
"eslint-plugin-react-hooks": "experimental",
"postcss": "^8.5.5",
"tailwindcss": "^4.1.10",
"typescript": "5.8.3"
"postcss": "^8.5.6",
"tailwindcss": "^4.1.14",
"typescript": "5.9.3"
}
}
16 changes: 8 additions & 8 deletions nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"typegen:generate": "sanity typegen generate"
},
"dependencies": {
"@nuxt/eslint": "1.4.1",
"@sanity/client": "^7.5.0",
"@tailwindcss/vite": "^4.1.10",
"@nuxt/eslint": "1.9.0",
"@sanity/client": "^7.12.0",
"@tailwindcss/vite": "^4.1.14",
"@vercel/speed-insights": "^1.2.0",
"@vueuse/motion": "^3.0.3",
"eslint": "^9.28.0",
"groq": "^4.6.0",
"eslint": "^9.37.0",
"groq": "^4.10.2",
"nuxt": "^3.17.5",
"tailwindcss": "^4.1.10",
"tailwindcss": "^4.1.14",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"typescript": "5.8.3",
"vue-tsc": "^2.2.10"
"typescript": "5.9.3",
"vue-tsc": "^2.2.12"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"typegen": "pnpm -r run schema:extract && pnpm -r run typegen:generate"
},
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
"@sanity/prettier-config": "^1.0.3",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"prettier": "^3.5.3",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@sanity/prettier-config": "^1.0.6",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.12",
"sanity": "4.6.0",
"typescript": "5.8.3"
"prettier-plugin-tailwindcss": "^0.6.14",
"sanity": "4.10.2",
"typescript": "5.9.3"
},
"packageManager": "[email protected]",
"pnpm": {
Expand Down
Loading
Loading