Skip to content

Commit dcdb061

Browse files
Update all non-major dependencies
1 parent 9c9418e commit dcdb061

File tree

2 files changed

+242
-192
lines changed

2 files changed

+242
-192
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-fluent-vue",
33
"type": "module",
44
"version": "1.4.1",
5-
"packageManager": "pnpm@10.14.0",
5+
"packageManager": "pnpm@10.15.0",
66
"description": "unplugin for fluent-vue. Adds support for custom blocks in Vue SFC and external ftl files.",
77
"author": {
88
"name": "Ivan Demchuk",
@@ -116,23 +116,23 @@
116116
"@nuxt/kit": "^4.0.3",
117117
"@nuxt/schema": "^4.0.3",
118118
"@release-it-plugins/lerna-changelog": "8.0.1",
119-
"@types/node": "22.17.1",
119+
"@types/node": "22.17.2",
120120
"@vitejs/plugin-vue": "6.0.1",
121121
"@vitest/coverage-istanbul": "^3.2.4",
122-
"@vue/compiler-sfc": "3.5.18",
122+
"@vue/compiler-sfc": "3.5.19",
123123
"eslint": "9.33.0",
124124
"execa": "9.6.0",
125125
"husky": "9.1.7",
126126
"lint-staged": "16.1.5",
127-
"memfs": "4.36.0",
127+
"memfs": "4.38.1",
128128
"release-it": "19.0.4",
129129
"tsup": "8.5.0",
130130
"typescript": "5.9.2",
131-
"vite": "7.1.2",
131+
"vite": "7.1.3",
132132
"vitest": "3.2.4",
133-
"vue": "3.5.18",
133+
"vue": "3.5.19",
134134
"vue-loader": "17.4.2",
135-
"webpack": "5.101.1"
135+
"webpack": "5.101.3"
136136
},
137137
"lint-staged": {
138138
"*.js": "eslint --fix",

0 commit comments

Comments
 (0)