Merge pull request #20723 from backstage/rugvip/remove-exp-types

cli: remove support for --experimental-type-build
This commit is contained in:
Patrik Oldsberg
2023-10-23 16:59:25 +02:00
committed by GitHub
60 changed files with 258 additions and 489 deletions
-4
View File
@@ -174,16 +174,12 @@
"type-fest": "^2.19.0"
},
"peerDependencies": {
"@microsoft/api-extractor": "^7.21.2",
"@vitejs/plugin-react": "^4.0.4",
"vite": "^4.4.9",
"vite-plugin-html": "^3.2.0",
"vite-plugin-node-polyfills": "^0.14.1"
},
"peerDependenciesMeta": {
"@microsoft/api-extractor": {
"optional": true
},
"@vitejs/plugin-react": {
"optional": true
},