Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1b82b68

Browse files
authoredMar 1, 2025··
Update all non-major dependencies
1 parent 29c0bb7 commit 1b82b68

File tree

2 files changed

+324
-331
lines changed

2 files changed

+324
-331
lines changed
 

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-fluent-vue",
33
"type": "module",
44
"version": "1.4.0",
5-
"packageManager": "pnpm@10.4.1",
5+
"packageManager": "pnpm@10.5.2",
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,9 +116,9 @@
116116
"@nuxt/kit": "^3.15.4",
117117
"@nuxt/schema": "^3.15.4",
118118
"@release-it-plugins/lerna-changelog": "7.0.0",
119-
"@types/node": "22.13.5",
119+
"@types/node": "22.13.8",
120120
"@vitejs/plugin-vue": "5.2.1",
121-
"@vitest/coverage-istanbul": "^3.0.6",
121+
"@vitest/coverage-istanbul": "^3.0.7",
122122
"@vue/compiler-sfc": "3.5.13",
123123
"dotenv-cli": "8.0.0",
124124
"eslint": "9.21.0",
@@ -127,10 +127,10 @@
127127
"lint-staged": "15.4.3",
128128
"memfs": "4.17.0",
129129
"release-it": "18.1.2",
130-
"tsup": "8.3.6",
131-
"typescript": "5.7.3",
132-
"vite": "6.1.1",
133-
"vitest": "3.0.6",
130+
"tsup": "8.4.0",
131+
"typescript": "5.8.2",
132+
"vite": "6.2.0",
133+
"vitest": "3.0.7",
134134
"vue": "3.5.13",
135135
"vue-loader": "17.4.2",
136136
"webpack": "5.98.0"

0 commit comments

Comments
 (0)
Please sign in to comment.