Skip to content

Commit

Permalink
feat: upgrade volar
Browse files Browse the repository at this point in the history
fix #354, fix #355
  • Loading branch information
qmhc committed Jul 30, 2024
1 parent b9c3947 commit 1935414
Show file tree
Hide file tree
Showing 5 changed files with 411 additions and 311 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "vite-plugin-dts",
"version": "4.0.0-beta.1",
"type": "module",
"packageManager": "pnpm@8.3.0",
"license": "MIT",
"author": "qmhc",
"packageManager": "pnpm@8.3.0",
"scripts": {
"build": "tsx scripts/build.ts",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path .",
"dev": "unbuild --stub",
"lint": "eslint --ext .js,.jsx,.ts,.tsx \"{src,tests}/**\"",
"postinstall": "is-ci || husky install",
"postpublish": "pinst --enable",
"lint": "eslint --ext .js,.jsx,.ts,.tsx \"{src,tests}/**\"",
"precommit": "lint-staged -c ./.husky/.lintstagedrc -q",
"prepublishOnly": "pinst --disable",
"prettier": "pretty-quick --staged && pnpm run lint",
"postpublish": "pinst --enable",
"release": "tsx scripts/release.ts",
"test": "vitest run",
"test:dev": "vitest",
Expand All @@ -39,13 +39,6 @@
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qmhc/vite-plugin-dts.git"
},
"bugs": {
"url": "https://github.com/qmhc/vite-plugin-dts/issues"
},
"keywords": [
"vite",
"vite-plugin",
Expand All @@ -57,17 +50,24 @@
"vue-tsc",
"volar"
],
"repository": {
"type": "git",
"url": "git+https://github.com/qmhc/vite-plugin-dts.git"
},
"bugs": {
"url": "https://github.com/qmhc/vite-plugin-dts/issues"
},
"dependencies": {
"@microsoft/api-extractor": "7.47.2",
"@microsoft/api-extractor": "7.47.4",
"@rollup/pluginutils": "^5.1.0",
"@volar/typescript": "^2.3.4",
"@vue/language-core": "2.0.19",
"@vue/language-core": "2.0.29",
"compare-versions": "^6.1.1",
"debug": "^4.3.5",
"debug": "^4.3.6",
"kolorist": "^1.8.0",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.10",
"vue-tsc": "2.0.19"
"magic-string": "^0.30.11",
"vue-tsc": "2.0.29"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
Expand All @@ -78,7 +78,7 @@
"@types/semver": "^7.5.8",
"@vexip-ui/commitlint-config": "^0.5.0",
"@vexip-ui/eslint-config": "^0.12.1",
"@vexip-ui/prettier-config": "^0.2.0",
"@vexip-ui/prettier-config": "^1.0.0",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^13.0.0",
"conventional-changelog-cli": "^5.0.0",
Expand All @@ -95,10 +95,10 @@
"rimraf": "^6.0.1",
"semver": "^7.6.3",
"tsx": "^4.16.2",
"typescript": "5.5.3",
"typescript": "5.5.4",
"unbuild": "^2.0.0",
"vite": "^5.3.4",
"vitest": "^2.0.3"
"vite": "^5.3.5",
"vitest": "^2.0.4"
},
"peerDependencies": {
"typescript": "*",
Expand All @@ -111,7 +111,7 @@
},
"pnpm": {
"patchedDependencies": {
"@microsoft/api-extractor@7.47.2": "patches/@microsoft__api-extractor@7.47.2.patch"
"@microsoft/api-extractor@7.47.4": "patches/@microsoft__api-extractor@7.47.4.patch"
}
}
}
Loading

0 comments on commit 1935414

Please sign in to comment.