Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Jun 10, 2024
1 parent 3a36fbf commit 2d775ce
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
41 changes: 21 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@tabler/icons-react": "^3.5.0",
"hls.js": "^1.5.10",
"hls.js": "^1.5.11",
"html-entities": "^2.5.2",
"next": "^14.2.3",
"react": "^18.3.1",
Expand All @@ -34,21 +34,21 @@
"devDependencies": {
"@evilmartians/lefthook": "^1.6.15",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.14.0",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.38",
"prettier": "^3.3.0",
"prettier-plugin-tailwindcss": "^0.6.1",
"prettier": "^3.3.1",
"prettier-plugin-tailwindcss": "^0.6.2",
"rimraf": "^5.0.7",
"sharp": "^0.33.4",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
}
}

0 comments on commit 2d775ce

Please sign in to comment.