Skip to content

Commit c2e3a4b

Browse files
committed
Update front-end dependencies
1 parent f1aaf3c commit c2e3a4b

File tree

3 files changed

+182
-172
lines changed

3 files changed

+182
-172
lines changed

CHANGELOG.md

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

4343
- Update `@hotwired/stimulus` to `3.2.2`
4444
- Update `@hotwired/turbo-rails` to `8.0.4`
45-
- Update `autoprefixer` to `10.4.18`
46-
- Update `esbuild` to `0.20.1`
47-
- Update `postcss-import` to `16.0.1`
48-
- Update `postcss` to `8.4.35`
49-
- Update `tailwindcss` to `3.4.1`
45+
- Update `autoprefixer` to `10.4.19`
46+
- Update `esbuild` to `0.20.2`
47+
- Update `postcss-import` to `16.1.0`
48+
- Update `postcss` to `8.4.38`
49+
- Update `tailwindcss` to `3.4.3`
5050

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"dependencies": {
55
"@hotwired/stimulus": "3.2.2",
66
"@hotwired/turbo-rails": "8.0.4",
7-
"autoprefixer": "10.4.18",
8-
"esbuild": "0.20.1",
9-
"postcss": "8.4.35",
10-
"postcss-import": "16.0.1",
11-
"tailwindcss": "3.4.1"
7+
"autoprefixer": "10.4.19",
8+
"esbuild": "0.20.2",
9+
"postcss": "8.4.38",
10+
"postcss-import": "16.1.0",
11+
"tailwindcss": "3.4.3"
1212
},
1313
"scripts": {
1414
"build": "./run yarn:build",

0 commit comments

Comments
 (0)