Skip to content

Commit

Permalink
Bump the npm-development group across 1 directory with 7 updates (#2305)
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: Nick Z <[email protected]>
  • Loading branch information
dependabot[bot] and nickzelei authored Jul 17, 2024
1 parent a73767f commit beccdbe
Show file tree
Hide file tree
Showing 5 changed files with 491 additions and 619 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,15 @@ export function getConnectionComponentDetails(
user: value.tunnel?.user ?? '',
passphrase:
value.tunnel && value.tunnel.authentication
? getPassphraseFromSshAuthentication(
? (getPassphraseFromSshAuthentication(
value.tunnel.authentication
) ?? ''
) ?? '')
: '',
privateKey:
value.tunnel && value.tunnel.authentication
? getPrivateKeyFromSshAuthentication(
? (getPrivateKeyFromSshAuthentication(
value.tunnel.authentication
) ?? ''
) ?? '')
: '',
},
}}
Expand Down Expand Up @@ -221,15 +221,15 @@ export function getConnectionComponentDetails(
user: mysqlValue.tunnel?.user ?? '',
passphrase:
mysqlValue.tunnel && mysqlValue.tunnel.authentication
? getPassphraseFromSshAuthentication(
? (getPassphraseFromSshAuthentication(
mysqlValue.tunnel.authentication
) ?? ''
) ?? '')
: '',
privateKey:
mysqlValue.tunnel && mysqlValue.tunnel.authentication
? getPrivateKeyFromSshAuthentication(
? (getPrivateKeyFromSshAuthentication(
mysqlValue.tunnel.authentication
) ?? ''
) ?? '')
: '',
},
}}
Expand Down
10 changes: 5 additions & 5 deletions frontend/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,19 @@
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "20.14.9",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"autoprefixer": "^10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.4",
"knip": "^5.23.3",
"eslint-config-next": "^14.2.5",
"knip": "^5.26.0",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.4",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.6",
"typescript": "5.5.3"
}
}
Loading

0 comments on commit beccdbe

Please sign in to comment.