|
1 | 1 | {
|
2 | 2 | "name": "@qoretechnologies/reqraft",
|
3 |
| - "version": "0.6.3", |
| 3 | + "version": "0.6.4", |
4 | 4 | "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.",
|
5 | 5 | "main": "dist/index.js",
|
6 | 6 | "types": "dist/index.d.ts",
|
|
17 | 17 | "storybook": "storybook dev -p 6008",
|
18 | 18 | "update-reqore": "yarn add @qoretechnologies/reqore@beta",
|
19 | 19 | "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", |
21 | 21 | "build-storybook": "storybook build",
|
22 | 22 | "chromatic": "npx chromatic"
|
23 | 23 | },
|
|
51 | 51 | "@babel/preset-env": "^7.12.11",
|
52 | 52 | "@babel/preset-react": "^7.12.10",
|
53 | 53 | "@babel/preset-typescript": "^7.12.7",
|
54 |
| - "@chromatic-com/storybook": "^1.5.0", |
| 54 | + "@chromatic-com/storybook": "^2.0.2", |
55 | 55 | "@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", |
60 | 60 | "@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", |
68 | 68 | "@testing-library/jest-dom": "^5.16.5",
|
69 | 69 | "@testing-library/react": "^13.4.0",
|
70 | 70 | "@types/jest": "^26.0.19",
|
|
87 | 87 | "jest-github-actions-reporter": "^1.0.2",
|
88 | 88 | "mock-socket": "^9.3.1",
|
89 | 89 | "npm-cli-login": "^0.1.1",
|
90 |
| - "playwright": "^1.16.3", |
| 90 | + "playwright": "^1.48.0", |
91 | 91 | "pre-push": "^0.1.4",
|
92 | 92 | "react": "^18.3.1",
|
93 | 93 | "react-dom": "^18.3.1",
|
94 | 94 | "react-intersection-observer": "^9.4.2",
|
95 | 95 | "react-test-renderer": "^18.2.0",
|
96 |
| - "storybook": "^8.1.7", |
| 96 | + "storybook": "^8.3.5", |
97 | 97 | "storybook-addon-mock": "^5.0.0",
|
98 | 98 | "ts-jest": "^29.1.2",
|
99 | 99 | "ts-node": "^9.1.1",
|
|
105 | 105 | "react-dom": "^18.3.1"
|
106 | 106 | },
|
107 | 107 | "dependencies": {
|
| 108 | + "@qoretechnologies/reqore": "^0.48.5", |
108 | 109 | "@tanstack/react-query": "4",
|
109 |
| - "@qoretechnologies/reqore": "^0.48.3", |
110 | 110 | "classnames": "^2.2.6",
|
111 | 111 | "cronstrue": "^2.50.0",
|
112 | 112 | "epoch-timeago": "^1.1.9",
|
|
0 commit comments