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 Jun 21, 2024
1 parent 8e8a78f commit 297a944
Show file tree
Hide file tree
Showing 3 changed files with 464 additions and 460 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.14.0
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
},
"dependencies": {
"@kong/icons": "^1.13.0",
"@mdit-vue/plugin-frontmatter": "^2.0.0",
"@mdit-vue/plugin-frontmatter": "^2.1.3",
"@sindresorhus/slugify": "^2.2.1",
"@vueuse/core": "^10.9.0",
"buffer": "^6.0.3",
"html-format": "^1.1.6",
"markdown-it": "^14.0.0",
"markdown-it": "^14.1.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-anchor": "^8.6.7",
"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": "^9.0.1"
},
"devDependencies": {
Expand All @@ -83,7 +83,7 @@
"@evilmartians/lefthook": "^1.5.6",
"@kong/design-tokens": "^1.13.2",
"@kong/eslint-config-kong-ui": "^1.1.0",
"@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.6.3",
Expand All @@ -92,7 +92,7 @@
"@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.8",
"@types/node": "^20.14.2",
"@types/uuid": "^9.0.7",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/ui": "^1.3.1",
Expand All @@ -106,23 +106,23 @@
"eslint": "^9.4.0",
"jsdom": "^24.0.0",
"postcss": "^8.4.33",
"postcss-html": "^1.6.0",
"postcss-html": "^1.7.0",
"rimraf": "^5.0.5",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.71.1",
"semantic-release": "^22.0.12",
"shiki": "^1.6.3",
"stylelint": "^16.2.0",
"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.8",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"vite": "^5.1.4",
"vite-plugin-vue-devtools": "^7.0.13",
"vitest": "1.3.1",
"vite-plugin-vue-devtools": "^7.2.1",
"vitest": "1.6.0",
"vue": "^3.4.12",
"vue-tsc": "^2.0.6"
},
Expand Down Expand Up @@ -179,8 +179,8 @@
"node": ">=18.17.0"
},
"volta": {
"node": "20.11.0",
"pnpm": "9.1.2"
"node": "20.14.0",
"pnpm": "9.3.0"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 297a944

Please sign in to comment.