Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 3, 2024
1 parent bcb187a commit a6ca5e3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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.*"
Expand Down

0 comments on commit a6ca5e3

Please sign in to comment.