Skip to content

Commit

Permalink
chore(deps): update app dependencies (#2352)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 4a80dde commit bcc63ae
Show file tree
Hide file tree
Showing 14 changed files with 1,635 additions and 1,361 deletions.
2 changes: 1 addition & 1 deletion apps/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@sanity/image-url": "^1.1.0",
"@sanity/visual-editing": "workspace:*",
"@vercel/stega": "^0.1.2",
"astro": "^5.1.1",
"astro": "^5.1.2",
"astro-portabletext": "^0.11.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
6 changes: 3 additions & 3 deletions apps/live-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@types/react-dom": "^18.3.5",
"@vercel/speed-insights": "^1.1.0",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-201e55d-20241215",
"babel-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
"date-fns": "^4.1.0",
"framer-motion": "12.0.0-alpha.2",
"next": "canary",
"next-sanity": "9.8.29",
"next-sanity": "9.8.31",
"postcss": "^8.4.49",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand All @@ -45,6 +45,6 @@
"@repo/prettier-config": "workspace:*",
"eslint": "^8.57.1",
"eslint-config-next": "canary",
"eslint-plugin-react-compiler": "19.0.0-beta-201e55d-20241215"
"eslint-plugin-react-compiler": "19.0.0-beta-63e3235-20250105"
}
}
4 changes: 2 additions & 2 deletions apps/next-with-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"@sanity/preview-url-secret": "workspace:*",
"@sanity/vision": "^3.68.3",
"@tailwindcss/typography": "0.5.15",
"@tinloof/sanity-studio": "1.5.0",
"@tinloof/sanity-studio": "1.6.1",
"classnames": "2.5.1",
"lucide-react": "^0.469.0",
"next": "latest",
"next-sanity": "^9.8.29",
"next-sanity": "^9.8.31",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.68.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"eslint": "^8.57.1",
"eslint-config-next": "latest",
"next": "latest",
"next-sanity": "9.8.29",
"next-sanity": "9.8.31",
"postcss": "8.4.49",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "6.1.13",
"styled-components": "6.1.14",
"suspend-react": "0.1.3",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2"
Expand Down
6 changes: 3 additions & 3 deletions apps/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"prettier": "@repo/prettier-config",
"dependencies": {
"@nuxtjs/sanity": "^1.13.2",
"@nuxtjs/sanity": "^1.13.3",
"@nuxtjs/tailwindcss": "^6.12.2",
"@repo/env": "workspace:*",
"@repo/studio-url": "workspace:*",
Expand All @@ -21,8 +21,8 @@
"sanity": "^3.68.3"
},
"devDependencies": {
"@nuxt/devtools": "^1.6.4",
"@nuxt/devtools": "^1.7.0",
"@repo/prettier-config": "workspace:*",
"nuxt": "^3.14.1592"
"nuxt": "^3.15.1"
}
}
12 changes: 6 additions & 6 deletions apps/page-builder-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@next/bundle-analyzer": "latest",
"@react-spring/three": "^9.7.5",
"@react-three/drei": "^9.120.4",
"@react-three/drei": "^9.120.5",
"@react-three/fiber": "9.0.0-rc.1",
"@repo/env": "workspace:*",
"@repo/prettier-config": "workspace:*",
Expand All @@ -34,20 +34,20 @@
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"autoprefixer": "10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-201e55d-20241215",
"babel-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
"clsx": "^2.1.1",
"eslint": "^8.57.1",
"eslint-config-next": "latest",
"eslint-plugin-react-compiler": "19.0.0-beta-201e55d-20241215",
"eslint-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
"next": "latest",
"next-sanity": "9.8.29",
"next-sanity": "9.8.31",
"postcss": "8.4.49",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"server-only": "^0.0.1",
"styled-components": "6.1.13",
"styled-components": "6.1.14",
"tailwindcss": "^3.4.17",
"three": "^0.171.0",
"three": "^0.172.0",
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@sanity/visual-editing": "workspace:*",
"@vercel/remix": "^2.15.2",
"@vercel/stega": "0.1.2",
"isbot": "^5.1.18",
"isbot": "^5.1.20",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"source-map-support": "^0.5.21"
Expand Down
8 changes: 4 additions & 4 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"@repo/sanity-schema": "workspace:*",
"@sanity/presentation": "workspace:*",
"@sanity/preview-url-secret": "workspace:*",
"@sanity/ui": "2.10.12",
"@sanity/ui": "2.11.0",
"@sanity/vision": "^3.68.3",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vercel/stega": "0.1.2",
"react": "^18.3.1",
"react-compiler-runtime": "19.0.0-beta-201e55d-20241215",
"react-compiler-runtime": "19.0.0-beta-55955c9-20241229",
"react-dom": "^18.3.1",
"sanity": "^3.68.3",
"styled-components": "6.1.13",
"styled-components": "6.1.14",
"typescript": "5.7.2"
},
"devDependencies": {
"@repo/prettier-config": "workspace:*",
"babel-plugin-react-compiler": "19.0.0-beta-201e55d-20241215"
"babel-plugin-react-compiler": "19.0.0-beta-63e3235-20250105"
},
"dependenciesMeta": {
"@repo/sanity-schema": {
Expand Down
4 changes: 2 additions & 2 deletions apps/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"@sanity/image-url": "^1.1.0"
},
"devDependencies": {
"@fontsource/fira-mono": "^5.1.0",
"@fontsource/fira-mono": "^5.1.1",
"@repo/prettier-config": "workspace:*",
"@sanity/client": "^6.24.1",
"@sanity/presentation": "workspace:*",
"@sanity/preview-url-secret": "workspace:*",
"@sanity/svelte-loader": "workspace:*",
"@sanity/visual-editing": "workspace:*",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.13.0",
"@sveltejs/kit": "^2.15.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/cookie": "^0.6.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@repo/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.3.3",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "19.0.0-beta-201e55d-20241215",
"eslint-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
"eslint-plugin-react-hooks": "^5.1.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/comlink/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@remix-run/react": "^2.15.2",
"@remix-run/serve": "^2.15.2",
"@sanity/comlink": "workspace:*",
"@xstate/react": "^5.0.0",
"isbot": "^5.1.18",
"@xstate/react": "^5.0.1",
"isbot": "^5.1.20",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand All @@ -31,7 +31,7 @@
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
Expand Down
4 changes: 2 additions & 2 deletions packages/presentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"mendoza": "3.0.8",
"mnemonist": "0.39.8",
"path-to-regexp": "^6.3.0",
"react-compiler-runtime": "19.0.0-beta-201e55d-20241215",
"react-compiler-runtime": "19.0.0-beta-55955c9-20241229",
"rxjs": "^7.8.1",
"suspend-react": "0.1.3",
"use-effect-event": "^1.0.2"
Expand All @@ -73,7 +73,7 @@
"@repo/visual-editing-helpers": "workspace:*",
"@sanity/pkg-utils": "6.12.2",
"@types/lodash": "^4.17.13",
"babel-plugin-react-compiler": "19.0.0-beta-201e55d-20241215",
"babel-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
"eslint": "^8.57.1",
"happy-dom": "^15.11.7",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/visual-editing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"babel-plugin-react-compiler": "19.0.0-beta-201e55d-20241215",
"babel-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
"eslint": "^8.57.1",
"eslint-plugin-storybook": "^0.11.1",
"happy-dom": "^15.11.7",
Expand Down
Loading

0 comments on commit bcc63ae

Please sign in to comment.