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: 3.0.0
Choose a base ref
...
head repository: Tresjs/nuxt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.1
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 8, 2024

  1. fix(deps): updated deps (#109)

    alvarosabu authored Jul 8, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e6f1e22 View commit details
  2. chore: release v3.0.1

    alvarosabu committed Jul 8, 2024
    Copy the full SHA
    ef51ae5 View commit details
Showing with 6,596 additions and 8,355 deletions.
  1. +7 −0 CHANGELOG.md
  2. +3 −3 client/nuxt.config.ts
  3. +21 −21 package.json
  4. +5 −5 playground/package.json
  5. +4,814 −5,019 playground/pnpm-lock.yaml
  6. +1,746 −3,307 pnpm-lock.yaml
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [3.0.1](https://github.com/tresjs/nuxt/compare/3.0.0...3.0.1) (2024-07-08)


### Bug Fixes

* **deps:** updated deps ([#109](https://github.com/tresjs/nuxt/issues/109)) ([e6f1e22](https://github.com/tresjs/nuxt/commit/e6f1e22595591c36e4abab0419b04de761a6a53b))

## [3.0.0](https://github.com/tresjs/nuxt/compare/2.1.2...3.0.0) (2024-06-26)


6 changes: 3 additions & 3 deletions client/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -6,15 +6,15 @@ export default defineNuxtConfig({
'@nuxt/devtools-ui-kit',
'@unocss/nuxt',
'@nuxt/ui',
'nuxt-icon',
'@nuxt/icon',
],
nitro: {
output: {
publicDir: resolve(__dirname, '../dist/client'),
},
},
nuxtIcon: {
size: '30px', // default <Icon> size applied
icon: {
size: '24px', // default <Icon> size applied
class: 'icon', // default <Icon> class applied
aliases: {
mesh: 'carbon:cube',
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@tresjs/nuxt",
"type": "module",
"version": "3.0.0",
"packageManager": "pnpm@8.6.2",
"version": "3.0.1",
"packageManager": "pnpm@9.1.4",
"description": "TresJS integration for Nuxt.",
"author": "Daniel Roe (https://github.com/danielroe/)",
"license": "MIT",
@@ -46,41 +46,41 @@
"three": ">=0.133"
},
"dependencies": {
"@nuxt/devtools-kit": "^1.3.6",
"@nuxt/kit": "^3.12.2",
"@nuxt/devtools-kit": "^1.3.9",
"@nuxt/kit": "^3.12.3",
"@nuxt/ui": "^2.17.0",
"@tresjs/core": "4.0.2",
"@tresjs/nuxt": "2.1.2",
"@types/three": "^0.165.0",
"@unocss/nuxt": "^0.61.0",
"@tresjs/core": "4.1.0",
"@tresjs/nuxt": "3.0.0",
"@types/three": "^0.166.0",
"@unocss/nuxt": "^0.61.3",
"defu": "^6.1.4",
"mlly": "^1.7.1",
"pkg-types": "^1.1.1",
"pkg-types": "^1.1.3",
"sirv": "^2.0.4",
"typescript": "^5.5.2",
"typescript": "^5.5.3",
"vite-plugin-glsl": "^1.3.0"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.36",
"@iconify-json/file-icons": "^1.1.8",
"@iconify-json/iconoir": "^1.1.44",
"@iconify-json/ph": "^1.1.13",
"@nuxt/devtools-ui-kit": "^1.3.6",
"@nuxt/devtools-ui-kit": "^1.3.9",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.8.0",
"@nuxt/schema": "^3.12.2",
"@nuxt/icon": "^1.0.0",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "^3.12.3",
"@nuxt/test-utils": "^3.13.1",
"@release-it/conventional-changelog": "^8.0.1",
"@tresjs/eslint-config": "^1.1.0",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"changelogen": "^0.5.5",
"eslint": "^9.5.0",
"nuxt": "^3.12.2",
"nuxt-icon": "^0.6.10",
"playwright": "^1.45.0",
"release-it": "^17.4.0",
"three": "^0.165.0",
"vitest": "^1.6.0"
"eslint": "^9.6.0",
"nuxt": "^3.12.3",
"playwright": "^1.45.1",
"release-it": "^17.4.1",
"three": "^0.166.1",
"vitest": "^2.0.1"
},
"build": {
"externals": [
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -8,12 +8,12 @@
"generate": "nuxi generate"
},
"devDependencies": {
"@nuxt/devtools": "1.3.2",
"@nuxt/devtools": "1.3.9",
"@tresjs/cientos": "^3.9.0",
"@tresjs/post-processing": "^0.7.1",
"@types/three": "^0.165.0",
"nuxt": "^3.11.2",
"postprocessing": "^6.35.4",
"tweakpane": "^4.0.3"
"@types/three": "^0.166.0",
"nuxt": "^3.12.3",
"postprocessing": "^6.35.6",
"tweakpane": "^4.0.4"
}
}
9,833 changes: 4,814 additions & 5,019 deletions playground/pnpm-lock.yaml

Large diffs are not rendered by default.

5,053 changes: 1,746 additions & 3,307 deletions pnpm-lock.yaml

Large diffs are not rendered by default.