my blog https://overreacted.io

blabla

+19
+18
package-lock.json
··· 25 25 "shiki": "^0.14.5" 26 26 }, 27 27 "devDependencies": { 28 + "@types/node": "^22.14.1", 28 29 "autoprefixer": "^10.4.16", 29 30 "eslint": "^8", 30 31 "eslint-config-next": "13.5.6", ··· 1031 1032 "integrity": "sha512-ABoYdNQ/kBSsLvZAekMhIPMQ3YUZvavStpKYs7BjLLuKVmIMA0LUgZ7b54zzuWJRbHF80v1cNf4r90Vd6eMQDg==", 1032 1033 "dependencies": { 1033 1034 "@types/unist": "^2" 1035 + } 1036 + }, 1037 + "node_modules/@types/node": { 1038 + "version": "22.14.1", 1039 + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.1.tgz", 1040 + "integrity": "sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==", 1041 + "dev": true, 1042 + "license": "MIT", 1043 + "dependencies": { 1044 + "undici-types": "~6.21.0" 1034 1045 } 1035 1046 }, 1036 1047 "node_modules/@types/react": { ··· 8213 8224 "funding": { 8214 8225 "url": "https://github.com/sponsors/ljharb" 8215 8226 } 8227 + }, 8228 + "node_modules/undici-types": { 8229 + "version": "6.21.0", 8230 + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", 8231 + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", 8232 + "dev": true, 8233 + "license": "MIT" 8216 8234 }, 8217 8235 "node_modules/unherit": { 8218 8236 "version": "3.0.1",
+1
package.json
··· 26 26 "shiki": "^0.14.5" 27 27 }, 28 28 "devDependencies": { 29 + "@types/node": "^22.14.1", 29 30 "autoprefixer": "^10.4.16", 30 31 "eslint": "^8", 31 32 "eslint-config-next": "13.5.6",