Gave up implementing Code Blocks for now �

This commit is contained in:
2024-10-29 21:16:47 +01:00
parent 24716cbef1
commit d0837149fa
5 changed files with 16 additions and 30 deletions

View File

@@ -14,28 +14,27 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.453.0",
"next": "^15.0.2",
"next-sanity": "^9.8.8",
"next": "15.0.1",
"next-sanity": "^9.8.7",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react-error-boundary": "^4.1.2",
"react-refractor": "^3.1.1",
"sanity": "^3.62.3",
"sanity": "^3.62.2",
"sass": "^1.80.4",
"sonner": "^1.5.0",
"styled-components": "^6.1.13",
"styled-components": "6",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"typescript": "^5.6.3",
"@types/node": "^20.17.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"eslint": "^8.57.1",
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "15.0.1"
}
}