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 Apr 15, 2024
1 parent b08f431 commit 93af9f4
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 172 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ Changelog](https://keepachangelog.com/en/1.0.0/).

#### Front-end dependencies

- Update `autoprefixer` to `10.4.18`
- 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`
- Update `autoprefixer` to `10.4.19`
- Update `esbuild` to `0.20.2`
- Update `postcss-import` to `16.1.0`
- Update `postcss` to `8.4.38`
- Update `tailwindcss` to `3.4.3`

## [0.11.0] - 2023-05-13

Expand Down
10 changes: 5 additions & 5 deletions assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "hello",
"private": true,
"dependencies": {
"autoprefixer": "10.4.18",
"esbuild": "0.20.1",
"autoprefixer": "10.4.19",
"esbuild": "0.20.2",
"esbuild-copy-static-files": "0.1.0",
"postcss": "8.4.35",
"postcss-import": "16.0.1",
"tailwindcss": "3.4.1"
"postcss": "8.4.38",
"postcss-import": "16.1.0",
"tailwindcss": "3.4.3"
}
}
Loading

0 comments on commit 93af9f4

Please sign in to comment.