Skip to content

Commit

Permalink
chore(deps-dev): Bump the build-tools group across 1 directory with 4…
Browse files Browse the repository at this point in the history
… updates (#219)

Bumps the build-tools group with 4 updates in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [postcss](https://github.com/postcss/postcss), [tailwindcss](https://github.com/tailwindlabs/tailwindcss) and [tsx](https://github.com/privatenumber/tsx).


Updates `vite` from 5.4.4 to 5.4.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.5/packages/vite)

Updates `postcss` from 8.4.45 to 8.4.47
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.45...8.4.47)

Updates `tailwindcss` from 3.4.10 to 3.4.11
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.11/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.10...v3.4.11)

Updates `tsx` from 4.19.0 to 4.19.1
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.0...v4.19.1)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tools
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tools
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tools
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tools
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
Joery-M and dependabot[bot] authored Sep 14, 2024
1 parent 64733d7 commit 7f50904
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 163 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"typescript-eslint": "^8.5.0",
"vite": "^5.4.4",
"vite": "^5.4.5",
"vitest": "^2.1.1",
"vue": "^3.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/darkroom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"playwright": "^1.47.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2",
"vite": "^5.4.4",
"vite": "^5.4.5",
"vite-plugin-dts": "^4.2.1",
"vitest": "^2.1.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/safelight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@
"browserslist": "^4.23.3",
"glob": "^11.0.0",
"lightningcss": "^1.27.0",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.78.0",
"strip-ansi": "^7.1.0",
"tailwindcss": "^3.4.10",
"tsx": "^4.19.0",
"tailwindcss": "^3.4.11",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"unplugin-vue-router": "^0.10.8",
"vite": "^5.4.4",
"vite": "^5.4.5",
"vite-plugin-mkcert": "^1.17.6",
"vue-tsc": "^2.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@vue/tsconfig": "^0.5.1",
"happy-dom": "^15.7.4",
"typescript": "^5.6.2",
"vite": "^5.4.4",
"vite": "^5.4.5",
"vitest": "^2.1.1",
"vue-tsc": "^2.1.6"
}
Expand Down
Loading

0 comments on commit 7f50904

Please sign in to comment.