Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Tresjs/nuxt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.2
Choose a base ref
...
head repository: Tresjs/nuxt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.0
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 30, 2024

  1. fix(deps): update dependency @Tresjs/core to v3.7.0 (#80)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 30, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    978b86c View commit details
  2. chore(deps): update to core v3.7 (#81)

    alvarosabu authored Jan 30, 2024
    Copy the full SHA
    e45529a View commit details
  3. Copy the full SHA
    ed8a671 View commit details
  4. Copy the full SHA
    fa31646 View commit details
  5. chore: release v2.1.0

    alvarosabu committed Jan 30, 2024
    Copy the full SHA
    f54128b View commit details
Showing with 1,781 additions and 730 deletions.
  1. +1 −1 .github/FUNDING.yml
  2. +74 −67 CHANGELOG.md
  3. +23 −16 package.json
  4. +1,683 −646 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github: [alvarosabu]
github: [tresjs, alvarosabu]
ko_fi: alvarosaburido
141 changes: 74 additions & 67 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,215 +1,222 @@


## [2.0.2](https://example.com///compare/2.0.1...2.0.2) (2024-01-17)
## [2.1.0](https://github.com/tresjs/nuxt/compare/2.0.2...2.1.0) (2024-01-30)


### Bug Fixes

* **deps:** update dependency @tresjs/core to v3.6.0 ([#71](https://example.com//null/issues/71)) ([8eea463](https://example.com///commit/8eea463109d113fe5e9ef879c956fc90fd5f93e2))
* **deps:** update dependency @tresjs/core to v3.6.1 ([#78](https://example.com//null/issues/78)) ([38752ef](https://example.com///commit/38752efef4c3ffcdf2858871a2f867ad0f419629))
* fix split styles issue ([#77](https://example.com//null/issues/77)) ([8835b24](https://example.com///commit/8835b242a8094a9b17789acb2e239e8f51c679f7))
* **deps:** update dependency @tresjs/core to v3.7.0 ([#80](https://github.com/tresjs/nuxt/issues/80)) ([978b86c](https://github.com/tresjs/nuxt/commit/978b86ca83ffa35af1f1dc8722134d073f7f8204))

## [2.0.1](https://example.com///compare/2.0.0...2.0.1) (2023-12-12)
## [2.0.2](https://github.com/Tresjs/nuxt/compare/2.0.1...2.0.2) (2024-01-17)


### Bug Fixes

* 69 cannot find module vite plugin glsl after upgrading to v2 ([#70](https://example.com//null/issues/70)) ([7eb8118](https://example.com///commit/7eb8118f112b385036381e6f2c48f8b432fc962a))
* **deps:** update dependency @tresjs/core to v3.6.0 ([#71](https://github.com/Tresjs/nuxtnull/issues/71)) ([8eea463](https://github.com/Tresjs/nuxt/commit/8eea463109d113fe5e9ef879c956fc90fd5f93e2))
* **deps:** update dependency @tresjs/core to v3.6.1 ([#78](https://github.com/Tresjs/nuxtnull/issues/78)) ([38752ef](https://github.com/Tresjs/nuxt/commit/38752efef4c3ffcdf2858871a2f867ad0f419629))
* fix split styles issue ([#77](https://github.com/Tresjs/nuxtnull/issues/77)) ([8835b24](https://github.com/Tresjs/nuxt/commit/8835b242a8094a9b17789acb2e239e8f51c679f7))

## [2.0.1-next.1](https://example.com///compare/2.0.1-next.0...2.0.1-next.1) (2023-12-12)
## [2.0.1](https://github.com/Tresjs/nuxt/compare/2.0.0...2.0.1) (2023-12-12)

## [2.0.1-next.0](https://example.com///compare/2.0.0...2.0.1-next.0) (2023-12-12)

### Bug Fixes

* 69 cannot find module vite plugin glsl after upgrading to v2 ([#70](https://github.com/Tresjs/nuxtnull/issues/70)) ([7eb8118](https://github.com/Tresjs/nuxt/commit/7eb8118f112b385036381e6f2c48f8b432fc962a))

## [2.0.1-next.1](https://github.com/Tresjs/nuxt/compare/2.0.1-next.0...2.0.1-next.1) (2023-12-12)

## [2.0.1-next.0](https://github.com/Tresjs/nuxt/compare/2.0.0...2.0.1-next.0) (2023-12-12)


### Bug Fixes

* move vite-plugin-glsl to deps ([e9d4946](https://example.com///commit/e9d4946a09f447e64a53a2a0cefbdb326f2ec69a))
* move vite-plugin-glsl to deps ([e9d4946](https://github.com/Tresjs/nuxt/commit/e9d4946a09f447e64a53a2a0cefbdb326f2ec69a))

## [2.0.0](https://example.com///compare/1.3.0...2.0.0) (2023-12-11)
## [2.0.0](https://github.com/Tresjs/nuxt/compare/1.3.0...2.0.0) (2023-12-11)


### Features

* 65 add vite plugin glsl for shaders support via options ([#68](https://example.com//null/issues/68)) ([965803a](https://example.com///commit/965803af819bb4946eb49a696ec558527076c2da))
* nuxt devtools tab ([#66](https://example.com//null/issues/66)) ([3c131f6](https://example.com///commit/3c131f6b836b7f28168cdc4773fa6fb6b7ec6279))
* 65 add vite plugin glsl for shaders support via options ([#68](https://github.com/Tresjs/nuxtnull/issues/68)) ([965803a](https://github.com/Tresjs/nuxt/commit/965803af819bb4946eb49a696ec558527076c2da))
* nuxt devtools tab ([#66](https://github.com/Tresjs/nuxtnull/issues/66)) ([3c131f6](https://github.com/Tresjs/nuxt/commit/3c131f6b836b7f28168cdc4773fa6fb6b7ec6279))

## [1.4.0-next.1](https://example.com///compare/1.4.0-next.0...1.4.0-next.1) (2023-12-10)
## [1.4.0-next.1](https://github.com/Tresjs/nuxt/compare/1.4.0-next.0...1.4.0-next.1) (2023-12-10)


### Features

* icons for bones, groups, skinned mesh and fix subitem tree borders ([d0672da](https://example.com///commit/d0672da7598e2b637e95caf086734831729ff069))
* icons for bones, groups, skinned mesh and fix subitem tree borders ([d0672da](https://github.com/Tresjs/nuxt/commit/d0672da7598e2b637e95caf086734831729ff069))


### Bug Fixes

* issues with reactivity and renderer info ([6fbb87c](https://example.com///commit/6fbb87cb7f85800e48935b183abfc64c1a52bc28))
* issues with reactivity and renderer info ([6fbb87c](https://github.com/Tresjs/nuxt/commit/6fbb87cb7f85800e48935b183abfc64c1a52bc28))

## [1.4.0-next.0](https://example.com///compare/1.3.0...1.4.0-next.0) (2023-12-06)
## [1.4.0-next.0](https://github.com/Tresjs/nuxt/compare/1.3.0...1.4.0-next.0) (2023-12-06)


### Features

* change name to scenegraphitem ([8368efc](https://example.com///commit/8368efc6432ee3b4943fd5c3ba850bca352e1a85))
* devtools scene graph and cb injection ([0cc3e31](https://example.com///commit/0cc3e31541f44b182587821c03ed3523795b6e7b))
* nuxt ui on client and more info about scene objects ([1c6e53d](https://example.com///commit/1c6e53d93905b2d4d29b82832e154ad80fba6e7a))
* use devtool cb and perf stats from core ([e35d546](https://example.com///commit/e35d546d3c30d0ce2064aa339201833395dfc1e6))
* change name to scenegraphitem ([8368efc](https://github.com/Tresjs/nuxt/commit/8368efc6432ee3b4943fd5c3ba850bca352e1a85))
* devtools scene graph and cb injection ([0cc3e31](https://github.com/Tresjs/nuxt/commit/0cc3e31541f44b182587821c03ed3523795b6e7b))
* nuxt ui on client and more info about scene objects ([1c6e53d](https://github.com/Tresjs/nuxt/commit/1c6e53d93905b2d4d29b82832e154ad80fba6e7a))
* use devtool cb and perf stats from core ([e35d546](https://github.com/Tresjs/nuxt/commit/e35d546d3c30d0ce2064aa339201833395dfc1e6))


### Bug Fixes

* **types:** improve types ([29ff44d](https://example.com///commit/29ff44d0da6f743e7ebf757d599ab5112f38760a))
* **types:** improve types ([29ff44d](https://github.com/Tresjs/nuxt/commit/29ff44d0da6f743e7ebf757d599ab5112f38760a))

## [1.3.0](https://example.com///compare/1.2.2...1.3.0) (2023-12-02)
## [1.3.0](https://github.com/Tresjs/nuxt/compare/1.2.2...1.3.0) (2023-12-02)


### Features

* **deps:** update deps ([#63](https://example.com//null/issues/63)) ([cdcae38](https://example.com///commit/cdcae38a3ab1da2d5030064fbc946fdc8fc34e57))
* **deps:** update deps ([#63](https://github.com/Tresjs/nuxtnull/issues/63)) ([cdcae38](https://github.com/Tresjs/nuxt/commit/cdcae38a3ab1da2d5030064fbc946fdc8fc34e57))

## [1.2.2](https://example.com///compare/1.2.1...1.2.2) (2023-10-19)
## [1.2.2](https://github.com/Tresjs/nuxt/compare/1.2.1...1.2.2) (2023-10-19)


### Bug Fixes

* update `@tresjs/core` to v3.4.1 ([#54](https://example.com//null/issues/54)) ([b59272d](https://example.com///commit/b59272d82b0bada66f41727ca4e47bcda2c52df4))
* update `@tresjs/core` to v3.4.1 ([#54](https://github.com/Tresjs/nuxtnull/issues/54)) ([b59272d](https://github.com/Tresjs/nuxt/commit/b59272d82b0bada66f41727ca4e47bcda2c52df4))

## [1.2.1](https://example.com///compare/1.2.0...1.2.1) (2023-10-19)
## [1.2.1](https://github.com/Tresjs/nuxt/compare/1.2.0...1.2.1) (2023-10-19)

## [1.2.0](https://example.com///compare/1.1.9...1.2.0) (2023-10-16)
## [1.2.0](https://github.com/Tresjs/nuxt/compare/1.1.9...1.2.0) (2023-10-16)


### Features

* refactor wrapper to component client only registration ([#44](https://example.com//null/issues/44)) ([f43fcb4](https://example.com///commit/f43fcb441211557c43d313b43a611af0766c768e))
* refactor wrapper to component client only registration ([#44](https://github.com/Tresjs/nuxtnull/issues/44)) ([f43fcb4](https://github.com/Tresjs/nuxt/commit/f43fcb441211557c43d313b43a611af0766c768e))


### Bug Fixes

* 49 nuxtjs orbitcontrolsjs encountered an unknown camera type ([#51](https://example.com//null/issues/51)) ([8de0200](https://example.com///commit/8de0200b59711a3edf980e8597e91c2b81176a1c))
* 49 nuxtjs orbitcontrolsjs encountered an unknown camera type ([#51](https://github.com/Tresjs/nuxtnull/issues/51)) ([8de0200](https://github.com/Tresjs/nuxt/commit/8de0200b59711a3edf980e8597e91c2b81176a1c))

## [1.2.0-next.3](https://example.com///compare/1.1.9...1.2.0-next.3) (2023-10-16)
## [1.2.0-next.3](https://github.com/Tresjs/nuxt/compare/1.1.9...1.2.0-next.3) (2023-10-16)


### Bug Fixes

* 49 nuxtjs orbitcontrolsjs encountered an unknown camera type ([#51](https://example.com//null/issues/51)) ([8de0200](https://example.com///commit/8de0200b59711a3edf980e8597e91c2b81176a1c))
* node mismatch issue ([7dc1d42](https://example.com///commit/7dc1d42b02a45c435dde3575026dc939be09bdee))
* 49 nuxtjs orbitcontrolsjs encountered an unknown camera type ([#51](https://github.com/Tresjs/nuxtnull/issues/51)) ([8de0200](https://github.com/Tresjs/nuxt/commit/8de0200b59711a3edf980e8597e91c2b81176a1c))
* node mismatch issue ([7dc1d42](https://github.com/Tresjs/nuxt/commit/7dc1d42b02a45c435dde3575026dc939be09bdee))

## [1.2.0-next.0](https://example.com///compare/1.1.9...1.2.0-next.3) (2023-09-28)
## [1.2.0-next.0](https://github.com/Tresjs/nuxt/compare/1.1.9...1.2.0-next.3) (2023-09-28)


### Features

* remove runtime wrapper ([60db258](https://example.com///commit/60db25805bdf99f266b2e6f753587bd5ce7864b9))
* remove runtime wrapper ([60db258](https://github.com/Tresjs/nuxt/commit/60db25805bdf99f266b2e6f753587bd5ce7864b9))

## [1.2.0-next.2](https://example.com///compare/1.2.0-next.1...1.2.0-next.2) (2023-10-08)
## [1.2.0-next.2](https://github.com/Tresjs/nuxt/compare/1.2.0-next.1...1.2.0-next.2) (2023-10-08)

## [1.2.0-next.1](https://example.com///compare/1.1.9...1.2.0-next.1) (2023-10-08)
## [1.2.0-next.1](https://github.com/Tresjs/nuxt/compare/1.1.9...1.2.0-next.1) (2023-10-08)

## [1.2.0-next.0](https://example.com///compare/1.1.7...1.2.0-next.0) (2023-09-28)
## [1.2.0-next.0](https://github.com/Tresjs/nuxt/compare/1.1.7...1.2.0-next.0) (2023-09-28)

### Features

* remove runtime wrapper ([60db258](https://example.com///commit/60db25805bdf99f266b2e6f753587bd5ce7864b9))
* remove runtime wrapper ([60db258](https://github.com/Tresjs/nuxt/commit/60db25805bdf99f266b2e6f753587bd5ce7864b9))

### Bug Fixes

* force three to be a peer dep ([ad2fb55](https://example.com///commit/ad2fb553a5138605b0ba419988286a005dcd0bd9))
* force three to be a peer dep ([ad2fb55](https://github.com/Tresjs/nuxt/commit/ad2fb553a5138605b0ba419988286a005dcd0bd9))

## [1.1.9](https://example.com///compare/1.1.7...1.1.9) (2023-10-06)
## [1.1.9](https://github.com/Tresjs/nuxt/compare/1.1.7...1.1.9) (2023-10-06)


### Bug Fixes

* 46 multiple instances of threejs orbitcontrols broken ([#47](https://example.com//null/issues/47)) ([7a49603](https://example.com///commit/7a49603e827d54cd980cd1e009a83e26cd48103e))
* add `defu` as dep ([387c244](https://example.com///commit/387c2441ccd9614604bda93a4f0dfce84d3e97b2))
* **deps:** update dependency @tresjs/core to v3.3.0 ([#40](https://example.com//null/issues/40)) ([a0167ac](https://example.com///commit/a0167ac01907ba00c3bf80b9350e1875ba78b134))
* 46 multiple instances of threejs orbitcontrols broken ([#47](https://github.com/Tresjs/nuxtnull/issues/47)) ([7a49603](https://github.com/Tresjs/nuxt/commit/7a49603e827d54cd980cd1e009a83e26cd48103e))
* add `defu` as dep ([387c244](https://github.com/Tresjs/nuxt/commit/387c2441ccd9614604bda93a4f0dfce84d3e97b2))
* **deps:** update dependency @tresjs/core to v3.3.0 ([#40](https://github.com/Tresjs/nuxtnull/issues/40)) ([a0167ac](https://github.com/Tresjs/nuxt/commit/a0167ac01907ba00c3bf80b9350e1875ba78b134))

## [1.1.7](https://example.com///compare/1.1.6...1.1.7) (2023-09-16)
## [1.1.7](https://github.com/Tresjs/nuxt/compare/1.1.6...1.1.7) (2023-09-16)

## [1.1.6](https://example.com///compare/1.1.5...1.1.6) (2023-09-12)
## [1.1.6](https://github.com/Tresjs/nuxt/compare/1.1.5...1.1.6) (2023-09-12)


### Bug Fixes

* update `core` to `v3.2.1` with context fix ([#39](https://example.com//null/issues/39)) ([6857c88](https://example.com///commit/6857c881c1e3dc9d874a4ff3a56123221404c808))
* update `core` to `v3.2.1` with context fix ([#39](https://github.com/Tresjs/nuxtnull/issues/39)) ([6857c88](https://github.com/Tresjs/nuxt/commit/6857c881c1e3dc9d874a4ff3a56123221404c808))

## [1.1.5](///compare/1.1.4...1.1.5) (2023-08-30)
## [1.1.5](https://github.com/Tresjs/nuxt/compare/1.1.4...1.1.5) (2023-08-30)


### Bug Fixes

* fallback three types ([#36](null//null/issues/36)) 4117401
* fallback three types ([#36](https://github.com/Tresjs/nuxt/issues/36)) 4117401

## [1.1.4](///compare/1.1.3...1.1.4) (2023-08-30)
## [1.1.4](https://github.com/Tresjs/nuxt/compare/1.1.3...1.1.4) (2023-08-30)


### Bug Fixes

* updated `@tresjs/core` to `3.1.1` ([#35](null//null/issues/35)) ad1fca3
* updated `@tresjs/core` to `3.1.1` ([#35](https://github.com/Tresjs/nuxt/issues/35)) ad1fca3

## [1.1.3](///compare/1.1.2...1.1.3) (2023-07-29)
## [1.1.3](https://github.com/Tresjs/nuxt/compare/1.1.2...1.1.3) (2023-07-29)


### Bug Fixes

* added default props to fake Nuxt Canvas 1251d66

## [1.1.2](///compare/1.1.1...1.1.2) (2023-07-29)
## [1.1.2](https://github.com/Tresjs/nuxt/compare/1.1.1...1.1.2) (2023-07-29)


### Bug Fixes

* update TresCanvasProps to newest ([#29](null//null/issues/29)) 1bec0d7
* update TresCanvasProps to newest ([#29](https://github.com/Tresjs/nuxt/issues/29)) 1bec0d7

## [1.1.1](///compare/1.1.0...1.1.1) (2023-07-29)
## [1.1.1](https://github.com/Tresjs/nuxt/compare/1.1.0...1.1.1) (2023-07-29)


### Bug Fixes

* use templateCompilerOptions from core and new lint config b6cc19c

## [1.1.0](///compare/1.0.1...1.1.0) (2023-07-29)
## [1.1.0](https://github.com/Tresjs/nuxt/compare/1.0.1...1.1.0) (2023-07-29)


### Features

* update to tres v3 ([#26](null//null/issues/26)) cae345e
* update to tres v3 ([#26](https://github.com/Tresjs/nuxt/issues/26)) cae345e

## [1.0.1](///compare/1.0.0...1.0.1) (2023-07-18)
## [1.0.1](https://github.com/Tresjs/nuxt/compare/1.0.0...1.0.1) (2023-07-18)


### Bug Fixes

* added `TresCanvasProps` types locally ([#22](null//null/issues/22)) bb04e80
* added `TresCanvasProps` types locally ([#22](https://github.com/Tresjs/nuxt/issues/22)) bb04e80

## [1.0.0](///compare/1.0.0-beta.2...1.0.0) (2023-06-22)
## [1.0.0](https://github.com/Tresjs/nuxt/compare/1.0.0-beta.2...1.0.0) (2023-06-22)

## [1.0.0-beta.2](///compare/1.0.0-beta.1...1.0.0-beta.2) (2023-06-20)
## [1.0.0-beta.2](https://github.com/Tresjs/nuxt/compare/1.0.0-beta.1...1.0.0-beta.2) (2023-06-20)


### Bug Fixes

* import ref on TresCanvas client wrapper f68d93a

## [1.0.0-beta.1](///compare/1.0.0-beta.0...1.0.0-beta.1) (2023-06-20)
## [1.0.0-beta.1](https://github.com/Tresjs/nuxt/compare/1.0.0-beta.0...1.0.0-beta.1) (2023-06-20)


### Bug Fixes

* expose context state from TresCanvas to client only version ([#11](null//null/issues/11)) 9950cef
* expose context state from TresCanvas to client only version ([#11](https://github.com/Tresjs/nuxt/issues/11)) 9950cef

## [1.0.0-beta.0](///compare/1.0.0-alpha.2...1.0.0-beta.0) (2023-06-19)
## [1.0.0-beta.0](https://github.com/Tresjs/nuxt/compare/1.0.0-alpha.2...1.0.0-beta.0) (2023-06-19)


### Bug Fixes

* updated `@tresjs/core` to `v2.2.0` for camera fixes ([#10](null//null/issues/10)) b38d7ee
* updated `@tresjs/core` to `v2.2.0` for camera fixes ([#10](https://github.com/Tresjs/nuxt/issues/10)) b38d7ee

## [1.0.0-alpha.2](///compare/1.0.0-alpha.1...1.0.0-alpha.2) (2023-06-16)
## [1.0.0-alpha.2](https://github.com/Tresjs/nuxt/compare/1.0.0-alpha.1...1.0.0-alpha.2) (2023-06-16)

## [1.0.0-alpha.1](///compare/1.0.0-alpha.0...1.0.0-alpha.1) (2023-06-16)
## [1.0.0-alpha.1](https://github.com/Tresjs/nuxt/compare/1.0.0-alpha.0...1.0.0-alpha.1) (2023-06-16)


### Bug Fixes
@@ -221,4 +228,4 @@

### Bug Fixes

* remove multiple modules warnings ([#2](null//null/issues/2)) 2ddaa3e
* remove multiple modules warnings ([#2](https://github.com/Tresjs/nuxt/issues/2)) 2ddaa3e
39 changes: 23 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"name": "@tresjs/nuxt",
"type": "module",
"version": "2.0.2",
"version": "2.1.0",
"packageManager": "pnpm@8.6.2",
"description": "TresJS integration for Nuxt.",
"author": "Daniel Roe (https://github.com/danielroe/)",
"license": "MIT",
"repository": "@tresjs/nuxt",
"homepage": "https://tresjs.org",
"repository": {
"type": "git",
"url": "git+https://github.com/tresjs/nuxt.git"
},
"bugs": {
"url": "https://github.com/tresjs/nuxt/issues"
},
"publishConfig": {
"access": "public"
},
@@ -39,12 +46,12 @@
},
"dependencies": {
"@nuxt/devtools-kit": "^1.0.8",
"@nuxt/kit": "^3.9.1",
"@nuxt/ui": "^2.12.0",
"@tresjs/core": "3.6.1",
"@tresjs/nuxt": "2.0.1",
"@nuxt/kit": "^3.9.3",
"@nuxt/ui": "^2.13.0",
"@tresjs/core": "3.7.0",
"@tresjs/nuxt": "2.0.2",
"@types/three": "^0.160.0",
"@unocss/nuxt": "^0.58.3",
"@unocss/nuxt": "^0.58.4",
"defu": "^6.1.4",
"mlly": "^1.5.0",
"pkg-types": "^1.0.3",
@@ -54,25 +61,25 @@
},
"devDependencies": {
"@alvarosabu/eslint-config-vue": "^0.4.0",
"@iconify-json/carbon": "^1.1.27",
"@iconify-json/carbon": "^1.1.28",
"@iconify-json/file-icons": "^1.1.8",
"@iconify-json/iconoir": "^1.1.39",
"@iconify-json/ph": "^1.1.10",
"@nuxt/devtools-ui-kit": "^1.0.8",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.9.1",
"@nuxt/test-utils": "^3.9.0",
"@nuxt/schema": "^3.9.3",
"@nuxt/test-utils": "^3.11.0",
"@release-it/conventional-changelog": "^8.0.1",
"@types/node": "^20.11.2",
"@types/node": "^20.11.10",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"nuxt": "^3.9.1",
"nuxt": "^3.9.3",
"nuxt-icon": "^0.6.8",
"playwright": "^1.40.1",
"release-it": "^17.0.1",
"three": "^0.160.0",
"vitest": "^1.2.0"
"playwright": "^1.41.1",
"release-it": "^17.0.3",
"three": "^0.160.1",
"vitest": "^1.2.2"
},
"build": {
"externals": [
Loading