Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Aug 12, 2024
1 parent 21d5635 commit 7fc57c1
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 44 deletions.
77 changes: 41 additions & 36 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,32 @@
"start": "next start -p 3000"
},
"dependencies": {
"@tabler/icons-react": "^3.11.0",
"hls.js": "^1.5.13",
"@tabler/icons-react": "^3.12.0",
"hls.js": "^1.5.14",
"html-entities": "^2.5.2",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-masonry-css": "^1.0.16"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.7.11",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^22.1.0",
"@evilmartians/lefthook": "^1.7.12",
"@tailwindcss/typography": "^0.5.14",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"prettier-plugin-tailwindcss": "^0.6.6",
"rimraf": "^6.0.1",
"sharp": "^0.33.4",
"stylelint": "^16.8.1",
"stylelint-config-standard": "^36.0.1",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.4"
}
}

0 comments on commit 7fc57c1

Please sign in to comment.