From a6ca5e338689b1976549f694e090fa882f87985e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 17:24:21 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/ci.yml | 8 +++--- package.json | 56 ++++++++++++++++++++-------------------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd94766..a634130 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2.2.1 + uses: pnpm/action-setup@v2.4.0 - name: Set node uses: actions/setup-node@v3 @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup pnpm - uses: pnpm/action-setup@v2.2.1 + uses: pnpm/action-setup@v2.4.0 - name: Setup Node uses: actions/setup-node@v3 @@ -67,7 +67,7 @@ jobs: - uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2.2.1 + uses: pnpm/action-setup@v2.4.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 @@ -93,7 +93,7 @@ jobs: key: cypress-cache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} - name: Install pnpm - uses: pnpm/action-setup@v2.2.1 + uses: pnpm/action-setup@v2.4.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 diff --git a/package.json b/package.json index 41bf751..18b82ce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "meema-elements", "version": "0.0.0", - "packageManager": "pnpm@6.32.9", + "packageManager": "pnpm@6.35.1", "description": "The easiest way to ensure your media/data is always displayed quickly, securely and at the highest quality possible.", "keywords": [ "web-components", @@ -33,37 +33,37 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@vueuse/core": "8.3.0", - "vue": "3.2.33" + "@vueuse/core": "8.9.4", + "vue": "3.4.26" }, "devDependencies": { - "@antfu/eslint-config": "0.20.6", - "@babel/types": "7.17.0", - "@vitebook/client": "0.23.5", - "@vitebook/core": "0.23.5", - "@vitebook/markdown-vue": "0.23.5", - "@vitebook/theme-default": "0.23.5", - "@vitebook/vue": "0.23.5", - "@vitejs/plugin-vue": "2.3.1", - "@vue/compiler-sfc": "3.2.33", - "autoprefixer": "10.4.4", - "cypress": "9.5.4", - "eslint": "8.13.0", - "eslint-plugin-cypress": "2.12.1", + "@antfu/eslint-config": "0.43.1", + "@babel/types": "7.24.5", + "@vitebook/client": "0.100.5", + "@vitebook/core": "0.100.5", + "@vitebook/markdown-vue": "0.100.5", + "@vitebook/theme-default": "0.100.5", + "@vitebook/vue": "0.100.5", + "@vitejs/plugin-vue": "2.3.4", + "@vue/compiler-sfc": "3.4.26", + "autoprefixer": "10.4.19", + "cypress": "9.7.0", + "eslint": "8.57.0", + "eslint-plugin-cypress": "2.15.2", "https-localhost": "4.7.1", - "pnpm": "6.32.9", - "postcss": "8.4.12", + "pnpm": "6.35.1", + "postcss": "8.4.38", "postcss-import": "14.1.0", - "prettier": "2.6.2", - "prettier-plugin-tailwindcss": "0.1.10", - "svelte": "3.47.0", - "tailwindcss": "3.0.24", - "typescript": "4.6.3", - "unplugin-auto-import": "0.7.1", - "unplugin-vue-components": "0.19.3", - "vite": "2.9.5", - "vitest": "0.9.3", - "vue-tsc": "0.34.7" + "prettier": "2.8.8", + "prettier-plugin-tailwindcss": "0.5.14", + "svelte": "3.59.2", + "tailwindcss": "3.4.3", + "typescript": "4.9.5", + "unplugin-auto-import": "0.17.5", + "unplugin-vue-components": "0.27.0", + "vite": "2.9.18", + "vitest": "0.34.6", + "vue-tsc": "0.40.13" }, "engines": { "node": ">=16.*"