Skip to content

Commit

Permalink
feat: upgrade api-extractor and typescript (#390)
Browse files Browse the repository at this point in the history
* chore: upgrade api-extractor and typescript

* chore: update typescript of packages in example dir; update api-extractor

---------

Co-authored-by: lejunyang <junyang.le@externals.adidas.com>
  • Loading branch information
lejunyang and lejunyang authored Oct 22, 2024
1 parent 6c35975 commit 94cdb59
Show file tree
Hide file tree
Showing 6 changed files with 176 additions and 176 deletions.
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"tslib": "^2.6.2",
"typescript": "5.5.4",
"typescript": "5.6.3",
"vite": "^5.3.4"
},
"auth": "qmhc"
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"svelte": "^4.2.12",
"svelte-check": "^3.6.8",
"tslib": "^2.6.2",
"typescript": "5.5.4",
"typescript": "5.6.3",
"vite": "^5.3.4"
}
}
2 changes: 1 addition & 1 deletion examples/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"types": "dist/ts-test.d.ts",
"devDependencies": {
"tslib": "^2.6.2",
"typescript": "5.5.4",
"typescript": "5.6.3",
"vite": "^5.3.4"
},
"auth": "qmhc"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"tslib": "^2.6.2",
"typescript": "5.5.4",
"typescript": "5.6.3",
"vite": "^5.3.4",
"vue-tsc": "^2.1.6"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"url": "https://github.com/qmhc/vite-plugin-dts/issues"
},
"dependencies": {
"@microsoft/api-extractor": "7.47.7",
"@microsoft/api-extractor": "^7.47.11",
"@rollup/pluginutils": "^5.1.0",
"@volar/typescript": "^2.4.4",
"@vue/language-core": "2.1.6",
Expand Down Expand Up @@ -94,7 +94,7 @@
"rimraf": "^6.0.1",
"semver": "^7.6.3",
"tsx": "^4.16.2",
"typescript": "5.5.4",
"typescript": "5.6.3",
"unbuild": "^2.0.0",
"vite": "^5.3.5",
"vitest": "^2.0.4"
Expand Down
Loading

0 comments on commit 94cdb59

Please sign in to comment.