Skip to content

Commit 9c6c18d

Browse files
committed
Update front-end dependencies
1 parent d5818de commit 9c6c18d

File tree

3 files changed

+178
-167
lines changed

3 files changed

+178
-167
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
4141
#### Front-end dependencies
4242

4343
- Update `@hotwired/stimulus` to `3.2.2`
44-
- Update `@hotwired/turbo-rails` to `8.0.4`
44+
- Update `@hotwired/turbo-rails` to `8.0.5`
4545
- Update `autoprefixer` to `10.4.19`
46-
- Update `esbuild` to `0.21.5`
46+
- Update `esbuild` to `0.23.0`
4747
- Update `postcss-import` to `16.1.0`
48-
- Update `postcss` to `8.4.38`
49-
- Update `tailwindcss` to `3.4.4`
48+
- Update `postcss` to `8.4.39`
49+
- Update `tailwindcss` to `3.4.6`
5050

5151
## [0.8.0] - 2023-05-13
5252

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"private": true,
44
"dependencies": {
55
"@hotwired/stimulus": "3.2.2",
6-
"@hotwired/turbo-rails": "8.0.4",
6+
"@hotwired/turbo-rails": "8.0.5",
77
"autoprefixer": "10.4.19",
8-
"esbuild": "0.21.5",
9-
"postcss": "8.4.38",
8+
"esbuild": "0.23.0",
9+
"postcss": "8.4.39",
1010
"postcss-import": "16.1.0",
11-
"tailwindcss": "3.4.4"
11+
"tailwindcss": "3.4.6"
1212
},
1313
"scripts": {
1414
"build": "./run yarn:build",

0 commit comments

Comments
 (0)