chore(deps-dev): Move ts-patch and typescript-transform-paths to package dev-deps

This commit is contained in:
Braks
2022-04-08 19:59:13 +02:00
parent 7aa1773e02
commit c52b870a3d
4 changed files with 16 additions and 5 deletions

View File

@@ -9,7 +9,6 @@
"package"
],
"scripts": {
"prepare": "ts-patch install -s",
"dev": "yarn --cwd examples dev",
"docs": "yarn --cwd docs dev",
"docs:build": "yarn --cwd docs build",
@@ -29,9 +28,7 @@
"eslint-plugin-prettier": "^3.4.1",
"prettier": "^2.4.1",
"shx": "^0.3.4",
"ts-patch": "^2.0.1",
"typedoc": "^0.22.13",
"typescript": "^4.5.5",
"typescript-transform-paths": "^3.3.1"
"typescript": "^4.5.5"
}
}

View File

@@ -48,6 +48,8 @@
"postcss": "^8.4.8",
"postcss-cli": "^9.1.0",
"postcss-nested": "^5.0.6",
"ts-patch": "^2.0.1",
"typescript-transform-paths": "^3.3.1",
"unplugin-auto-import": "^0.6.9",
"vite": "2.5.x",
"vite-plugin-vue-type-imports": "^0.1.3",

View File

@@ -25,7 +25,11 @@
"~/*": [
"src/*"
]
}
},
"plugins": [
// Transform paths in output .d.ts files (Include this line if you output declarations files)
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
]
},
"include": [
"./src"

View File

@@ -1456,6 +1456,14 @@
"@vuepress/core" "2.0.0-beta.38"
prismjs "^1.27.0"
"@vuepress/plugin-shiki@^2.0.0-beta.38":
version "2.0.0-beta.38"
resolved "https://registry.yarnpkg.com/@vuepress/plugin-shiki/-/plugin-shiki-2.0.0-beta.38.tgz#931e33f2eb0dc0d594d3ddec4830eabc4843f240"
integrity sha512-ws5TpKsNDls2BPDtQLkUfeO1IB06BXzXAADe54u/ELTf7C9bE5teU6f9ETUwi+UhtySUtokm7UoJbx9rmu5o+A==
dependencies:
"@vuepress/core" "2.0.0-beta.38"
shiki "^0.10.1"
"@vuepress/plugin-theme-data@2.0.0-beta.38":
version "2.0.0-beta.38"
resolved "https://registry.yarnpkg.com/@vuepress/plugin-theme-data/-/plugin-theme-data-2.0.0-beta.38.tgz#6c3358bbc00147fcf1a7199e3da057d9952047c6"