fixed caching regression

This commit is contained in:
2024-09-30 10:56:14 -06:00
parent 2dab8bcd6e
commit a51a968aea
6 changed files with 15 additions and 64 deletions

View File

@@ -12,6 +12,7 @@
"dependencies": {
"next": "^14.2.7",
"react": "^18",
"jsdom": "^25.0.0",
"react-dom": "^18"
},
"devDependencies": {
@@ -31,7 +32,6 @@
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.3.1",
"eslint-config-next": "^14.2.7",
"jsdom": "^25.0.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",