my blog https://overreacted.io

blabla

+19
+18
package-lock.json
··· 25 "shiki": "^0.14.5" 26 }, 27 "devDependencies": { 28 "autoprefixer": "^10.4.16", 29 "eslint": "^8", 30 "eslint-config-next": "13.5.6", ··· 1031 "integrity": "sha512-ABoYdNQ/kBSsLvZAekMhIPMQ3YUZvavStpKYs7BjLLuKVmIMA0LUgZ7b54zzuWJRbHF80v1cNf4r90Vd6eMQDg==", 1032 "dependencies": { 1033 "@types/unist": "^2" 1034 } 1035 }, 1036 "node_modules/@types/react": { ··· 8213 "funding": { 8214 "url": "https://github.com/sponsors/ljharb" 8215 } 8216 }, 8217 "node_modules/unherit": { 8218 "version": "3.0.1",
··· 25 "shiki": "^0.14.5" 26 }, 27 "devDependencies": { 28 + "@types/node": "^22.14.1", 29 "autoprefixer": "^10.4.16", 30 "eslint": "^8", 31 "eslint-config-next": "13.5.6", ··· 1032 "integrity": "sha512-ABoYdNQ/kBSsLvZAekMhIPMQ3YUZvavStpKYs7BjLLuKVmIMA0LUgZ7b54zzuWJRbHF80v1cNf4r90Vd6eMQDg==", 1033 "dependencies": { 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" 1045 } 1046 }, 1047 "node_modules/@types/react": { ··· 8224 "funding": { 8225 "url": "https://github.com/sponsors/ljharb" 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" 8234 }, 8235 "node_modules/unherit": { 8236 "version": "3.0.1",
+1
package.json
··· 26 "shiki": "^0.14.5" 27 }, 28 "devDependencies": { 29 "autoprefixer": "^10.4.16", 30 "eslint": "^8", 31 "eslint-config-next": "13.5.6",
··· 26 "shiki": "^0.14.5" 27 }, 28 "devDependencies": { 29 + "@types/node": "^22.14.1", 30 "autoprefixer": "^10.4.16", 31 "eslint": "^8", 32 "eslint-config-next": "13.5.6",