Skip to content

Commit

Permalink
build(deps): bump the prod-dependencies group across 1 directory with…
Browse files Browse the repository at this point in the history
… 6 updates

Bumps the prod-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [n8ao](https://github.com/N8python/n8ao) | `1.9.3` | `1.9.4` |
| [postprocessing](https://github.com/pmndrs/postprocessing) | `6.36.4` | `6.36.6` |
| [three](https://github.com/mrdoob/three.js) | `0.171.0` | `0.173.0` |
| [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three) | `0.171.0` | `0.173.0` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.0.0-beta.4` | `4.0.3` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.0.0-beta.8` | `4.0.3` |



Updates `n8ao` from 1.9.3 to 1.9.4
- [Commits](https://github.com/N8python/n8ao/commits)

Updates `postprocessing` from 6.36.4 to 6.36.6
- [Release notes](https://github.com/pmndrs/postprocessing/releases)
- [Commits](pmndrs/postprocessing@v6.36.4...v6.36.6)

Updates `three` from 0.171.0 to 0.173.0
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

Updates `@types/three` from 0.171.0 to 0.173.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/three)

Updates `@tailwindcss/vite` from 4.0.0-beta.4 to 4.0.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.3/packages/@tailwindcss-vite)

Updates `tailwindcss` from 4.0.0-beta.8 to 4.0.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.3/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: n8ao
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: postprocessing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: three
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: "@types/three"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: "@tailwindcss/vite"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent cdde30b commit 75d33c0
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 256 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"type": "module",
"dependencies": {
"@tailwindcss/vite": "^4.0.0-beta.4",
"@tailwindcss/vite": "^4.0.3",
"chromospace": "workspace:^",
"tailwindcss": "^4.0.0-beta.8"
"tailwindcss": "^4.0.3"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@biomejs/biome": "1.9.4",
"@types/chroma-js": "^2.4.5",
"@types/node": "^22.10.2",
"@types/three": "^0.171.0",
"@types/three": "^0.173.0",
"jsdom": "^25.0.1",
"typescript": "^5.7.2",
"vite": "^6.0.4",
Expand All @@ -37,8 +37,8 @@
"apache-arrow": "^18.1.0",
"chroma-js": "^3.1.2",
"gl-matrix": "^3.4.3",
"n8ao": "^1.9.3",
"postprocessing": "^6.36.4",
"three": "^0.171.0"
"n8ao": "^1.9.4",
"postprocessing": "^6.36.6",
"three": "^0.173.0"
}
}
Loading

0 comments on commit 75d33c0

Please sign in to comment.