Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Sep 2, 2024
1 parent 44be095 commit dd9f561
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 69 deletions.
128 changes: 64 additions & 64 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 @@ -11,17 +11,17 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"next": "^14.2.6"
"next": "^14.2.7"
},
"devDependencies": {
"typescript": "^5.5.4",
"@types/node": "^22.5.0",
"@types/react": "^18.3.4",
"@types/node": "^22.5.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"postcss": "^8.4.44",
"tailwindcss": "^3.4.10",
"eslint": "^8",
"eslint-config-next": "^14.2.6"
"eslint-config-next": "^14.2.7"
}
}

0 comments on commit dd9f561

Please sign in to comment.