chore: audit fix and temporary removal ts7 from package

This commit is contained in:
2026-08-11 12:10:34 +02:00
parent 6d44d8d1e9
commit 28b2fff3d6
+2 -2
View File
@@ -20,7 +20,8 @@
"rehype-sanitize": "^6.0.0", "rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1", "remark-gfm": "^4.0.1",
"shiki": "^4.3.1", "shiki": "^4.3.1",
"tailwindcss": "^4.2.2" "tailwindcss": "^4.2.2",
"typescript-eslint": "^8.67.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^8.0.1", "@babel/core": "^8.0.1",
@@ -44,5 +45,4 @@
"allowScripts": { "allowScripts": {
"core-js@3.49.0": true "core-js@3.49.0": true
}, },
"_comment": "TS7 aliased side-by-side: typescript->TS6 API for typescript-eslint, @typescript/native->TS7 tsc. Revisit when TS 7.1 API lands (typescript-eslint#10940)."
} }