Skip to content

Commit

Permalink
Update dependencies and configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
timoclsn committed Nov 1, 2023
1 parent 0dfcca1 commit db4694f
Show file tree
Hide file tree
Showing 6 changed files with 845 additions and 663 deletions.
14 changes: 7 additions & 7 deletions apps/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"sanity"
],
"dependencies": {
"@sanity/vision": "^3.18.0",
"@sanity/vision": "^3.19.0",
"easymde": "^2.18.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-is": "^18.2.0",
"sanity": "^3.18.0",
"sanity-plugin-asset-source-unsplash": "^1.1.1",
"sanity": "^3.19.0",
"sanity-plugin-asset-source-unsplash": "^1.1.2",
"sanity-plugin-markdown": "^4.1.0",
"sanity-plugin-media": "2.2.2",
"styled-components": "^6.0.8"
"sanity-plugin-media": "2.2.4",
"styled-components": "^6.1.0"
},
"devDependencies": {
"@sanity/cli": "^3.18.0",
"@sanity/cli": "^3.19.0",
"@sanity/eslint-config-studio": "^3.0.1",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
Expand Down
7 changes: 6 additions & 1 deletion apps/website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
const nextConfig = {
reactStrictMode: true,
images: {
domains: ["cdn.sanity.io"],
remotePatterns: [
{
protocol: 'https',
hostname: 'cdn.sanity.io',
},
],
},
async rewrites() {
return [
Expand Down
24 changes: 12 additions & 12 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand All @@ -14,15 +14,15 @@
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-select": "^2.0.0",
"@tailwindcss/container-queries": "^0.1.1",
"@vercel/og": "^0.5.18",
"@vercel/og": "^0.5.20",
"class-variance-authority": "^0.7.0",
"date-fns": "^2.30.0",
"feed": "^4.2.2",
"framer-motion": "^10.16.4",
"lucide-react": "^0.286.0",
"next": "^13.5.4",
"lucide-react": "^0.291.0",
"next": "^14.0.1",
"next-mdx-remote": "^4.4.1",
"next-sanity": "^5.5.8",
"next-sanity": "^5.5.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reading-time": "^1.5.0",
Expand All @@ -33,18 +33,18 @@
},
"devDependencies": {
"@tailwindcss/typography": "0.5.10",
"@types/node": "20.8.4",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/showdown": "^2.0.2",
"@types/node": "20.8.10",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/showdown": "^2.0.3",
"autoprefixer": "10.4.16",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-config-custom": "workspace:*",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.5",
"prettier-plugin-tailwindcss": "0.5.6",
"schema-dts": "^1.1.2",
"tailwindcss": "3.3.3",
"tailwindcss": "3.3.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"devDependencies": {
"prettier": "^3.0.3",
"turbo": "^1.10.15"
"turbo": "^1.10.16"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "0.0.0",
"main": "index.js",
"dependencies": {
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",
"eslint": "^8.52.0",
"eslint-config-next": "^14.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.15",
"eslint-config-turbo": "^1.10.16",
"eslint-plugin-react": "^7.33.2"
}
}
Loading

0 comments on commit db4694f

Please sign in to comment.