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 Apr 26, 2024
1 parent a288f08 commit ef03dd1
Show file tree
Hide file tree
Showing 3 changed files with 538 additions and 504 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.12.2
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
},
"dependencies": {
"@kong/icons": "^1.9.1",
"@mdit-vue/plugin-frontmatter": "^2.0.0",
"@mdit-vue/plugin-frontmatter": "^2.1.2",
"@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.0",
"uuid": "^9.0.1"
},
"devDependencies": {
Expand All @@ -82,7 +82,7 @@
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.5.6",
"@kong/design-tokens": "^1.12.11",
"@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.3.0",
Expand All @@ -91,12 +91,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.8",
"@types/node": "^20.12.7",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/ui": "^1.3.1",
"@vitest/ui": "^1.5.0",
"@vue/test-utils": "^2.4.3",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.16",
Expand All @@ -109,26 +109,26 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.2.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.22.0",
"eslint-plugin-vue": "^9.25.0",
"jsdom": "^24.0.0",
"postcss": "^8.4.33",
"postcss-html": "^1.6.0",
"rimraf": "^5.0.5",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.71.1",
"sass": "^1.75.0",
"semantic-release": "^22.0.12",
"shiki": "^1.3.0",
"stylelint": "^16.2.0",
"stylelint": "^16.3.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",
"vite": "^5.1.4",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vite-plugin-vue-devtools": "^7.0.13",
"vitest": "1.3.1",
"vitest": "1.5.0",
"vue": "^3.4.12",
"vue-tsc": "^2.0.6"
},
Expand Down Expand Up @@ -185,7 +185,7 @@
"node": ">=18.17.0"
},
"volta": {
"node": "20.11.0",
"node": "20.12.2",
"pnpm": "8.15.4"
},
"config": {
Expand Down
Loading

0 comments on commit ef03dd1

Please sign in to comment.