1
0

fix: use node20 typescript types

This commit is contained in:
Dominik Pschenitschni 2024-06-10 17:22:26 +02:00 committed by konrad
parent 4fb48e7ab3
commit abf912f93f
3 changed files with 852 additions and 627 deletions

View File

@ -135,15 +135,15 @@
"@histoire/plugin-screenshot": "0.17.17", "@histoire/plugin-screenshot": "0.17.17",
"@histoire/plugin-vue": "0.17.17", "@histoire/plugin-vue": "0.17.17",
"@rushstack/eslint-patch": "1.10.2", "@rushstack/eslint-patch": "1.10.2",
"@tsconfig/node18": "18.2.4", "@tsconfig/node20": "20.1.4",
"@types/codemirror": "5.60.15", "@types/codemirror": "5.60.15",
"@types/dompurify": "3.0.5", "@types/dompurify": "3.0.5",
"@types/flexsearch": "0.7.6", "@types/flexsearch": "0.7.6",
"@types/is-touch-device": "1.0.2", "@types/is-touch-device": "1.0.2",
"@types/lodash.debounce": "4.0.9", "@types/lodash.debounce": "4.0.9",
"@types/marked": "5.0.2", "@types/marked": "5.0.2",
"@types/node": "20.12.11",
"@types/postcss-preset-env": "7.7.0", "@types/postcss-preset-env": "7.7.0",
"@types/node": "20.14.2",
"@types/sortablejs": "1.15.8", "@types/sortablejs": "1.15.8",
"@typescript-eslint/eslint-plugin": "7.8.0", "@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0", "@typescript-eslint/parser": "7.8.0",

1473
frontend/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"extends": [ "extends": [
"@tsconfig/node18/tsconfig.json", "@tsconfig/node20/tsconfig.json",
"@vue/tsconfig/tsconfig.json" "@vue/tsconfig/tsconfig.json"
], ],
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"], "include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],