Skip to content

Commit 3bc1e79

Browse files
update
1 parent 9968698 commit 3bc1e79

File tree

3 files changed

+213
-2312
lines changed

3 files changed

+213
-2312
lines changed

packages/nuxt-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"vitest": "^1.5.0"
6666
},
6767
"peerDependencies": {
68-
"nuxt": "3.x"
68+
"nuxt": "^3.12.4"
6969
},
7070
"volta": {
7171
"extends": "../../package.json"

packages/nuxt-plugin/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ const codecovNuxtPluginFactory = createVitePlugin<Options, true>(
7474
*
7575
* @see {@link @codecov/bundler-plugin-core!Options | Options} for list of options.
7676
*/
77+
78+
// @ts-expect-error - Handle incompatible types.
7779
const codecovNuxtPlugin: NuxtModule<Options> = defineNuxtModule<Options>({
7880
meta: {
7981
name: PLUGIN_NAME,

0 commit comments

Comments
 (0)