Skip to content

Commit 4ee71d6

Browse files
chore(deps): update all non-major dependencies
1 parent 1550633 commit 4ee71d6

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
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.4
22+
uses: pnpm/action-setup@v2.4.1
2323

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

package.json

Lines changed: 26 additions & 26 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.2.0",
59-
"@commitlint/config-conventional": "17.2.0",
60-
"@microsoft/api-extractor": "7.33.6",
61-
"@rushstack/eslint-patch": "1.2.0",
62-
"@types/node": "18.11.9",
58+
"@commitlint/cli": "17.8.1",
59+
"@commitlint/config-conventional": "17.8.1",
60+
"@microsoft/api-extractor": "7.52.11",
61+
"@rushstack/eslint-patch": "1.12.0",
62+
"@types/node": "18.19.123",
6363
"@vitejs/plugin-vue": "3.2.0",
64-
"@vitest/coverage-c8": "^0.25.0",
65-
"@vitest/ui": "0.25.2",
66-
"@vue/eslint-config-airbnb-with-typescript": "7.0.0",
67-
"@vue/server-renderer": "3.2.45",
68-
"@vue/test-utils": "2.2.3",
69-
"@vue/tsconfig": "0.1.3",
70-
"commitizen": "4.2.5",
64+
"@vitest/coverage-c8": "^0.33.0",
65+
"@vitest/ui": "0.34.7",
66+
"@vue/eslint-config-airbnb-with-typescript": "7.0.1",
67+
"@vue/server-renderer": "3.5.18",
68+
"@vue/test-utils": "2.4.6",
69+
"@vue/tsconfig": "0.8.1",
70+
"commitizen": "4.3.1",
7171
"cz-conventional-changelog": "3.3.0",
72-
"eslint": "8.27.0",
73-
"eslint-config-prettier": "8.5.0",
74-
"eslint-define-config": "1.12.0",
75-
"eslint-plugin-import": "2.26.0",
76-
"eslint-plugin-vitest-globals": "1.2.0",
77-
"eslint-plugin-vue": "9.7.0",
72+
"eslint": "8.57.1",
73+
"eslint-config-prettier": "8.10.2",
74+
"eslint-define-config": "1.24.1",
75+
"eslint-plugin-import": "2.32.0",
76+
"eslint-plugin-vitest-globals": "1.5.0",
77+
"eslint-plugin-vue": "9.33.0",
7878
"happy-dom": "7.7.0",
79-
"lint-staged": "13.0.3",
79+
"lint-staged": "13.3.0",
8080
"pnpm": "7.33.4",
81-
"prettier": "2.7.1",
81+
"prettier": "2.8.8",
8282
"rimraf": "3.0.2",
83-
"sass": "1.56.1",
84-
"simple-git-hooks": "2.8.1",
85-
"typescript": "4.9.3",
83+
"sass": "1.90.0",
84+
"simple-git-hooks": "2.13.1",
85+
"typescript": "4.9.5",
8686
"vite": "3.2.7",
87-
"vitest": "0.25.2",
88-
"vue": "3.2.45",
89-
"vue-router": "4.1.6"
87+
"vitest": "0.34.6",
88+
"vue": "3.5.18",
89+
"vue-router": "4.5.1"
9090
},
9191
"simple-git-hooks": {
9292
"pre-commit": "pnpm lint-staged --concurrent false",

0 commit comments

Comments
 (0)