Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🤖 updating packages #121

Merged
merged 4 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.15.0
18.17.0
Binary file not shown.
56 changes: 28 additions & 28 deletions db.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"posts": [
{
"id": 1,
"title": "My first blog post",
"author": "Lenny Peters",
"date": "2022-01-05",
"content": "banana's are the best"
"title": "Biking",
"author": "Lenny",
"content": "Biking is fun",
"date": "2023-12-05",
"id": 1
},
{
"id": 2,
"title": "Today was a strange day",
"author": "Lenny Peters",
"date": "2022-01-06",
"content": "It started raining for no reason."
"title": "skateboarding",
"author": "Kat",
"content": "Running is fun",
"date": "2023-12-06",
"id": 2
},
{
"id": 3,
"title": "Why don't they make bacon?",
"author": "Lenny Peters",
"date": "2022-01-06",
"content": "Shocked how many times I don't see omelette's with bacon on the menu."
"title": "This is a new title",
"author": "lenny",
"content": "Lets see this new edit page",
"date": "",
"id": 3
},
{
"id": 4,
"title": "Traffic ticket",
"author": "Lenny Peters",
"date": "2022-01-07",
"content": "I guess I shouldn't speed"
}
],
"comments": [
"title": "Hello its me",
"author": "Amber",
"content": "Eating chocolate is wonderful",
"date": "",
"id": 4
},
{
"id": 1,
"postId": 1,
"author": "Lenny Peters",
"content": "This is the best blog post ever!"
"title": "Chicken Is Delicious ",
"author": "Lenny",
"content": "Its a wonderful protein",
"date": "Sat Dec 09 2023",
"id": 5
}
]
],
"comments": []
}
Loading