Skip to content

Commit 16866a5

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

File tree

3 files changed

+2963
-1201
lines changed

3 files changed

+2963
-1201
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/action-setup@v2.2.2
23+
uses: pnpm/action-setup@v2.4.1
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/action-setup@v2.2.2
43+
uses: pnpm/action-setup@v2.4.1
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/action-setup@v2.2.2
70+
uses: pnpm/action-setup@v2.4.1
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/action-setup@v2.2.2
96+
uses: pnpm/action-setup@v2.4.1
9797

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

package.json

+25-25
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.33.7",
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.13.0",
36+
"vue": "3.5.13"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.19.3",
40-
"@iconify-json/heroicons-outline": "^1.1.4",
41-
"@iconify-json/heroicons-solid": "^1.1.5",
42-
"@ow3/eslint-config": "^0.30.0",
43-
"@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",
39+
"@babel/types": "^7.26.3",
40+
"@iconify-json/heroicons-outline": "^1.2.1",
41+
"@iconify-json/heroicons-solid": "^1.2.1",
42+
"@ow3/eslint-config": "^0.47.3",
43+
"@types/node": "^18.19.68",
44+
"@unocss/preset-icons": "^0.65.2",
45+
"@vitejs/plugin-vue": "^3.2.0",
46+
"@vue/compiler-sfc": "^3.5.13",
4747
"bumpp": "^8.2.1",
48-
"commitizen": "^4.2.5",
48+
"commitizen": "^4.3.1",
4949
"conventional-changelog-cli": "^2.2.2",
50-
"cz-git": "^1.3.11",
51-
"eslint": "^8.24.0",
52-
"lint-staged": "^13.0.3",
53-
"minimist": "^1.2.6",
54-
"simple-git-hooks": "^2.8.0",
55-
"typescript": "^4.8.4",
56-
"unocss": "^0.45.26",
57-
"unplugin-auto-import": "^0.11.2",
58-
"unplugin-vue-components": "^0.22.7",
59-
"vite": "^3.1.4",
60-
"vitest": "^0.23.4",
50+
"cz-git": "^1.11.0",
51+
"eslint": "^8.57.1",
52+
"lint-staged": "^13.3.0",
53+
"minimist": "^1.2.8",
54+
"simple-git-hooks": "^2.11.1",
55+
"typescript": "^4.9.5",
56+
"unocss": "^0.65.2",
57+
"unplugin-auto-import": "^0.19.0",
58+
"unplugin-vue-components": "^0.28.0",
59+
"vite": "^3.2.11",
60+
"vitest": "^0.34.6",
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": ">=16.20.2",
77+
"pnpm": ">=7.33.7"
7878
},
7979
"contributors": [
8080
"Chris Breuer <[email protected]>"

0 commit comments

Comments
 (0)