Skip to content

Commit b860f32

Browse files
chore(deps): update all non-major dependencies (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a67e268 commit b860f32

File tree

3 files changed

+830
-1650
lines changed

3 files changed

+830
-1650
lines changed

.github/workflows/run-unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v3
2020

2121
- name: Install pnpm
22-
uses: pnpm/action-setup@v2.2.2
22+
uses: pnpm/action-setup@v2.2.4
2323

2424
- name: Set node version to ${{ matrix.node_version }}
2525
uses: actions/setup-node@v3

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -55,38 +55,38 @@
5555
"vue": ">=3.0.0"
5656
},
5757
"devDependencies": {
58-
"@commitlint/cli": "17.1.2",
59-
"@commitlint/config-conventional": "17.1.0",
60-
"@microsoft/api-extractor": "7.31.2",
58+
"@commitlint/cli": "17.2.0",
59+
"@commitlint/config-conventional": "17.2.0",
60+
"@microsoft/api-extractor": "7.33.6",
6161
"@rushstack/eslint-patch": "1.2.0",
62-
"@types/node": "18.7.18",
63-
"@vitejs/plugin-vue": "3.1.0",
64-
"@vitest/coverage-c8": "^0.23.4",
65-
"@vitest/ui": "0.23.4",
62+
"@types/node": "18.11.9",
63+
"@vitejs/plugin-vue": "3.2.0",
64+
"@vitest/coverage-c8": "^0.25.0",
65+
"@vitest/ui": "0.25.2",
6666
"@vue/eslint-config-airbnb-with-typescript": "7.0.0",
67-
"@vue/server-renderer": "3.2.39",
68-
"@vue/test-utils": "2.0.2",
67+
"@vue/server-renderer": "3.2.45",
68+
"@vue/test-utils": "2.2.3",
6969
"@vue/tsconfig": "0.1.3",
7070
"commitizen": "4.2.5",
7171
"cz-conventional-changelog": "3.3.0",
72-
"eslint": "8.23.1",
72+
"eslint": "8.27.0",
7373
"eslint-config-prettier": "8.5.0",
74-
"eslint-define-config": "1.7.0",
74+
"eslint-define-config": "1.12.0",
7575
"eslint-plugin-import": "2.26.0",
7676
"eslint-plugin-vitest-globals": "1.2.0",
77-
"eslint-plugin-vue": "9.5.1",
77+
"eslint-plugin-vue": "9.7.0",
7878
"happy-dom": "6.0.4",
7979
"lint-staged": "13.0.3",
80-
"pnpm": "7.12.2",
80+
"pnpm": "7.16.1",
8181
"prettier": "2.7.1",
8282
"rimraf": "3.0.2",
83-
"sass": "1.55.0",
84-
"simple-git-hooks": "2.8.0",
85-
"typescript": "4.8.3",
86-
"vite": "3.1.3",
87-
"vitest": "0.23.4",
88-
"vue": "3.2.39",
89-
"vue-router": "4.1.5"
83+
"sass": "1.56.1",
84+
"simple-git-hooks": "2.8.1",
85+
"typescript": "4.9.3",
86+
"vite": "3.2.4",
87+
"vitest": "0.25.2",
88+
"vue": "3.2.45",
89+
"vue-router": "4.1.6"
9090
},
9191
"simple-git-hooks": {
9292
"pre-commit": "pnpm lint-staged --concurrent false",
@@ -101,5 +101,5 @@
101101
"eslint --cache --fix"
102102
]
103103
},
104-
"packageManager": "pnpm@7.12.2"
104+
"packageManager": "pnpm@7.16.1"
105105
}

0 commit comments

Comments
 (0)