Skip to content

Commit df83fbc

Browse files
committed
Update front-end dependencies
1 parent fc75f36 commit df83fbc

File tree

3 files changed

+327
-354
lines changed

3 files changed

+327
-354
lines changed

CHANGELOG.md

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

6363
#### Front-end dependencies
6464

65-
- Update `@hotwired/turbo-rails` to `8.0.16`
66-
- Update `@tailwindcss/cli` to `4.1.13`
67-
- Update `@tailwindcss/postcss` to `4.1.13`
65+
- Update `@hotwired/turbo-rails` to `8.0.18`
66+
- Update `@tailwindcss/cli` to `4.1.14`
67+
- Update `@tailwindcss/postcss` to `4.1.14`
68+
- Update `esbuild` to `0.25.10`
6869
- Update `esbuild` to `0.25.9`
69-
- Update `tailwindcss` to `4.1.13`
70+
- Update `tailwindcss` to `4.1.14`
7071

7172
### Removed
7273

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.16",
7-
"esbuild": "0.25.9",
8-
"tailwindcss": "4.1.13",
9-
"@tailwindcss/cli": "4.1.13",
10-
"@tailwindcss/postcss": "4.1.13"
6+
"@hotwired/turbo-rails": "8.0.18",
7+
"esbuild": "0.25.10",
8+
"tailwindcss": "4.1.14",
9+
"@tailwindcss/cli": "4.1.14",
10+
"@tailwindcss/postcss": "4.1.14"
1111
},
1212
"scripts": {
1313
"build": "./run yarn:build",

0 commit comments

Comments
 (0)