Skip to content

Commit 0592e40

Browse files
committed
fix: template types
1 parent 6dd3fbd commit 0592e40

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

templates/Coalesce.Vue.Template/content/Coalesce.Starter.Vue.Web/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/Coalesce.Vue.Template/content/Coalesce.Starter.Vue.Web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@fortawesome/fontawesome-free": "^7.1.0",
1717
"@microsoft/applicationinsights-web": "^3.3.10",
1818
"@vueuse/core": "^13.9.0",
19-
"coalesce-vue": "6.0.2",
20-
"coalesce-vue-vuetify3": "6.0.2",
19+
"coalesce-vue": "6.0.4",
20+
"coalesce-vue-vuetify3": "6.0.4",
2121
"typeface-roboto": "1.1.13",
2222
"vue": "^3.5.22",
2323
"vue-router": "^4.5.1",

templates/Coalesce.Vue.Template/content/Coalesce.Starter.Vue.Web/tsconfig.node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"skipLibCheck": true,
66
"module": "nodenext",
77
"moduleResolution": "nodenext",
8-
"types": ["node", "vitest"]
8+
"types": ["node", "vitest", "vitest/config"]
99
},
1010
"include": ["vite.config.ts"],
1111
"exclude": ["node_modules"]

templates/Coalesce.Vue.Template/content/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
88

9-
<CoalesceVersion>6.0.2</CoalesceVersion>
9+
<CoalesceVersion>6.0.4</CoalesceVersion>
1010
<!-- Disable Source Link attribute in non-library projects to avoid hot reload issues -->
1111
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
1212

0 commit comments

Comments
 (0)