Skip to content

Commit 88eb3c8

Browse files
committed
chore: roll back Next.js to v14.2.28, React to v18.3.20, and Tailwind CSS to v3.4.1
1 parent 750dc39 commit 88eb3c8

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,24 @@
1616
"@netlify/blobs": "^8.1.0",
1717
"@netlify/functions": "^3.0.0",
1818
"@octokit/webhooks-types": "^7.6.1",
19-
"next": "15.3.1",
20-
"react": "^19.0.0",
21-
"react-dom": "^19.0.0",
19+
"next": "14.2.28",
20+
"react": "^18.3.20",
21+
"react-dom": "^18.3.20",
2222
"react-icons": "^5.4.0",
23-
"react-markdown": "^10.0.0",
23+
"react-markdown": "^9.0.3",
2424
"remark-gfm": "^4.0.0"
2525
},
2626
"devDependencies": {
2727
"@playwright/test": "^1.52.0",
28-
"@tailwindcss/postcss": "^4.1.4",
2928
"@tailwindcss/typography": "^0.5.16",
3029
"@types/node": "^20",
31-
"@types/react": "^19.0.0",
32-
"@types/react-dom": "^19.0.0",
33-
"eslint": "^9.0.0",
34-
"eslint-config-next": "15.3.1",
30+
"@types/react": "^18",
31+
"@types/react-dom": "^18",
32+
"eslint": "^8",
33+
"eslint-config-next": "14.2.28",
3534
"eslint-plugin-header": "^3.1.1",
3635
"postcss": "^8",
37-
"tailwindcss": "^4.0.0",
36+
"tailwindcss": "^3.4.1",
3837
"typescript": "^5"
3938
}
4039
}

0 commit comments

Comments
 (0)