chore: update deps (#1633)
* chore(tests): update deps Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(workflows): update actions to latest Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore: update pnpm-lock.yaml Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(examples,vite): update deps Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(examples,nuxt): update deps Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(examples,quasar): update deps Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(examples,docs): update deps Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --------- Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/build-and-test.yml
vendored
6
.github/workflows/build-and-test.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Setup node env 🏗
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
check-latest: true
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
|
||||
- name: Setup Turbo cache 🏎️
|
||||
id: turbo-cache
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .turbo
|
||||
key: turbo-${{ runner.os }}-${{ github.sha }}
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
run: pnpm run build --cache-dir=.turbo
|
||||
|
||||
- name: Run tests 🧪
|
||||
uses: cypress-io/github-action@v5
|
||||
uses: cypress-io/github-action@v6
|
||||
with:
|
||||
install-command: pnpm cypress install
|
||||
command: pnpm run test --cache-dir=.turbo
|
||||
|
||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Setup node env 🏗
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
check-latest: true
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"typedocs": "typedoc --options ./typedoc.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@algolia/client-search": "^5.1.1",
|
||||
"@algolia/client-search": "^5.7.0",
|
||||
"@stackblitz/sdk": "^1.11.0",
|
||||
"@vercel/analytics": "^1.3.1",
|
||||
"@vercel/speed-insights": "^1.0.12",
|
||||
@@ -23,21 +23,21 @@
|
||||
"@vue-flow/node-toolbar": "workspace:*",
|
||||
"@vue/repl": "3.4.0",
|
||||
"blobity": "^0.2.3",
|
||||
"vue": "^3.4.38",
|
||||
"vue": "^3.5.11",
|
||||
"web-vitals": "^4.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify/json": "^2.2.241",
|
||||
"@iconify/json": "^2.2.256",
|
||||
"@tooling/eslint-config": "workspace:*",
|
||||
"@tooling/tsconfig": "workspace:*",
|
||||
"@windicss/plugin-scrollbar": "^1.2.3",
|
||||
"dotenv": "^16.4.5",
|
||||
"ohmyfetch": "^0.4.21",
|
||||
"typedoc": "^0.26.6",
|
||||
"typedoc-plugin-markdown": "^4.2.6",
|
||||
"typedoc-plugin-merge-modules": "^6.0.0",
|
||||
"unplugin-auto-import": "^0.18.2",
|
||||
"unplugin-icons": "^0.19.2",
|
||||
"typedoc": "^0.26.7",
|
||||
"typedoc-plugin-markdown": "^4.2.9",
|
||||
"typedoc-plugin-merge-modules": "^6.0.1",
|
||||
"unplugin-auto-import": "^0.18.3",
|
||||
"unplugin-icons": "^0.19.3",
|
||||
"unplugin-vue-components": "^0.27.4",
|
||||
"vite-plugin-windicss": "^1.9.3",
|
||||
"vitepress": "^1.3.4",
|
||||
|
||||
7
docs/src/auto-imports.d.ts
vendored
7
docs/src/auto-imports.d.ts
vendored
@@ -3,6 +3,7 @@
|
||||
// @ts-nocheck
|
||||
// noinspection JSUnusedGlobalSymbols
|
||||
// Generated by unplugin-auto-import
|
||||
// biome-ignore lint: disable
|
||||
export {}
|
||||
declare global {
|
||||
const EffectScope: typeof import('vue')['EffectScope']
|
||||
@@ -63,6 +64,7 @@ declare global {
|
||||
const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
|
||||
const onUnmounted: typeof import('vue')['onUnmounted']
|
||||
const onUpdated: typeof import('vue')['onUpdated']
|
||||
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
|
||||
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
|
||||
const provide: typeof import('vue')['provide']
|
||||
const provideLocal: typeof import('@vueuse/core')['provideLocal']
|
||||
@@ -170,6 +172,7 @@ declare global {
|
||||
const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
|
||||
const useGamepad: typeof import('@vueuse/core')['useGamepad']
|
||||
const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
|
||||
const useId: typeof import('vue')['useId']
|
||||
const useIdle: typeof import('@vueuse/core')['useIdle']
|
||||
const useImage: typeof import('@vueuse/core')['useImage']
|
||||
const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
|
||||
@@ -185,6 +188,7 @@ declare global {
|
||||
const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
|
||||
const useMemoize: typeof import('@vueuse/core')['useMemoize']
|
||||
const useMemory: typeof import('@vueuse/core')['useMemory']
|
||||
const useModel: typeof import('vue')['useModel']
|
||||
const useMounted: typeof import('@vueuse/core')['useMounted']
|
||||
const useMouse: typeof import('@vueuse/core')['useMouse']
|
||||
const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
|
||||
@@ -230,6 +234,7 @@ declare global {
|
||||
const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
|
||||
const useSupported: typeof import('@vueuse/core')['useSupported']
|
||||
const useSwipe: typeof import('@vueuse/core')['useSwipe']
|
||||
const useTemplateRef: typeof import('vue')['useTemplateRef']
|
||||
const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
|
||||
const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
|
||||
const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
|
||||
@@ -281,6 +286,6 @@ declare global {
|
||||
// for type re-export
|
||||
declare global {
|
||||
// @ts-ignore
|
||||
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
|
||||
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
|
||||
import('vue')
|
||||
}
|
||||
|
||||
@@ -14,6 +14,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tooling/eslint-config": "workspace:*",
|
||||
"nuxt": "^3.10.2"
|
||||
"nuxt": "^3.13.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
<template>
|
||||
<div style="height: 100%">
|
||||
<ClientOnly>
|
||||
<Flow />
|
||||
</ClientOnly>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -7,20 +7,21 @@
|
||||
"lint": "eslint --ext .js,.ts,.vue ./"
|
||||
},
|
||||
"dependencies": {
|
||||
"@quasar/extras": "^1.16.7",
|
||||
"@quasar/extras": "^1.16.12",
|
||||
"@vue-flow/background": "workspace:*",
|
||||
"@vue-flow/controls": "workspace:*",
|
||||
"@vue-flow/core": "workspace:*",
|
||||
"@vue-flow/minimap": "workspace:*",
|
||||
"quasar": "^2.12.7",
|
||||
"vue": "^3.3.4",
|
||||
"vue-router": "^4.2.5"
|
||||
"quasar": "^2.17.0",
|
||||
"vue": "^3.5.11",
|
||||
"vue-router": "^4.4.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@quasar/app-vite": "^1.6.2",
|
||||
"@quasar/app-vite": "^1.10.0",
|
||||
"@tooling/eslint-config": "workspace:*",
|
||||
"@types/node": "^18.18.4",
|
||||
"@vitejs/plugin-vue": "^4.4.0",
|
||||
"autoprefixer": "^10.4.16"
|
||||
"@vitejs/plugin-vue": "^5.1.4",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"vite": "^5.4.8"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"lint": "eslint --ext .js,.ts,.vue ./ && vue-tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dagrejs/dagre": "^1.1.2",
|
||||
"@dagrejs/dagre": "^1.1.4",
|
||||
"@vue-flow/background": "workspace:*",
|
||||
"@vue-flow/controls": "workspace:*",
|
||||
"@vue-flow/core": "workspace:*",
|
||||
@@ -15,17 +15,17 @@
|
||||
"@vue-flow/node-resizer": "workspace:*",
|
||||
"@vue-flow/node-toolbar": "workspace:*",
|
||||
"html-to-image": "^1.11.11",
|
||||
"pinia": "^2.1.7"
|
||||
"pinia": "^2.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tooling/eslint-config": "workspace:*",
|
||||
"@tooling/tsconfig": "workspace:*",
|
||||
"@vitejs/plugin-vue": "^4.4.0",
|
||||
"unplugin-auto-import": "^0.16.6",
|
||||
"vite": "^4.4.11",
|
||||
"vite-svg-loader": "^4.0.0",
|
||||
"vue": "^3.3.4",
|
||||
"vue-router": "^4.2.5",
|
||||
"vue-tsc": "^1.8.16"
|
||||
"@vitejs/plugin-vue": "^5.1.4",
|
||||
"unplugin-auto-import": "^0.18.3",
|
||||
"vite": "^5.4.8",
|
||||
"vite-svg-loader": "^5.1.0",
|
||||
"vue": "^3.5.11",
|
||||
"vue-router": "^4.4.5",
|
||||
"vue-tsc": "^2.1.6"
|
||||
}
|
||||
}
|
||||
|
||||
6566
pnpm-lock.yaml
generated
6566
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -16,11 +16,11 @@
|
||||
"devDependencies": {
|
||||
"@tooling/eslint-config": "workspace:*",
|
||||
"@tooling/tsconfig": "workspace:*",
|
||||
"@vitejs/plugin-vue": "^4.4.0",
|
||||
"cypress": "^12.17.4",
|
||||
"eslint-plugin-cypress": "^2.15.1",
|
||||
"typescript": "^4.9.5",
|
||||
"vite": "^4.4.11",
|
||||
"@vitejs/plugin-vue": "^5.1.4",
|
||||
"cypress": "^13.15.0",
|
||||
"eslint-plugin-cypress": "^3.5.0",
|
||||
"typescript": "^5.3.3",
|
||||
"vite": "^5.4.8",
|
||||
"vue": "^3.3.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user