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 Oct 20, 2022
1 parent e9152f7 commit 6a00596
Show file tree
Hide file tree
Showing 3 changed files with 507 additions and 453 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/[email protected].2
uses: pnpm/[email protected].4

- name: Set node
uses: actions/setup-node@v3
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/[email protected].2
uses: pnpm/[email protected].4

- name: Setup Node
uses: actions/setup-node@v3
Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/[email protected].2
uses: pnpm/[email protected].4

- 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/[email protected].2
uses: pnpm/[email protected].4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
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.13.6",
"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.3.1",
"vue": "3.2.41"
},
"devDependencies": {
"@babel/types": "^7.19.3",
"@babel/types": "^7.19.4",
"@iconify-json/heroicons-outline": "^1.1.4",
"@iconify-json/heroicons-solid": "^1.1.5",
"@ow3/eslint-config": "^0.30.0",
"@ow3/eslint-config": "^0.31.2",
"@types/node": "^18.7.17",
"@unocss/preset-icons": "^0.45.26",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/compiler-sfc": "^3.2.40",
"@unocss/preset-icons": "^0.45.30",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/compiler-sfc": "^3.2.41",
"bumpp": "^8.2.1",
"commitizen": "^4.2.5",
"conventional-changelog-cli": "^2.2.2",
"cz-git": "^1.3.11",
"eslint": "^8.24.0",
"eslint": "^8.25.0",
"lint-staged": "^13.0.3",
"minimist": "^1.2.6",
"simple-git-hooks": "^2.8.0",
"minimist": "^1.2.7",
"simple-git-hooks": "^2.8.1",
"typescript": "^4.8.4",
"unocss": "^0.45.26",
"unocss": "^0.45.30",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.7",
"vite": "^3.1.4",
"vitest": "^0.23.4",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.8",
"vitest": "^0.24.3",
"vue-tsc": "^0.40.13"
},
"simple-git-hooks": {
Expand All @@ -73,8 +73,8 @@
}
},
"engines": {
"node": ">=v16.17.1",
"pnpm": ">=7.12.2"
"node": ">=v16.18.0",
"pnpm": ">=7.13.6"
},
"contributors": [
"Chris Breuer <[email protected]>"
Expand Down
Loading

0 comments on commit 6a00596

Please sign in to comment.