chore(deps-dev): Move ts-patch and typescript-transform-paths to package dev-deps
This commit is contained in:
+1
-4
@@ -9,7 +9,6 @@
|
|||||||
"package"
|
"package"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "ts-patch install -s",
|
|
||||||
"dev": "yarn --cwd examples dev",
|
"dev": "yarn --cwd examples dev",
|
||||||
"docs": "yarn --cwd docs dev",
|
"docs": "yarn --cwd docs dev",
|
||||||
"docs:build": "yarn --cwd docs build",
|
"docs:build": "yarn --cwd docs build",
|
||||||
@@ -29,9 +28,7 @@
|
|||||||
"eslint-plugin-prettier": "^3.4.1",
|
"eslint-plugin-prettier": "^3.4.1",
|
||||||
"prettier": "^2.4.1",
|
"prettier": "^2.4.1",
|
||||||
"shx": "^0.3.4",
|
"shx": "^0.3.4",
|
||||||
"ts-patch": "^2.0.1",
|
|
||||||
"typedoc": "^0.22.13",
|
"typedoc": "^0.22.13",
|
||||||
"typescript": "^4.5.5",
|
"typescript": "^4.5.5"
|
||||||
"typescript-transform-paths": "^3.3.1"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,6 +48,8 @@
|
|||||||
"postcss": "^8.4.8",
|
"postcss": "^8.4.8",
|
||||||
"postcss-cli": "^9.1.0",
|
"postcss-cli": "^9.1.0",
|
||||||
"postcss-nested": "^5.0.6",
|
"postcss-nested": "^5.0.6",
|
||||||
|
"ts-patch": "^2.0.1",
|
||||||
|
"typescript-transform-paths": "^3.3.1",
|
||||||
"unplugin-auto-import": "^0.6.9",
|
"unplugin-auto-import": "^0.6.9",
|
||||||
"vite": "2.5.x",
|
"vite": "2.5.x",
|
||||||
"vite-plugin-vue-type-imports": "^0.1.3",
|
"vite-plugin-vue-type-imports": "^0.1.3",
|
||||||
|
|||||||
@@ -25,7 +25,11 @@
|
|||||||
"~/*": [
|
"~/*": [
|
||||||
"src/*"
|
"src/*"
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"plugins": [
|
||||||
|
// Transform paths in output .d.ts files (Include this line if you output declarations files)
|
||||||
|
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"./src"
|
"./src"
|
||||||
|
|||||||
@@ -1456,6 +1456,14 @@
|
|||||||
"@vuepress/core" "2.0.0-beta.38"
|
"@vuepress/core" "2.0.0-beta.38"
|
||||||
prismjs "^1.27.0"
|
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":
|
"@vuepress/plugin-theme-data@2.0.0-beta.38":
|
||||||
version "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"
|
resolved "https://registry.yarnpkg.com/@vuepress/plugin-theme-data/-/plugin-theme-data-2.0.0-beta.38.tgz#6c3358bbc00147fcf1a7199e3da057d9952047c6"
|
||||||
|
|||||||
Reference in New Issue
Block a user