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:
Braks
2024-10-04 09:29:10 +02:00
parent a90010b5c4
commit de6f042826
10 changed files with 3016 additions and 3630 deletions

View File

@@ -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

View File

@@ -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