Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies with stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent 0a2c4af commit e111d31
Show file tree
Hide file tree
Showing 3 changed files with 595 additions and 521 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.15.0
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
},
"dependencies": {
"@kong/icons": "^1.14.2",
"@mdit-vue/plugin-frontmatter": "^2.0.0",
"@mdit-vue/plugin-frontmatter": "^2.1.3",
"@sindresorhus/slugify": "^2.2.1",
"@vueuse/core": "^10.9.0",
"@vueuse/core": "^10.11.0",
"buffer": "^6.0.3",
"html-format": "^1.1.7",
"markdown-it": "^14.0.0",
"markdown-it": "^14.1.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-anchor": "^9.0.1",
"markdown-it-attrs": "^4.1.6",
Expand All @@ -72,7 +72,7 @@
"markdown-it-sup": "^2.0.0",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-textual-uml": "^0.17.1",
"mermaid": "^10.7.0",
"mermaid": "^10.9.1",
"uuid": "^10.0.0"
},
"devDependencies": {
Expand All @@ -83,7 +83,7 @@
"@evilmartians/lefthook": "^1.6.18",
"@kong/design-tokens": "^1.15.1",
"@kong/eslint-config-kong-ui": "^1.1.1",
"@mdit-vue/types": "^2.0.0",
"@mdit-vue/types": "^2.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@shikijs/markdown-it": "^1.10.0",
Expand All @@ -93,7 +93,7 @@
"@types/markdown-it-attrs": "^4.1.3",
"@types/markdown-it-emoji": "^3.0.1",
"@types/markdown-it-footnote": "^3.0.4",
"@types/node": "^20.10.8",
"@types/node": "^20.14.9",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/ui": "^1.6.0",
Expand All @@ -104,26 +104,26 @@
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.4.0",
"eslint": "^9.6.0",
"jsdom": "^24.1.0",
"postcss": "^8.4.39",
"postcss-html": "^1.6.0",
"postcss-html": "^1.7.0",
"rimraf": "^5.0.7",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.6",
"semantic-release": "^24.0.0",
"shiki": "^1.10.0",
"stylelint": "^16.2.1",
"stylelint": "^16.6.1",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-order": "^6.0.4",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "^5.3.3",
"vite": "^5.1.7",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-plugin-vue-devtools": "^7.3.5",
"vitest": "1.3.1",
"vitest": "1.6.0",
"vue": "^3.4.31",
"vue-tsc": "^2.0.24"
},
Expand Down Expand Up @@ -180,8 +180,8 @@
"node": ">=18.17.0"
},
"volta": {
"node": "20.11.1",
"pnpm": "9.1.4"
"node": "20.15.0",
"pnpm": "9.4.0"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit e111d31

Please sign in to comment.