Skip to content

Commit

Permalink
Merge branch 'main' into NDT-573-Add-global-search-on-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
RRanath authored Nov 4, 2024
2 parents 1a0b6ee + 2089051 commit 3e42ee6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ jobs:
id: fetch_tag
run: echo "tagVersion=$(git describe --tags $(git rev-list --tags --max-count=1))" >>$GITHUB_OUTPUT
- name: Release
uses: softprops/[email protected].8
uses: softprops/[email protected].9
with:
generate_release_notes: true
tag_name: ${{ steps.fetch_tag.outputs.tagVersion }}
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@mui/icons-material": "^5.14.13",
"@mui/material": "^5.16.5",
"@mui/x-date-pickers": "^6.16.2",
"@rjsf/core": "^5.17.1",
"@rjsf/core": "^5.18.0",
"@rjsf/utils": "^5.17.1",
"@rjsf/validator-ajv8": "5.18.0",
"@sentry/nextjs": "^7.36.0",
Expand Down
15 changes: 5 additions & 10 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3586,10 +3586,10 @@
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.5.tgz#db5a11bf66bdab39569719555b0f76e138d7bd64"
integrity sha512-9X2obfABZuDVLCgPK9aX0a/x4jaOEweTTWE2+9sr0Qqqevj2Uv5XorvusThmc9XGYpS9yI+fhh8RTafBtGposw==

"@rjsf/core@^5.17.1":
version "5.17.1"
resolved "https://registry.yarnpkg.com/@rjsf/core/-/core-5.17.1.tgz#747e82bc68347fc8b786fd817d380c7d8c36f766"
integrity sha512-COZSuumwHskWN8Pz3RxdxvuQUP6M/qBMXAkIi+TSWLFLaF6SUugpLiceMT1jGemDCr7fOSTiPxjkToSsgpvueQ==
"@rjsf/core@^5.18.0":
version "5.18.0"
resolved "https://registry.yarnpkg.com/@rjsf/core/-/core-5.18.0.tgz#85149397f653772bf806643b60283322d8d5572a"
integrity sha512-4j0KwmcD3SAzCvsSFBK1RTNni7ZJlk6TgWPhYP6BrBlWJKgi+I49DNndu4SSJ0kNPV2QbNa3n4sWRVV0i06mGw==
dependencies:
lodash "^4.17.21"
lodash-es "^4.17.21"
Expand Down Expand Up @@ -11385,12 +11385,7 @@ map-or-similar@^1.5.0:
resolved "https://registry.yarnpkg.com/map-or-similar/-/map-or-similar-1.5.0.tgz#6de2653174adfb5d9edc33c69d3e92a1b76faf08"
integrity sha1-beJlMXSt+12e3DPGnT6Sobdvrwg=

markdown-to-jsx@^7.1.3:
version "7.1.7"
resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-7.1.7.tgz#a5f22102fb12241c8cea1ca6a4050bb76b23a25d"
integrity sha512-VI3TyyHlGkO8uFle0IOibzpO1c1iJDcXcS/zBrQrXQQvJ2tpdwVzVZ7XdKsyRz1NdRmre4dqQkMZzUHaKIG/1w==

markdown-to-jsx@^7.4.1:
markdown-to-jsx@^7.1.3, markdown-to-jsx@^7.4.1:
version "7.4.1"
resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-7.4.1.tgz#1ed6a60f8f9cd944bec39d9923fbbc8d3d60dcb9"
integrity sha512-GbrbkTnHp9u6+HqbPRFJbObi369AgJNXi/sGqq5HRsoZW063xR1XDCaConqq+whfEIAlzB1YPnOgsPc7B7bc/A==
Expand Down

0 comments on commit 3e42ee6

Please sign in to comment.