Skip to content

Commit

Permalink
Update front-end dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Feb 23, 2024
1 parent b5352d0 commit f8e9a7a
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 166 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
#### Front-end dependencies

- Update `@hotwired/stimulus` to `3.2.2`
- Update `@hotwired/turbo-rails` to `8.0.0`
- Update `@hotwired/turbo-rails` to `8.0.3`
- Update `autoprefixer` to `10.4.17`
- Update `esbuild` to `0.20.0`
- Update `postcss-import` to `16.0.0`
- Update `postcss` to `8.4.34`
- Update `esbuild` to `0.20.1`
- Update `postcss-import` to `16.0.1`
- Update `postcss` to `8.4.35`
- Update `tailwindcss` to `3.4.1`

## [0.8.0] - 2023-05-13
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"private": true,
"dependencies": {
"@hotwired/stimulus": "3.2.2",
"@hotwired/turbo-rails": "8.0.0",
"@hotwired/turbo-rails": "8.0.3",
"autoprefixer": "10.4.17",
"esbuild": "0.20.0",
"postcss": "8.4.34",
"postcss-import": "16.0.0",
"esbuild": "0.20.1",
"postcss": "8.4.35",
"postcss-import": "16.0.1",
"tailwindcss": "3.4.1"
},
"scripts": {
Expand Down

0 comments on commit f8e9a7a

Please sign in to comment.