Skip to content

Commit

Permalink
bump tool versions to latest in copier.yml (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas authored Aug 12, 2024
1 parent de105dd commit 1b676c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed

- `just refresh` command now calls `just lock`.
- Now defaults to 3.4.9 for Tailwind CSS version.
- Now defaults to 1.46.0 for Playwright version.
- Now defaults to v2024.8.27 for `django-twc-ui` version.

### Fixed

Expand Down
6 changes: 3 additions & 3 deletions copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ node_version:
tailwindcss_version:
type: str
help: Which version of Tailwind CSS should be used?
default: "3.4.6"
default: "3.4.9"

playwright_version:
type: str
help: Which version of Playwright should be used?
default: "1.45.0"
default: "1.46.0"

# ----------------------------------------------------------------------
# DEPENDENCIES
Expand All @@ -110,7 +110,7 @@ django_twc_ui_token:
django_twc_ui_version:
type: str
help: Which version of `django-twc-ui` should be used?
default: "2024.7.29"
default: "2024.8.27"

# ----------------------------------------------------------------------
# FLY.IO
Expand Down

0 comments on commit 1b676c8

Please sign in to comment.