diff --git a/.github/workflows/run-unit-test.yml b/.github/workflows/run-unit-test.yml index 6ae6337..590f894 100644 --- a/.github/workflows/run-unit-test.yml +++ b/.github/workflows/run-unit-test.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2.4.1 - name: Set node version to ${{ matrix.node_version }} uses: actions/setup-node@v3 diff --git a/package.json b/package.json index 6a48428..b3be263 100644 --- a/package.json +++ b/package.json @@ -55,38 +55,38 @@ "vue": ">=3.0.0" }, "devDependencies": { - "@commitlint/cli": "17.2.0", - "@commitlint/config-conventional": "17.2.0", - "@microsoft/api-extractor": "7.33.6", - "@rushstack/eslint-patch": "1.2.0", - "@types/node": "18.11.9", + "@commitlint/cli": "17.8.1", + "@commitlint/config-conventional": "17.8.1", + "@microsoft/api-extractor": "7.48.0", + "@rushstack/eslint-patch": "1.10.4", + "@types/node": "18.19.68", "@vitejs/plugin-vue": "3.2.0", - "@vitest/coverage-c8": "^0.25.0", - "@vitest/ui": "0.25.2", - "@vue/eslint-config-airbnb-with-typescript": "7.0.0", - "@vue/server-renderer": "3.2.45", - "@vue/test-utils": "2.2.3", - "@vue/tsconfig": "0.1.3", - "commitizen": "4.2.5", + "@vitest/coverage-c8": "^0.33.0", + "@vitest/ui": "0.34.7", + "@vue/eslint-config-airbnb-with-typescript": "7.0.1", + "@vue/server-renderer": "3.5.13", + "@vue/test-utils": "2.4.6", + "@vue/tsconfig": "0.7.0", + "commitizen": "4.3.1", "cz-conventional-changelog": "3.3.0", - "eslint": "8.27.0", - "eslint-config-prettier": "8.5.0", - "eslint-define-config": "1.12.0", - "eslint-plugin-import": "2.26.0", - "eslint-plugin-vitest-globals": "1.2.0", - "eslint-plugin-vue": "9.7.0", + "eslint": "8.57.1", + "eslint-config-prettier": "8.10.0", + "eslint-define-config": "1.24.1", + "eslint-plugin-import": "2.31.0", + "eslint-plugin-vitest-globals": "1.5.0", + "eslint-plugin-vue": "9.32.0", "happy-dom": "7.7.0", - "lint-staged": "13.0.3", + "lint-staged": "13.3.0", "pnpm": "7.33.4", - "prettier": "2.7.1", + "prettier": "2.8.8", "rimraf": "3.0.2", - "sass": "1.56.1", - "simple-git-hooks": "2.8.1", - "typescript": "4.9.3", + "sass": "1.82.0", + "simple-git-hooks": "2.11.1", + "typescript": "4.9.5", "vite": "3.2.7", - "vitest": "0.25.2", - "vue": "3.2.45", - "vue-router": "4.1.6" + "vitest": "0.34.6", + "vue": "3.5.13", + "vue-router": "4.5.0" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged --concurrent false",