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 Apr 5, 2024
1 parent e9152f7 commit d99bc34
Show file tree
Hide file tree
Showing 3 changed files with 2,401 additions and 1,061 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
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.2
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.2
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.2
uses: pnpm/action-setup@v2.4.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
50 changes: 25 additions & 25 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "web-components-library-starter",
"type": "module",
"version": "0.8.0",
"packageManager": "pnpm@7.12.2",
"packageManager": "pnpm@7.33.7",
"description": "The most simple way to create a cross-framework component library. Using Web Components, to be understood by all.",
"keywords": [
"web-components",
Expand Down Expand Up @@ -32,32 +32,32 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"dependencies": {
"@vueuse/core": "9.3.0",
"vue": "3.2.40"
"@vueuse/core": "9.13.0",
"vue": "3.4.21"
},
"devDependencies": {
"@babel/types": "^7.19.3",
"@iconify-json/heroicons-outline": "^1.1.4",
"@iconify-json/heroicons-solid": "^1.1.5",
"@ow3/eslint-config": "^0.30.0",
"@types/node": "^18.7.17",
"@unocss/preset-icons": "^0.45.26",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/compiler-sfc": "^3.2.40",
"@babel/types": "^7.24.0",
"@iconify-json/heroicons-outline": "^1.1.10",
"@iconify-json/heroicons-solid": "^1.1.11",
"@ow3/eslint-config": "^0.47.3",
"@types/node": "^18.19.30",
"@unocss/preset-icons": "^0.59.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/compiler-sfc": "^3.4.21",
"bumpp": "^8.2.1",
"commitizen": "^4.2.5",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^2.2.2",
"cz-git": "^1.3.11",
"eslint": "^8.24.0",
"lint-staged": "^13.0.3",
"minimist": "^1.2.6",
"simple-git-hooks": "^2.8.0",
"typescript": "^4.8.4",
"unocss": "^0.45.26",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.7",
"vite": "^3.1.4",
"vitest": "^0.23.4",
"cz-git": "^1.9.1",
"eslint": "^8.57.0",
"lint-staged": "^13.3.0",
"minimist": "^1.2.8",
"simple-git-hooks": "^2.11.1",
"typescript": "^4.9.5",
"unocss": "^0.59.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^3.2.10",
"vitest": "^0.34.6",
"vue-tsc": "^0.40.13"
},
"simple-git-hooks": {
Expand All @@ -73,8 +73,8 @@
}
},
"engines": {
"node": ">=v16.17.1",
"pnpm": ">=7.12.2"
"node": ">=16.20.2",
"pnpm": ">=7.33.7"
},
"contributors": [
"Chris Breuer <chris@ow3.org>"
Expand Down

0 comments on commit d99bc34

Please sign in to comment.