Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#2872)
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] committed Apr 4, 2024
1 parent daffeb1 commit d09e179
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 77 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/cil": "^1.1.8",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/mdi": "^1.1.65",
"@iconify-json/mdi-light": "^1.1.10",
"@iconify-json/octicon": "^1.1.52",
"@iconify-json/ph": "^1.1.11",
"@iconify-json/octicon": "^1.1.53",
"@iconify-json/ph": "^1.1.12",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.12",
Expand Down Expand Up @@ -69,7 +69,7 @@
"vite-plugin-pages": "^0.32.1",
"vite-plugin-vue-layouts": "^0.11.0",
"vue": "^3.4.21",
"vue-i18n": "^9.10.2",
"vue-i18n": "^9.11.0",
"vue-router": "^4.3.0"
},
"devDependencies": {
Expand All @@ -83,7 +83,7 @@
"@types/d3-shape": "^3.1.6",
"@types/d3-transition": "^3.0.8",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.12.3",
"@types/node": "^20.12.4",
"@vitejs/plugin-vue": "5.0.4",
"@vue/compiler-sfc": "^3.4.21",
"@vue/test-utils": "^2.4.5",
Expand All @@ -100,7 +100,7 @@
"typescript": "^5.4.3",
"vitepress": "1.0.2",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.7"
"vue-tsc": "^2.0.10"
},
"lint-staged": {
"*.{js,vue,css,ts,html,md}": [
Expand Down

0 comments on commit d09e179

Please sign in to comment.