We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
resolutions
1 parent 2da058b commit 3afa7c1Copy full SHA for 3afa7c1
tests/vuetify.ts
@@ -17,6 +17,7 @@ export async function test(options: RunOptions) {
17
// Therefore a "Duplicate identifier" TS error occurs when building.
18
// But we can't run dedupe in the vuetify repo, as the build would fail, too.
19
// So we need to overwrite the version to ^1.1.0 to avoid duplications of the dependency.
20
+ pkg.resolutions ??= {}
21
pkg.resolutions['source-map-js'] = '^1.2.0'
22
return JSON.stringify(pkg, null, 2)
23
},
0 commit comments