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] authored Aug 1, 2023
1 parent bcb187a commit 5e1922f
Show file tree
Hide file tree
Showing 3 changed files with 1,861 additions and 1,429 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.3.4"
},
"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.40.0",
"@babel/types": "7.22.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.3.4",
"autoprefixer": "10.4.14",
"cypress": "9.7.0",
"eslint": "8.46.0",
"eslint-plugin-cypress": "2.13.3",
"https-localhost": "4.7.1",
"pnpm": "6.32.9",
"postcss": "8.4.12",
"pnpm": "6.35.1",
"postcss": "8.4.27",
"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.4.1",
"svelte": "3.59.2",
"tailwindcss": "3.3.3",
"typescript": "4.9.5",
"unplugin-auto-import": "0.16.6",
"unplugin-vue-components": "0.25.1",
"vite": "2.9.16",
"vitest": "0.34.0",
"vue-tsc": "0.40.13"
},
"engines": {

Check failure on line 68 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in specified order. 'engines' should be before 'devDependencies'
"node": ">=16.*"
Expand Down
Loading

0 comments on commit 5e1922f

Please sign in to comment.