Skip to content

Commit

Permalink
fix: add defu as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Oct 6, 2023
1 parent 7a49603 commit 387c244
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@tresjs/nuxt",
"type": "module",
"version": "1.1.7",
"version": "1.1.8",
"packageManager": "pnpm@8.6.2",
"description": "TresJS integration for Nuxt.",
"author": "Daniel Roe (https://github.com/danielroe/)",
Expand Down Expand Up @@ -37,6 +37,7 @@
"@tresjs/cientos": "3.4.1",
"@tresjs/core": "3.3.0",
"@types/three": "^0.156.0",
"defu": "^6.1.2",
"mlly": "^1.4.2",
"pkg-types": "^1.0.3",
"three": "^0.157.0",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/module.ts
Expand Up @@ -4,7 +4,7 @@ import * as core from '@tresjs/core'
import { readPackageJSON } from 'pkg-types'
import { findExportNames } from 'mlly'
import { templateCompilerOptions } from '@tresjs/core'
import defu from 'defu'
import { defu } from 'defu'

export interface ModuleOptions {
modules: string[]
Expand Down

0 comments on commit 387c244

Please sign in to comment.