Skip to content

Commit 6a00596

Browse files
chore(deps): update all non-major dependencies
1 parent e9152f7 commit 6a00596

File tree

3 files changed

+507
-453
lines changed

3 files changed

+507
-453
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121

2222
- name: Install pnpm
23-
uses: pnpm/[email protected].2
23+
uses: pnpm/[email protected].4
2424

2525
- name: Set node
2626
uses: actions/setup-node@v3
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v3
4141

4242
- name: Setup pnpm
43-
uses: pnpm/[email protected].2
43+
uses: pnpm/[email protected].4
4444

4545
- name: Setup Node
4646
uses: actions/setup-node@v3
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v3
6868

6969
- name: Install pnpm
70-
uses: pnpm/[email protected].2
70+
uses: pnpm/[email protected].4
7171

7272
- name: Use Node.js ${{ matrix.node-version }}
7373
uses: actions/setup-node@v3
@@ -93,7 +93,7 @@ jobs:
9393
key: cypress-cache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
9494

9595
- name: Install pnpm
96-
uses: pnpm/[email protected].2
96+
uses: pnpm/[email protected].4
9797

9898
- name: Use Node.js ${{ matrix.node-version }}
9999
uses: actions/setup-node@v3

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "web-components-library-starter",
33
"type": "module",
44
"version": "0.8.0",
5-
"packageManager": "pnpm@7.12.2",
5+
"packageManager": "pnpm@7.13.6",
66
"description": "The most simple way to create a cross-framework component library. Using Web Components, to be understood by all.",
77
"keywords": [
88
"web-components",
@@ -32,32 +32,32 @@
3232
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
3333
},
3434
"dependencies": {
35-
"@vueuse/core": "9.3.0",
36-
"vue": "3.2.40"
35+
"@vueuse/core": "9.3.1",
36+
"vue": "3.2.41"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.19.3",
39+
"@babel/types": "^7.19.4",
4040
"@iconify-json/heroicons-outline": "^1.1.4",
4141
"@iconify-json/heroicons-solid": "^1.1.5",
42-
"@ow3/eslint-config": "^0.30.0",
42+
"@ow3/eslint-config": "^0.31.2",
4343
"@types/node": "^18.7.17",
44-
"@unocss/preset-icons": "^0.45.26",
45-
"@vitejs/plugin-vue": "^3.1.0",
46-
"@vue/compiler-sfc": "^3.2.40",
44+
"@unocss/preset-icons": "^0.45.30",
45+
"@vitejs/plugin-vue": "^3.1.2",
46+
"@vue/compiler-sfc": "^3.2.41",
4747
"bumpp": "^8.2.1",
4848
"commitizen": "^4.2.5",
4949
"conventional-changelog-cli": "^2.2.2",
5050
"cz-git": "^1.3.11",
51-
"eslint": "^8.24.0",
51+
"eslint": "^8.25.0",
5252
"lint-staged": "^13.0.3",
53-
"minimist": "^1.2.6",
54-
"simple-git-hooks": "^2.8.0",
53+
"minimist": "^1.2.7",
54+
"simple-git-hooks": "^2.8.1",
5555
"typescript": "^4.8.4",
56-
"unocss": "^0.45.26",
56+
"unocss": "^0.45.30",
5757
"unplugin-auto-import": "^0.11.2",
58-
"unplugin-vue-components": "^0.22.7",
59-
"vite": "^3.1.4",
60-
"vitest": "^0.23.4",
58+
"unplugin-vue-components": "^0.22.8",
59+
"vite": "^3.1.8",
60+
"vitest": "^0.24.3",
6161
"vue-tsc": "^0.40.13"
6262
},
6363
"simple-git-hooks": {
@@ -73,8 +73,8 @@
7373
}
7474
},
7575
"engines": {
76-
"node": ">=v16.17.1",
77-
"pnpm": ">=7.12.2"
76+
"node": ">=v16.18.0",
77+
"pnpm": ">=7.13.6"
7878
},
7979
"contributors": [
8080
"Chris Breuer <[email protected]>"

0 commit comments

Comments
 (0)