Skip to content

Commit b7d6a39

Browse files
authored
Merge pull request #20 from qoretechnologies/chore/update-reqore-47.3
chore: Update @qoretechnologies/reqore npm dependency to version 0.47.3
2 parents 2eaecab + f5a5e17 commit b7d6a39

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qoretechnologies/reqraft",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "ReQraft is a collection of React components and hooks that are used across Qore Technologies' products made using the ReQore component library from Qore.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -53,7 +53,7 @@
5353
"@babel/preset-typescript": "^7.12.7",
5454
"@chromatic-com/storybook": "^1.5.0",
5555
"@netsells/storybook-mockdate": "^0.3.3",
56-
"@qoretechnologies/reqore": "^0.47.2",
56+
"@qoretechnologies/reqore": "^0.47.3",
5757
"@storybook/addon-actions": "^8.1.7",
5858
"@storybook/addon-essentials": "^8.1.7",
5959
"@storybook/addon-interactions": "^8.1.7",

src/hooks/useWebSocket/useWebsocket.stories.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ export const ReconnectFails: Story = {
160160
await testsClickButton({ label: 'Kill' });
161161
await testsWaitForText('Websocket Status: CONNECTING');
162162
await expect(args.onReconnecting).toHaveBeenCalled();
163-
await testsWaitForText('Websocket Status: CLOSED');
164-
await waitFor(() => expect(args.onReconnectFailed).toHaveBeenCalled(), { timeout: 10000 });
163+
await waitFor(() => expect(args.onReconnectFailed).toHaveBeenCalled(), { timeout: 20000 });
165164
},
166165
};
167166

@@ -193,7 +192,6 @@ export const WithLogs: Story = {
193192
play: async ({ args, ...rest }) => {
194193
await Reconnects.play({ args, ...rest });
195194

196-
await testsWaitForText('Reconnecting... Attempt 4');
197195
await testsWaitForText('Connection opened');
198196
},
199197
};

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2546,10 +2546,10 @@
25462546
resolved "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz"
25472547
integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==
25482548

2549-
"@qoretechnologies/reqore@^0.47.2":
2550-
version "0.47.2"
2551-
resolved "https://registry.yarnpkg.com/@qoretechnologies/reqore/-/reqore-0.47.2.tgz#5ae8f9eba5d7ef2a85f3844b073a0a4757b9a395"
2552-
integrity sha512-RYdyZr6ggjH2o1xvLnqszaUWLuv10iQjh1ia3Trxv3B/glbpq9ACcra/olD4/sdmi7NLY/FthOiDqMjKz7f5nw==
2549+
"@qoretechnologies/reqore@^0.47.3":
2550+
version "0.47.3"
2551+
resolved "https://registry.yarnpkg.com/@qoretechnologies/reqore/-/reqore-0.47.3.tgz#e7dd92d333abc904162960e7fa321b8b707fbe22"
2552+
integrity sha512-MnXvO5DLcaY/ZJxWggOtpOGhv1KzG1knWm6oOhwCfSxBv4O9zEM1GFEtAJj4fJY8IBpDqB7VSiTHWSLoByrUVw==
25532553
dependencies:
25542554
"@internationalized/date" "^3.5.3"
25552555
"@popperjs/core" "^2.11.6"

0 commit comments

Comments
 (0)