Skip to content

Commit 388fa3d

Browse files
committed
Update front-end dependencies
1 parent f4c6928 commit 388fa3d

File tree

3 files changed

+175
-174
lines changed

3 files changed

+175
-174
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
2929
#### Front-end dependencies
3030

3131
- Update `@hotwired/stimulus` to `3.2.2`
32-
- Update `esbuild` to `0.19.0`
33-
- Update `postcss` to `8.4.27`
32+
- Update `autoprefixer` to `10.4.15`
33+
- Update `esbuild` to `0.19.2`
34+
- Update `postcss` to `8.4.29`
3435
- Update `tailwindcss` to `3.3.3`
3536

3637
## [0.8.0] - 2023-05-13

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"dependencies": {
55
"@hotwired/stimulus": "3.2.2",
66
"@hotwired/turbo-rails": "7.3.0",
7-
"autoprefixer": "10.4.14",
8-
"esbuild": "0.19.0",
9-
"postcss": "8.4.27",
7+
"autoprefixer": "10.4.15",
8+
"esbuild": "0.19.2",
9+
"postcss": "8.4.29",
1010
"postcss-import": "15.1.0",
1111
"tailwindcss": "3.3.3"
1212
},

0 commit comments

Comments
 (0)