Skip to content

Commit

Permalink
chore: Bump dependencies to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanmaity1234 committed Jul 18, 2024
1 parent 0142c7f commit 272de32
Show file tree
Hide file tree
Showing 5 changed files with 10,813 additions and 1,209 deletions.
4 changes: 2 additions & 2 deletions .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ fileignoreconfig:
- filename: frontend/__tests__/components/LoginPage.test.js
checksum: 31ed54ab84d53d73f9dac6779cdec2d79ec6bbf7adf93e30daa85695c20941b2
- filename: frontend/__tests__/components/__snapshots__/LoginPage.test.js.snap
checksum: 67fa67a5e34cc0b9dffa942d8a0d3a680ba3a2c02b8ae5a3627d097ff254dfc8
checksum: 7339892a4d449bb5da239c6c15f52b7d9ded478f5f0c7960cff2ed331b134aae
- filename: frontend/mock-data/data.json
checksum: 8db91df1d7736cce489b5cfd97e4761f7caf658ebb6d82495d43074bad2bfecc
- filename: frontend/package-lock.json
checksum: a78cff9c615d1f77422f1d7c42281d3765772d2fa2ad25e4ffbf49eb91da3224
checksum: 967b3ab055cdd7caba5e33a608250d378bec2c5f6b4a373eb04ca5a56d9a5691
- filename: frontend/src/components/Dashboard.vue
checksum: 55c522358eb8c8cdd66b948f52d837d7f092c9416df3a2b01284a805c1900b0e
- filename: frontend/src/components/GridCell.vue
Expand Down
4 changes: 2 additions & 2 deletions backend/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=544c35d6bd849ae8a5ed0bcea39ba677dc40f49df7d1835561582da2009b961d
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionSha256Sum=d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ exports[`<LoginPage /> > should render login page only with auth mechanism [ 'BA
Username
</label>
<!---->
<input aria-describedby="input-0-messages" class="v-field__input" id="input-0" placeholder="Enter your username" size="1" test-id="username" type="text">
<input aria-describedby="input-0-messages" class="v-field__input" id="input-0" placeholder="Enter your username" size="1" test-id="username" type="text" value>
<!---->
</div>
<transition-stub appear="false" css="true" name="expand-x-transition" persisted="false">
Expand Down Expand Up @@ -143,7 +143,7 @@ exports[`<LoginPage /> > should render login page only with auth mechanism [ 'BA
Password
</label>
<!---->
<input aria-describedby="input-2-messages" class="v-field__input" id="input-2" placeholder="Enter your password" size="1" test-id="password" type="password">
<input aria-describedby="input-2-messages" class="v-field__input" id="input-2" placeholder="Enter your password" size="1" test-id="password" type="password" value>
<!---->
</div>
<transition-stub appear="false" css="true" name="expand-x-transition" persisted="false">
Expand Down Expand Up @@ -247,7 +247,7 @@ exports[`<LoginPage /> > should render login page only with auth mechanism [ 'BA
Username
</label>
<!---->
<input aria-describedby="input-0-messages" class="v-field__input" id="input-0" placeholder="Enter your username" size="1" test-id="username" type="text">
<input aria-describedby="input-0-messages" class="v-field__input" id="input-0" placeholder="Enter your username" size="1" test-id="username" type="text" value>
<!---->
</div>
<transition-stub appear="false" css="true" name="expand-x-transition" persisted="false">
Expand Down Expand Up @@ -298,7 +298,7 @@ exports[`<LoginPage /> > should render login page only with auth mechanism [ 'BA
Password
</label>
<!---->
<input aria-describedby="input-2-messages" class="v-field__input" id="input-2" placeholder="Enter your password" size="1" test-id="password" type="password">
<input aria-describedby="input-2-messages" class="v-field__input" id="input-2" placeholder="Enter your password" size="1" test-id="password" type="password" value>
<!---->
</div>
<transition-stub appear="false" css="true" name="expand-x-transition" persisted="false">
Expand Down
Loading

0 comments on commit 272de32

Please sign in to comment.