Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies with stable version (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent 4ee41f3 commit 4080a3e
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Remove tsconfig
run: rm tsconfig.json

- uses: wagoid/[email protected].4
- uses: wagoid/[email protected].5
with:
configFile: commitlint.config.cjs
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.5.5",
"@evilmartians/lefthook": "^1.5.6",
"@kong/design-tokens": "^1.12.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
Expand All @@ -87,12 +87,12 @@
"@types/markdown-it-attrs": "^4.1.3",
"@types/markdown-it-emoji": "^2.0.4",
"@types/markdown-it-footnote": "^3.0.3",
"@types/node": "^20.10.6",
"@types/node": "^20.10.8",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-vue": "^5.0.2",
"@vitest/ui": "^1.1.3",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/ui": "^1.2.0",
"@vue/test-utils": "^2.4.3",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.16",
Expand All @@ -103,10 +103,10 @@
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.19.2",
"jsdom": "^23.1.0",
"jsdom": "^23.2.0",
"markdown-it-shikiji": "^0.9.19",
"postcss": "^8.4.33",
"postcss-html": "^1.5.0",
Expand All @@ -125,7 +125,7 @@
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitest": "1.1.3",
"vue": "^3.4.5",
"vue": "^3.4.12",
"vue-tsc": "^1.8.27"
},
"repository": {
Expand Down Expand Up @@ -182,7 +182,7 @@
},
"volta": {
"node": "20.10.0",
"pnpm": "8.14.0"
"pnpm": "8.14.1"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 4080a3e

Please sign in to comment.