Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
franklevasseur committed Mar 24, 2024
1 parent b1c4ab3 commit 24f1ee3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/board/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@botpress/messaging-base": "1.2.0",
"@botpress/messaging-client": "1.2.1",
"@botpress/messaging-socket": "1.3.0",
"@botpress/webchat": "0.5.1",
"@botpress/webchat": "0.5.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/inject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ts-node": "^10.9.1"
},
"dependencies": {
"@botpress/webchat": "0.5.1",
"@botpress/webchat": "0.5.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
47 changes: 3 additions & 44 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2190,7 +2190,7 @@ __metadata:
"@botpress/messaging-base": 1.2.0
"@botpress/messaging-client": 1.2.1
"@botpress/messaging-socket": 1.3.0
"@botpress/webchat": 0.5.1
"@botpress/webchat": 0.5.2
"@parcel/config-default": ^2.2.1
"@parcel/transformer-typescript-tsc": ^2.2.1
"@types/react": ^17.0.38
Expand Down Expand Up @@ -2483,16 +2483,6 @@ __metadata:
languageName: unknown
linkType: soft

"@botpress/messaging-socket@npm:1.2.0":
version: 1.2.0
resolution: "@botpress/messaging-socket@npm:1.2.0"
dependencies:
"@botpress/messaging-base": 1.2.0
socket.io-client: ^4.4.1
checksum: 01b38fa0b5f8bc8b094c2205f767b5c42bacd099335bd7bf634e885de8aa24d15c4976f28803aa409674014fce4fcd7a0adbc9db77f8c71fe2ccce88761746a3
languageName: node
linkType: hard

"@botpress/messaging@workspace:.":
version: 0.0.0-use.local
resolution: "@botpress/messaging@workspace:."
Expand Down Expand Up @@ -2560,7 +2550,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@botpress/webchat-inject@workspace:packages/inject"
dependencies:
"@botpress/webchat": 0.5.1
"@botpress/webchat": 0.5.2
"@parcel/config-default": ^2.2.1
"@parcel/reporter-bundle-analyzer": 2.2.1
"@parcel/transformer-typescript-tsc": ^2.2.1
Expand All @@ -2574,38 +2564,7 @@ __metadata:
languageName: unknown
linkType: soft

"@botpress/webchat@npm:0.5.1":
version: 0.5.1
resolution: "@botpress/webchat@npm:0.5.1"
dependencies:
"@blueprintjs/core": ^3.23.1
"@botpress/messaging-components": 0.4.3
"@botpress/messaging-socket": 1.2.0
"@formatjs/intl-pluralrules": ^4.1.6
"@formatjs/intl-utils": ^3.8.4
"@juggle/resize-observer": ^3.0.2
axios: ^0.25.0
classnames: ^2.3.1
crypto-js: ^4.1.1
date-fns: ^1.30.1
js-cookie: ^3.0.1
lodash: ^4.17.21
mime: ^3.0.0
mobx: 5.15.7
mobx-react: ^6.2.1
query-string: ^7.1.0
react: ^17.0.2
react-dom: ^17.0.2
react-ga: ^2.7.0
react-intl: ^3.12.1
react-scroll-to-bottom: ^4.2.0
snarkdown: ^2.0.0
uuid: ^8.3.2
checksum: 0be0ebd7295a3df3f42dcf5bd68b125c80aeb8194b5a446bc7380f4016e3aa5c9f9a7c75d28db8d69a29f7fd56a2f595d480e567dd8973e6023b82953ddcecb4
languageName: node
linkType: hard

"@botpress/webchat@workspace:packages/webchat":
"@botpress/[email protected], @botpress/webchat@workspace:packages/webchat":
version: 0.0.0-use.local
resolution: "@botpress/webchat@workspace:packages/webchat"
dependencies:
Expand Down

0 comments on commit 24f1ee3

Please sign in to comment.