Skip to content

Commit

Permalink
Update Dependencies (#37)
Browse files Browse the repository at this point in the history
* Update Turbo

* Update CMS

* Update Site Dependencies

* Update to React 19

* Add React Compiler

* Revert "Add React Compiler"

This reverts commit 7c9bb9b.

* Revert "Update to React 19"

This reverts commit f41859a.
  • Loading branch information
timoclsn authored Jun 8, 2024
1 parent 593ac4f commit a0c305f
Show file tree
Hide file tree
Showing 7 changed files with 4,668 additions and 3,217 deletions.
28 changes: 14 additions & 14 deletions apps/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
"sanity"
],
"dependencies": {
"@sanity/vision": "^3.21.3",
"@sanity/vision": "^3.45.0",
"easymde": "^2.18.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-is": "^18.2.0",
"sanity": "^3.21.3",
"sanity-plugin-asset-source-unsplash": "^1.1.2",
"sanity-plugin-markdown": "^4.1.0",
"sanity-plugin-media": "2.2.4",
"styled-components": "^6.1.1"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-is": "^18.3.1",
"sanity": "^3.45.0",
"sanity-plugin-asset-source-unsplash": "^3.0.1",
"sanity-plugin-markdown": "^4.1.2",
"sanity-plugin-media": "2.2.5",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@sanity/cli": "^3.21.3",
"@sanity/eslint-config-studio": "^3.0.1",
"@sanity/cli": "^3.45.0",
"@sanity/eslint-config-studio": "^4.0.0",
"eslint": "^8.55.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
"prettier": "^3.3.1",
"typescript": "^5.4.5"
}
}
5 changes: 3 additions & 2 deletions apps/website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ const nextConfig = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'cdn.sanity.io',
protocol: "https",
hostname: "cdn.sanity.io",
},
],
},
transpilePackages: ["next-mdx-remote"],
async rewrites() {
return [
{
Expand Down
42 changes: 21 additions & 21 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,38 @@
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-select": "^2.0.0",
"@tailwindcss/container-queries": "^0.1.1",
"@vercel/og": "^0.6.1",
"@vercel/og": "^0.6.2",
"cva": "1.0.0-beta.1",
"date-fns": "^2.30.0",
"date-fns": "^3.6.0",
"feed": "^4.2.2",
"framer-motion": "^10.16.16",
"lucide-react": "^0.294.0",
"next": "^14.0.4",
"next-mdx-remote": "^4.4.1",
"next-sanity": "^7.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"framer-motion": "^11.2.10",
"lucide-react": "^0.390.0",
"next": "^14.2.3",
"next-mdx-remote": "^5.0.0",
"next-sanity": "^9.3.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reading-time": "^1.5.0",
"server-only": "^0.0.1",
"sharp": "^0.33.0",
"sharp": "^0.33.4",
"showdown": "^2.1.0",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.10",
"@types/node": "20.10.4",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17",
"@tailwindcss/typography": "0.5.13",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/showdown": "^2.0.6",
"autoprefixer": "10.4.16",
"autoprefixer": "10.4.19",
"eslint": "8.55.0",
"eslint-config-custom": "workspace:*",
"postcss": "8.4.32",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.9",
"postcss": "8.4.38",
"prettier": "3.3.1",
"prettier-plugin-tailwindcss": "0.6.2",
"schema-dts": "^1.1.2",
"tailwindcss": "3.3.6",
"tailwindcss": "3.4.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.3.3"
"typescript": "5.4.5"
}
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"prettier": "^3.1.1",
"turbo": "^1.11.2"
}
"prettier": "^3.3.1",
"turbo": "^2.0.3"
},
"packageManager": "[email protected]"
}
6 changes: 3 additions & 3 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"main": "index.js",
"dependencies": {
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.4",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.11.2",
"eslint-plugin-react": "^7.33.2"
"eslint-config-turbo": "^2.0.3",
"eslint-plugin-react": "^7.34.2"
}
}
Loading

0 comments on commit a0c305f

Please sign in to comment.