diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fedbf2..cc57247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/bun.lockb b/bun.lockb index 8d49d78..b5551a5 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 9995ea0..809c1c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextjs-resume", - "version": "5.0.0", + "version": "5.0.1", "type": "module", "author": { "name": "Colin Hemphill", @@ -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"