Skip to content

Commit

Permalink
chore: minor dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
fischermatte committed Nov 3, 2024
1 parent 7a518a9 commit c4eb73e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 25 deletions.
50 changes: 30 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
@@ -1,6 +1,6 @@
{
"name": "fischermatte.dev",
"version": "1.5.5",
"version": "1.5.6",
"license": "WTFPL",
"private": true,
"scripts": {
Expand All @@ -20,7 +20,7 @@
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@supabase/supabase-js": "^2.46.0",
"@supabase/supabase-js": "^2.46.1",
"@tailwindcss/forms": "^0.5.9",
"next": "15.0.2",
"react": "18.3.1",
Expand All @@ -30,11 +30,11 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@testing-library/jest-dom": "^6.6.2",
"@eslint/js": "^9.14.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.4",
"@types/node": "^22.8.7",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "^9",
Expand Down

0 comments on commit c4eb73e

Please sign in to comment.