Skip to content

Commit

Permalink
chore: build improvements (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 5, 2024
1 parent 0990338 commit 0ce6452
Show file tree
Hide file tree
Showing 41 changed files with 463 additions and 445 deletions.
354 changes: 191 additions & 163 deletions documentation/package-lock.json

Large diffs are not rendered by default.

File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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

0 comments on commit 0ce6452

Please sign in to comment.