Skip to content

Commit 387c244

Browse files
committed
fix: add defu as dep
1 parent 7a49603 commit 387c244

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tresjs/nuxt",
33
"type": "module",
4-
"version": "1.1.7",
4+
"version": "1.1.8",
55
"packageManager": "[email protected]",
66
"description": "TresJS integration for Nuxt.",
77
"author": "Daniel Roe (https://github.com/danielroe/)",
@@ -37,6 +37,7 @@
3737
"@tresjs/cientos": "3.4.1",
3838
"@tresjs/core": "3.3.0",
3939
"@types/three": "^0.156.0",
40+
"defu": "^6.1.2",
4041
"mlly": "^1.4.2",
4142
"pkg-types": "^1.0.3",
4243
"three": "^0.157.0",

pnpm-lock.yaml

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

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as core from '@tresjs/core'
44
import { readPackageJSON } from 'pkg-types'
55
import { findExportNames } from 'mlly'
66
import { templateCompilerOptions } from '@tresjs/core'
7-
import defu from 'defu'
7+
import { defu } from 'defu'
88

99
export interface ModuleOptions {
1010
modules: string[]

0 commit comments

Comments
 (0)