refactor: replace yarn with pnpm as package manager
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
"dependencies": {
|
||||
"@animxyz/core": "^0.6.6",
|
||||
"@animxyz/vue3": "^0.6.6",
|
||||
"@braks/vue-flow": "^0.4.14",
|
||||
"@braks/vue-flow": "workspace:*",
|
||||
"@stackblitz/sdk": "^1.6.0",
|
||||
"@vue/repl": "1.1.2",
|
||||
"blobity": "^0.1.7",
|
||||
|
||||
Vendored
+1
@@ -126,6 +126,7 @@ declare global {
|
||||
const useDisplayMedia: typeof import('@vueuse/core')['useDisplayMedia']
|
||||
const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
|
||||
const useDraggable: typeof import('@vueuse/core')['useDraggable']
|
||||
const useDropZone: typeof import('@vueuse/core')['useDropZone']
|
||||
const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
|
||||
const useElementByPoint: typeof import('@vueuse/core')['useElementByPoint']
|
||||
const useElementHover: typeof import('@vueuse/core')['useElementHover']
|
||||
|
||||
@@ -9,12 +9,12 @@ export function copyVueFlowPlugin(): Plugin {
|
||||
console.log('building')
|
||||
const filePath = resolve(
|
||||
__dirname,
|
||||
'../../../node_modules/@braks/vue-flow/dist/vue-flow.es.js'
|
||||
'../../node_modules/@braks/vue-flow/dist/vue-flow.es.js'
|
||||
)
|
||||
if (!existsSync(filePath)) {
|
||||
throw new Error(
|
||||
`@braks/vue-flow/dist/vue-flow.es.js not built. ` +
|
||||
`Run "yarn build" first.`
|
||||
`Run "pnpm build" first.`
|
||||
)
|
||||
}
|
||||
this.emitFile({
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
- [Node.js v12+](https://nodejs.org/)
|
||||
- [Vue 3](https://vuejs.org/)
|
||||
- [Yarn v1 classic](https://classic.yarnpkg.com/en/) (Optional)
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user