Skip to content

Commit

Permalink
Dependency upgrades. (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhemphill authored Jun 8, 2024
1 parent 5d7cbec commit f8ed4b0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.0.1] - 2024-06-08

### Changed

- Dependency upgrades

## [5.0.0] - 2024-04-24

## Changed
Expand Down
Binary file modified bun.lockb
Binary file not shown.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-resume",
"version": "5.0.0",
"version": "5.0.1",
"type": "module",
"author": {
"name": "Colin Hemphill",
Expand Down Expand Up @@ -44,22 +44,22 @@
"tailwind-merge": "2.3.0"
},
"devDependencies": {
"@happy-dom/global-registrator": "14.11.0",
"@testing-library/react": "15.0.4",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@happy-dom/global-registrator": "14.12.0",
"@testing-library/react": "16.0.0",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"autoprefixer": "10.4.19",
"bun-types": "1.1.8",
"bun-types": "1.1.12",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
"husky": "9.0.11",
"jsdom": "24.0.0",
"lint-staged": "15.2.2",
"jsdom": "24.1.0",
"lint-staged": "15.2.5",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "3.4.3",
"prettier": "3.3.1",
"prettier-plugin-tailwindcss": "0.6.2",
"tailwindcss": "3.4.4",
"typescript": "5.4.5",
"webpack": "5.91.0",
"windy-radix-palette": "2.0.0-beta.7"
Expand Down

0 comments on commit f8ed4b0

Please sign in to comment.