Skip to content

Commit

Permalink
build: update denpendencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Dec 25, 2023
1 parent 6b9d94c commit 5fcf989
Show file tree
Hide file tree
Showing 10 changed files with 1,903 additions and 1,576 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ export interface PluginOptions {
Thanks for all the contributions!

<a href="https://github.com/qmhc/vite-plugin-dts/graphs/contributors">
<img src="https://contrib.rocks/image?repo=qmhc/vite-plugin-dts" />
<img src="https://contrib.rocks/image?repo=qmhc/vite-plugin-dts" alt="contributors" />
</a>

## Example
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ export interface PluginOptions {
感谢他们的所做的一切贡献!

<a href="https://github.com/qmhc/vite-plugin-dts/graphs/contributors">
<img src="https://contrib.rocks/image?repo=qmhc/vite-plugin-dts" />
<img src="https://contrib.rocks/image?repo=qmhc/vite-plugin-dts" alt="contributors" />
</a>

## 示例
Expand Down
12 changes: 6 additions & 6 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^4.0.1",
"tslib": "^2.5.3",
"typescript": "5.1.6",
"vite": "^4.4.9"
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"tslib": "^2.6.2",
"typescript": "5.3.3",
"vite": "^5.0.10"
}
}
14 changes: 7 additions & 7 deletions examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"build": "DEBUG=\"vite-plugin-dts:bundle\" vite build"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.4",
"@tsconfig/svelte": "^4.0.1",
"svelte": "^3.58.0",
"svelte-check": "^3.3.1",
"tslib": "^2.5.3",
"typescript": "5.1.6",
"vite": "^4.4.9"
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"tslib": "^2.6.2",
"typescript": "5.3.3",
"vite": "^5.0.10"
}
}
6 changes: 3 additions & 3 deletions examples/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"types": "dist/ts-test.d.ts",
"devDependencies": {
"tslib": "^2.5.3",
"typescript": "5.1.6",
"vite": "^4.4.9"
"tslib": "^2.6.2",
"typescript": "5.3.3",
"vite": "^5.0.10"
}
}
12 changes: 6 additions & 6 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"build": "DEBUG=\"vite-plugin-dts:bundle\" vite build"
},
"dependencies": {
"vue": "^3.2.40"
"vue": "^3.3.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"tslib": "^2.5.3",
"typescript": "5.1.6",
"vite": "^4.4.9"
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"tslib": "^2.6.2",
"typescript": "5.3.3",
"vite": "^5.0.10"
}
}
2 changes: 1 addition & 1 deletion examples/vue/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default defineConfig({
],
// include: ['src/index.ts'],
exclude: ['src/ignore'],
staticImport: true,
// staticImport: true,
rollupTypes: true,
// insertTypesEntry: true,
compilerOptions: {
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,43 +57,43 @@
"volar"
],
"dependencies": {
"@microsoft/api-extractor": "^7.38.0",
"@rollup/pluginutils": "^5.0.5",
"@vue/language-core": "^1.8.20",
"@microsoft/api-extractor": "7.39.0",
"@rollup/pluginutils": "^5.1.0",
"@vue/language-core": "^1.8.26",
"debug": "^4.3.4",
"kolorist": "^1.8.0",
"vue-tsc": "^1.8.20"
"vue-tsc": "^1.8.26"
},
"devDependencies": {
"@commitlint/cli": "^18.0.0",
"@types/debug": "^4.1.10",
"@types/minimist": "^1.2.4",
"@types/node": "^20.8.8",
"@types/prompts": "^2.4.7",
"@types/semver": "^7.5.4",
"@vexip-ui/commitlint-config": "^0.2.0",
"@vexip-ui/eslint-config": "^0.8.1",
"@commitlint/cli": "^18.4.3",
"@types/debug": "^4.1.12",
"@types/minimist": "^1.2.5",
"@types/node": "^20.10.5",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.6",
"@vexip-ui/commitlint-config": "^0.3.0",
"@vexip-ui/eslint-config": "^0.11.0",
"@vexip-ui/prettier-config": "^0.2.0",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^12.0.0",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.52.0",
"eslint": "^8.56.0",
"execa": "^8.0.1",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^15.0.2",
"lint-staged": "^15.2.0",
"minimist": "^1.2.8",
"pinst": "^3.0.0",
"prettier": "^3.0.3",
"prettier": "^3.1.1",
"pretty-quick": "^3.1.3",
"prompts": "^2.4.2",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
"tsx": "^3.14.0",
"tsx": "^4.7.0",
"typescript": "5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.5.0",
"vitest": "^0.34.6"
"vite": "^5.0.10",
"vitest": "^1.1.0"
},
"peerDependencies": {
"typescript": "*",
Expand All @@ -106,7 +106,7 @@
},
"pnpm": {
"patchedDependencies": {
"@microsoft/api-extractor@7.38.0": "patches/@microsoft__api-extractor@7.38.0.patch"
"@microsoft/api-extractor@7.39.0": "patches/@microsoft__api-extractor@7.39.0.patch"
}
}
}
Loading

0 comments on commit 5fcf989

Please sign in to comment.