Skip to content

Commit 63be3bf

Browse files
fix(deps): update all non-major dependencies (#3363)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec29c78 commit 63be3bf

File tree

2 files changed

+84
-86
lines changed

2 files changed

+84
-86
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"@intlify/unplugin-vue-i18n": "^5.2.0",
4242
"@tailwindcss/container-queries": "^0.1.1",
4343
"@tailwindcss/typography": "^0.5.15",
44-
"@vueuse/components": "^11.1.0",
45-
"@vueuse/core": "^11.1.0",
46-
"@vueuse/integrations": "^11.1.0",
47-
"@vueuse/router": "^11.1.0",
44+
"@vueuse/components": "^11.2.0",
45+
"@vueuse/core": "^11.2.0",
46+
"@vueuse/integrations": "^11.2.0",
47+
"@vueuse/router": "^11.2.0",
4848
"ansi-to-html": "^0.7.2",
4949
"autoprefixer": "^10.4.20",
5050
"d3-array": "^3.2.4",
@@ -65,7 +65,7 @@
6565
"strip-ansi": "^7.1.0",
6666
"tailwindcss": "^3.4.14",
6767
"unplugin-auto-import": "^0.18.3",
68-
"unplugin-icons": "^0.19.3",
68+
"unplugin-icons": "^0.20.0",
6969
"unplugin-vue-components": "^0.27.4",
7070
"unplugin-vue-macros": "^2.13.3",
7171
"unplugin-vue-router": "^0.10.8",
@@ -105,8 +105,8 @@
105105
"ts-node": "^10.9.2",
106106
"typescript": "^5.6.3",
107107
"vitest": "^2.1.4",
108-
"vue-component-type-helpers": "^2.1.8",
109-
"vue-tsc": "^2.1.8"
108+
"vue-component-type-helpers": "^2.1.10",
109+
"vue-tsc": "^2.1.10"
110110
},
111111
"lint-staged": {
112112
"*.{js,vue,css,ts,html,md}": [

0 commit comments

Comments
 (0)