Skip to content

Commit

Permalink
chore(dependencies): july updates (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent f33db85 commit eee0c4c
Show file tree
Hide file tree
Showing 24 changed files with 2,969 additions and 3,348 deletions.
8 changes: 4 additions & 4 deletions documentation/docs/about/our-team.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ const members = [
]
},
{
avatar: 'https://github.com/BasMasking.png',
avatar: 'https://github.com/basmasking.png',
name: 'Bas Meeuwissen',
title: 'Co-author',
desc: 'Experienced low-code architect. Knows the true meaning of automation.',
links: [
{ icon: 'github', link: 'https://github.com/BasMasking' },
{ icon: 'github', link: 'https://github.com/basmasking' },
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/basmeeuwissen/' }
]
},
{
avatar: 'https://github.com/JohnatMasking.png',
avatar: 'https://github.com/johnmasking.png',
name: 'John Meeuwissen',
title: 'QA',
desc: 'Experienced integration specialist. Yoda like testing and breaking skills.',
links: [
{ icon: 'github', link: 'https://github.com/JohnatMasking' },
{ icon: 'github', link: 'https://github.com/johnmasking' },
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/john-meeuwissen-0a880a9/' }
]
}
Expand Down
4 changes: 2 additions & 2 deletions documentation/docs/monitor/procedures.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ The API returns a list of procedure names (FQNs) that are registered with this s

``` json
[
procedure1,
procedure2
"procedure1",
"procedure2"
]
```

Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/monitor/workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This returns a list of registered workers. Per worker the url and procedure name
"url": "http://worker.example.com:3002",
"procedureNames": [
"procedure1",
procedure2
"procedure2"
]
}
]
Expand Down
1,136 changes: 678 additions & 458 deletions documentation/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"docs:preview": "vitepress preview docs"
},
"devDependencies": {
"vitepress": "^1.0.0-rc.44"
"vitepress": "^1.3.0"
}
}
10 changes: 5 additions & 5 deletions examples/apps/full-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
},
"dependencies": {
"jitar": "*",
"mongodb": "^6.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"mongodb": "^6.8.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@jitar/plugin-vite": "*",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "*",
"typescript": "5.4.3",
"vite": "^5.2.12"
"typescript": "5.5.3",
"vite": "^5.3.3"
}
}
Loading

0 comments on commit eee0c4c

Please sign in to comment.