Skip to content

Commit d35809b

Browse files
authored
Update about.tsx (#4)
* Update about.tsx * done * Upgraded Next-auth module to support Node V19.0.0
1 parent d5907ba commit d35809b

File tree

8 files changed

+6571
-7791
lines changed

8 files changed

+6571
-7791
lines changed

package-lock.json

Lines changed: 681 additions & 1753 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"export": "next export"
1111
},
1212
"dependencies": {
13-
"@prisma/client": "^4.2.1",
13+
"@prisma/client": "^4.8.0",
1414
"@sanity/client": "^3.3.3",
1515
"@sanity/desk-tool": "^2.31.0",
1616
"@sanity/eslint-config-studio": "^2.0.0",
@@ -23,8 +23,8 @@
2323
"eslint": "^8.6.0",
2424
"googleapis": "^105.0.0",
2525
"motion": "^10.12.0",
26-
"next": "12.2.2",
27-
"next-auth": "^4.10.3",
26+
"next": "^14.1.3",
27+
"next-auth": "^4.24.7",
2828
"next-mdx-remote": "^4.0.3",
2929
"next-sanity": "^0.6.0",
3030
"next-seo": "^5.5.0",
@@ -49,7 +49,7 @@
4949
"globby": "13.1.2",
5050
"postcss": "^8.4.13",
5151
"prettier": "2.7.1",
52-
"prisma": "4.0.0",
52+
"prisma": "4.8.0",
5353
"reading-time": "^1.4.0",
5454
"rehype": "12.0.1",
5555
"rehype-autolink-headings": "6.1.1",

pages/about.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function About() {
4040
<h3>Brief, 3rd Person</h3>
4141
<p>
4242
Dev is a passionate Technical Writer and Open Source Developer. An educator, writer, and speaker, Dev has contributed to
43-
Microsoft Docs, GitHub Docs, Circle CI, and other open source softwares and communities. He has also been part of core team of Chargebee Developer Commmunity {' '}
43+
Microsoft Docs, GitHub Docs, Circle CI, and many other open source softwares and communities. He has also been part of core team of Chargebee Developer Commmunity {' '}
4444
<a href= "https://devbuzz.chargebee.com/"> DevBuzz Community</a>.
4545
He has also delivered technical talks and workshops on Open Source, Data Science, and Machine Learning.
4646
Dev has extensive knowledge and experience on working with SaaS, Power BI, Anlaytics, AI/ML and API focused companies. He is a product guy and delivered documentation for both user and developers.

pages/blog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function Blog({
5858
Most Popular
5959
</h3>
6060
<BlogPost
61-
title="What is Technical Writing? How important it is for software and IT industries?"
61+
title="Technical Writing: Modern Practice for building Software Documentation in Tech Industry"
6262
excerpt="Why Documentation is important for Software companies. Why this skill is highly in-demand but less competitive in software markets?"
6363
slug="technical-writing-in-software-companies"
6464
/>

pages/guestbook.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default function GuestbookPage({ fallbackData }) {
66
return (
77
<Container
88
title="Guestbook – Dev Prakash Sharma"
9-
description="Sign in to my digital guestbook and share some ideas."
9+
description="Sign in to my digital guestbook and share feedback and ideas"
1010
>
1111
<div className="flex flex-col justify-center items-start max-w-2xl mx-auto mb-16">
1212
<h1 className="font-bold text-3xl md:text-5xl tracking-tight mb-4 text-black dark:text-white">

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default function Home() {
4242
</h3>
4343
<div className="flex gap-6 flex-col md:flex-row">
4444
<BlogPostCard
45-
title="What is Technical Writing? How important it is for software and IT industries?"
45+
title="Technical Writing: Modern Practice for building Software Documentation in Tech Industry"
4646
slug="technical-writing-in-software-companies"
4747
gradient="from-[#F9C823] to-[#FC506E]"
4848
/>

prisma/schema.prisma

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33

44
generator client {
55
provider = "prisma-client-js"
6-
previewFeatures = ["referentialIntegrity"]
76
}
87
datasource db {
98
provider = "mysql"
109
url = env("DATABASE_URL")
11-
referentialIntegrity = "prisma"
10+
relationMode= "prisma"
1211
}
1312

1413
model codewithdevPortfolio {

yarn.lock

Lines changed: 5881 additions & 6028 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)