This commit is contained in:
Lee Robinson 2024-04-17 21:31:30 -05:00
parent 09963d432e
commit e35ce1fe29
3 changed files with 299 additions and 303 deletions

View File

@ -4,9 +4,6 @@ module.exports = {
// Disabling on production builds because we're running checks on PRs via GitHub Actions. // Disabling on production builds because we're running checks on PRs via GitHub Actions.
ignoreDuringBuilds: true ignoreDuringBuilds: true
}, },
experimental: {
ppr: true
},
images: { images: {
formats: ['image/avif', 'image/webp'], formats: ['image/avif', 'image/webp'],
remotePatterns: [ remotePatterns: [

View File

@ -22,31 +22,31 @@
"*": "prettier --write --ignore-unknown" "*": "prettier --write --ignore-unknown"
}, },
"dependencies": { "dependencies": {
"@headlessui/react": "^1.7.18", "@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3", "@heroicons/react": "^2.1.3",
"clsx": "^2.1.0", "clsx": "^2.1.0",
"geist": "^1.3.0", "geist": "^1.3.0",
"next": "14.1.4", "next": "14.2.2",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0" "react-dom": "18.2.0"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.11", "@tailwindcss/typography": "^0.5.12",
"@types/node": "20.11.30", "@types/node": "20.12.7",
"@types/react": "18.2.72", "@types/react": "18.2.79",
"@types/react-dom": "18.2.22", "@types/react-dom": "18.2.25",
"@vercel/git-hooks": "^1.0.0", "@vercel/git-hooks": "^1.0.0",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"eslint": "^8.57.0", "eslint": "^9.0.0",
"eslint-config-next": "^14.1.4", "eslint-config-next": "^14.2.2",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^51.0.1", "eslint-plugin-unicorn": "^52.0.0",
"lint-staged": "^15.2.2", "lint-staged": "^15.2.2",
"postcss": "^8.4.38", "postcss": "^8.4.38",
"prettier": "3.2.5", "prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12", "prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.1", "tailwindcss": "^3.4.3",
"typescript": "5.4.3" "typescript": "5.4.5"
} }
} }

575
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff