Selaa lähdekoodia

fix: typescript for typedoc (#836)

* fix: typescript for typedoc

* fix: ts version for tsup
chenjiawei.inizio 3 kuukautta sitten
vanhempi
commit
4924f8fc93

+ 1 - 0
apps/docs/package.json

@@ -51,6 +51,7 @@
     "@eslint/js": "^9.12.0",
     "@types/node": "^18",
     "@types/lodash-es": "^4.17.12",
+    "typescript": "5.0.4",
     "sucrase": "3.35.0",
     "eslint": "^8.54.0",
     "globals": "^15.11.0",

+ 2 - 1
common/config/rush/common-versions.json

@@ -73,6 +73,7 @@
     "react": ["^16.8.6"],
     "react-dom": ["^16.8.6"],
     "@types/react": ["^16.8.6"],
-    "@types/react-dom": ["^16.8.6"]
+    "@types/react-dom": ["^16.8.6"],
+    "typescript": ["5.0.4", "5.8.3"]
   }
 }

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 169 - 164
common/config/rush/pnpm-lock.yaml


+ 1 - 0
packages/common/i18n/package.json

@@ -39,6 +39,7 @@
     "@vitest/coverage-v8": "^3.2.4",
     "eslint": "^8.54.0",
     "tsup": "^8.0.1",
+    "typescript": "^5.8.3",
     "vitest": "^3.2.4"
   },
   "publishConfig": {

+ 1 - 0
packages/plugins/free-auto-layout-plugin/package.json

@@ -49,6 +49,7 @@
     "react-dom": "^18",
     "styled-components": "^5",
     "tsup": "^8.0.1",
+    "typescript": "^5.8.3",
     "vitest": "^3.2.4"
   },
   "peerDependencies": {

+ 1 - 0
packages/plugins/i18n-plugin/package.json

@@ -43,6 +43,7 @@
     "reflect-metadata": "~0.2.2",
     "styled-components": "^5",
     "tsup": "^8.0.1",
+    "typescript": "^5.8.3",
     "vitest": "^3.2.4"
   },
   "peerDependencies": {},

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä