Skip to content

Commit 770a0ec

Browse files
committed
Update front-end dependencies
1 parent 97bef38 commit 770a0ec

File tree

3 files changed

+299
-284
lines changed

3 files changed

+299
-284
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
6262

6363
#### Front-end dependencies
6464

65-
- Update `@hotwired/turbo-rails` to `8.0.18`
66-
- Update `@tailwindcss/cli` to `4.1.15`
67-
- Update `@tailwindcss/postcss` to `4.1.15`
65+
- Update `@hotwired/turbo-rails` to `8.0.20`
66+
- Update `@tailwindcss/cli` to `4.1.17`
67+
- Update `@tailwindcss/postcss` to `4.1.17`
6868
- Update `esbuild` to `0.25.11`
69-
- Update `tailwindcss` to `4.1.15`
69+
- Update `tailwindcss` to `4.1.17`
7070

7171
### Removed
7272

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"private": true,
44
"dependencies": {
55
"@hotwired/stimulus": "3.2.2",
6-
"@hotwired/turbo-rails": "8.0.18",
7-
"esbuild": "0.25.11",
8-
"tailwindcss": "4.1.15",
9-
"@tailwindcss/cli": "4.1.15",
10-
"@tailwindcss/postcss": "4.1.15"
6+
"@hotwired/turbo-rails": "8.0.20",
7+
"esbuild": "0.27.0",
8+
"tailwindcss": "4.1.17",
9+
"@tailwindcss/cli": "4.1.17",
10+
"@tailwindcss/postcss": "4.1.17"
1111
},
1212
"scripts": {
1313
"build": "./run yarn:build",

0 commit comments

Comments
 (0)