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(deps-dev): bump vite from 5.1.4 to 5.2.8 in /documentation #518

Merged
merged 8 commits into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from 7 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
354 changes: 191 additions & 163 deletions documentation/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Jitar | Contact list
# Jitar | Full Stack

This example contact list application is build with React, MongoDB and Jitar (ReMoJi stack).
This full stack example a contact list application is build with React, MongoDB and Jitar (ReMoJi stack).
It includes frontend and backend functions and a database for storing contacts.

## Project setup
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jitar-contact-list-example",
"name": "jitar-full-stack-example",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -15,16 +15,16 @@
},
"dependencies": {
"jitar": "*",
"mongodb": "^6.4.0",
"mongodb": "^6.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@jitar/plugin-vite": "*",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.4.3",
"vite": "^5.2.7"
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@vitejs/plugin-react": "*",
"typescript": "5.4.3",
"vite": "^5.2.8"
}
}
4 changes: 0 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.7.4",
"packages": [
"packages/*",
"examples/**/*"
],
"command": {
"version": {
"message": "chore(release): publish %s"
Expand Down
Loading