Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent 1550633 commit 8ecc4f7
Show file tree
Hide file tree
Showing 3 changed files with 1,909 additions and 875 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-test.yml
Expand Up @@ -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.0

- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v3
Expand Down
58 changes: 29 additions & 29 deletions package.json
Expand Up @@ -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.43.1",
"@rushstack/eslint-patch": "1.10.2",
"@types/node": "18.19.31",
"@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.4.23",
"@vue/test-utils": "2.4.5",
"@vue/tsconfig": "0.5.1",
"commitizen": "4.3.0",
"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",
"happy-dom": "7.7.0",
"lint-staged": "13.0.3",
"pnpm": "7.33.4",
"prettier": "2.7.1",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-define-config": "1.24.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-vitest-globals": "1.5.0",
"eslint-plugin-vue": "9.25.0",
"happy-dom": "7.8.1",
"lint-staged": "13.3.0",
"pnpm": "7.33.7",
"prettier": "2.8.8",
"rimraf": "3.0.2",
"sass": "1.56.1",
"simple-git-hooks": "2.8.1",
"typescript": "4.9.3",
"sass": "1.75.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.4.23",
"vue-router": "4.3.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged --concurrent false",
Expand All @@ -101,5 +101,5 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.16.1"
"packageManager": "pnpm@7.33.7"
}

0 comments on commit 8ecc4f7

Please sign in to comment.