Skip to content

Commit 1276dff

Browse files
authored
Merge pull request #22 from qoretechnologies/chore/bump-reqore
Update @qoretechnologies/reqore to version 0.48.5
2 parents 8b2fffb + 39da62e commit 1276dff

File tree

2 files changed

+795
-3401
lines changed

2 files changed

+795
-3401
lines changed

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qoretechnologies/reqraft",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
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",
@@ -17,7 +17,7 @@
1717
"storybook": "storybook dev -p 6008",
1818
"update-reqore": "yarn add @qoretechnologies/reqore@beta",
1919
"test-storybook": "DEBUG_PRINT_LIMIT=300 test-storybook --url http://localhost:6008",
20-
"install-playwright": "npx playwright install --with-deps",
20+
"install-playwright": "npx playwright@latest install --with-deps",
2121
"build-storybook": "storybook build",
2222
"chromatic": "npx chromatic"
2323
},
@@ -51,20 +51,20 @@
5151
"@babel/preset-env": "^7.12.11",
5252
"@babel/preset-react": "^7.12.10",
5353
"@babel/preset-typescript": "^7.12.7",
54-
"@chromatic-com/storybook": "^1.5.0",
54+
"@chromatic-com/storybook": "^2.0.2",
5555
"@netsells/storybook-mockdate": "^0.3.3",
56-
"@storybook/addon-actions": "^8.1.7",
57-
"@storybook/addon-essentials": "^8.1.7",
58-
"@storybook/addon-interactions": "^8.1.7",
59-
"@storybook/addon-links": "^8.1.7",
56+
"@storybook/addon-actions": "^8.3.5",
57+
"@storybook/addon-essentials": "^8.3.5",
58+
"@storybook/addon-interactions": "^8.3.5",
59+
"@storybook/addon-links": "^8.3.5",
6060
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
61-
"@storybook/manager-api": "^8.1.7",
62-
"@storybook/react": "^8.1.7",
63-
"@storybook/react-webpack5": "^8.1.7",
64-
"@storybook/test": "^8.1.7",
65-
"@storybook/test-runner": "^0.18.2",
66-
"@storybook/theming": "^8.1.7",
67-
"@storybook/types": "^8.1.7",
61+
"@storybook/manager-api": "^8.3.5",
62+
"@storybook/react": "^8.3.5",
63+
"@storybook/react-webpack5": "^8.3.5",
64+
"@storybook/test": "^8.3.5",
65+
"@storybook/test-runner": "^0.19.1",
66+
"@storybook/theming": "^8.3.5",
67+
"@storybook/types": "^8.3.5",
6868
"@testing-library/jest-dom": "^5.16.5",
6969
"@testing-library/react": "^13.4.0",
7070
"@types/jest": "^26.0.19",
@@ -87,13 +87,13 @@
8787
"jest-github-actions-reporter": "^1.0.2",
8888
"mock-socket": "^9.3.1",
8989
"npm-cli-login": "^0.1.1",
90-
"playwright": "^1.16.3",
90+
"playwright": "^1.48.0",
9191
"pre-push": "^0.1.4",
9292
"react": "^18.3.1",
9393
"react-dom": "^18.3.1",
9494
"react-intersection-observer": "^9.4.2",
9595
"react-test-renderer": "^18.2.0",
96-
"storybook": "^8.1.7",
96+
"storybook": "^8.3.5",
9797
"storybook-addon-mock": "^5.0.0",
9898
"ts-jest": "^29.1.2",
9999
"ts-node": "^9.1.1",
@@ -105,8 +105,8 @@
105105
"react-dom": "^18.3.1"
106106
},
107107
"dependencies": {
108+
"@qoretechnologies/reqore": "^0.48.5",
108109
"@tanstack/react-query": "4",
109-
"@qoretechnologies/reqore": "^0.48.3",
110110
"classnames": "^2.2.6",
111111
"cronstrue": "^2.50.0",
112112
"epoch-timeago": "^1.1.9",

0 commit comments

Comments
 (0)