Skip to content

Commit

Permalink
chore: update deps (#1633)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
bcakmakoglu authored Oct 4, 2024
1 parent e38d7b3 commit 2a4042f
Show file tree
Hide file tree
Showing 10 changed files with 2,949 additions and 3,563 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
7 changes: 6 additions & 1 deletion docs/src/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down Expand Up @@ -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']
Expand Down Expand Up @@ -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']
Expand All @@ -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']
Expand Down Expand Up @@ -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']
Expand Down Expand Up @@ -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')
}
2 changes: 1 addition & 1 deletion examples/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
"nuxt": "^3.10.2"
"nuxt": "^3.13.2"
}
}
4 changes: 3 additions & 1 deletion examples/nuxt3/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<template>
<div style="height: 100%">
<Flow />
<ClientOnly>
<Flow />
</ClientOnly>
</div>
</template>
15 changes: 8 additions & 7 deletions examples/quasar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
18 changes: 9 additions & 9 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
"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:*",
"@vue-flow/minimap": "workspace:*",
"@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"
}
}
Loading

0 comments on commit 2a4042f

Please sign in to comment.