Skip to content

Commit 6c77a75

Browse files
authored
Merge pull request #2724 from bogminic/update-packages
Update packages
2 parents 33928c0 + 0c4642f commit 6c77a75

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@ngx-translate/http-loader": "^8.0.0",
3737
"@wagmi/core": "^0.5.8",
3838
"@winarg/ngx-text-diff": "^19.0.1",
39-
"canvas-confetti": "^1.4.0",
39+
"canvas-confetti": "^1.9.3",
4040
"codemirror": "^5.65.14",
4141
"codemirror-solidity": "^0.2.5",
4242
"ethers": "^5.7.2",
@@ -46,7 +46,7 @@
4646
"jwt-decode": "^2.2.0",
4747
"lodash-es": "^4.17.21",
4848
"material-icons": "^0.3.1",
49-
"ng-gallery": "^11.0.0",
49+
"ng-gallery": "^12.0.0",
5050
"ng-qrcode": "^20.0.0",
5151
"ng2-file-upload": "^7.0.1",
5252
"ngx-clipboard": "^15.1.0",

frontend/src/app/about/about.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ <h3>{{"SECTION_CORPORATE_HISTORY" | translate}}</h3>
3636
<h3><span>{{"SECTION_CUSTOMER_FEEDBACK" | translate}}</span></h3>
3737
<gallery id="feedback-gallery"
3838
style="height: 300px;"
39-
[autoPlay]="true"
40-
[thumb]="false"
39+
[autoplay]="true"
40+
[thumbs]="false"
4141
[counter]="false"
4242
[imageSize]="'cover'"
4343
>

routes/chatbot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import config from 'config'
1414
import download from 'download'
1515
import * as utils from '../lib/utils'
1616
import { isString } from 'lodash'
17-
import Bot from 'juicy-chat-bot'
17+
import { Bot } from 'juicy-chat-bot'
1818
import validateChatBot from '../lib/startup/validateChatBot'
1919
import * as security from '../lib/insecurity'
2020
import * as botUtils from '../lib/botUtils'

0 commit comments

Comments
 (0)