Skip to content

Commit

Permalink
Disable PPR & update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Sep 6, 2024
1 parent 8f941e1 commit a29ab7d
Show file tree
Hide file tree
Showing 3 changed files with 321 additions and 378 deletions.
1 change: 0 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const nextConfig = {
compress: false,
experimental: {
reactCompiler: true,
ppr: true,
},
};

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,26 @@
"@primer/css": "21.3.6",
"@tailwindcss/typography": "0.5.15",
"@types/jsonwebtoken": "9.0.6",
"@types/node": "22.5.1",
"@types/react": "18.3.4",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"babel-plugin-react-compiler": "0.0.0-experimental-4e0eccf-20240830",
"babel-plugin-react-compiler": "0.0.0-experimental-7449567-20240904",
"daisyui": "4.12.10",
"dotenv": "16.4.5",
"encoding": "0.1.13",
"eslint": "8.57.0",
"eslint-config-next": "15.0.0-canary.136",
"eslint-config-next": "15.0.0-canary.143",
"expo-server-sdk": "3.10.0",
"graphql": "16.9.0",
"graphql-request": "7.1.0",
"hast-util-sanitize": "5.0.1",
"jsonwebtoken": "9.0.2",
"next": "15.0.0-canary.136",
"postcss": "8.4.41",
"next": "15.0.0-canary.143",
"postcss": "8.4.45",
"prettier": "3.3.3",
"react": "19.0.0-rc-e56f4ae3-20240830",
"react-dom": "19.0.0-rc-e56f4ae3-20240830",
"react": "19.0.0-rc-4c58fce7-20240904",
"react-dom": "19.0.0-rc-4c58fce7-20240904",
"rehype-external-links": "3.0.0",
"rehype-raw": "7.0.0",
"rehype-sanitize": "6.0.0",
Expand Down
Loading

0 comments on commit a29ab7d

Please sign in to comment.