Skip to content

Commit

Permalink
More dep upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCarlino committed Nov 12, 2023
1 parent bf7298d commit 9fe1787
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
35 changes: 22 additions & 13 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"@trpc/server": "^10.38.5",
"dotenv": "^16.3.1",
"eslint": "^8.53.0",
"eslint-config-next": "^13.5.6",
"eslint-config-next": "^14.0.2",
"next": "^14.0.2",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.7",
"openai": "^4.17.4",
"prom-client": "^14.2.0",
"prom-client": "^15.0.0",
"radash": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion pages/user.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function SettingsDisplay<T extends keyof UserSettings>(
<li>
<label>
{props.description}
<input type="text" value={"" + props.value} />
<input type="text" defaultValue={"" + props.value} />
</label>
</li>
);
Expand Down

0 comments on commit 9fe1787

Please sign in to comment.