Skip to content

Commit

Permalink
chore(deps): june updates (#524)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bas Meeuwissen <[email protected]>
  • Loading branch information
dependabot[bot] and basmasking authored Jun 3, 2024
1 parent 12bb203 commit d7becea
Show file tree
Hide file tree
Showing 8 changed files with 652 additions and 580 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:sonarjs/recommended"
"plugin:sonarjs/recommended-legacy"
],
"rules":
{
Expand Down
8 changes: 4 additions & 4 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.5.0",
"mongodb": "^6.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@jitar/plugin-vite": "*",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "*",
"typescript": "5.4.3",
"vite": "^5.2.8"
"vite": "^5.2.12"
}
}
Loading

0 comments on commit d7becea

Please sign in to comment.