@qoretechnologies/reqraft 0.6.7 → 0.6.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qoretechnologies/reqraft",
3
- "version": "0.6.7",
3
+ "version": "0.6.8",
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",
@@ -15,7 +15,7 @@
15
15
  "build:test:prod": "./node_modules/typescript/bin/tsc --project tsconfig.prod.json --noEmit",
16
16
  "lint": "yarn run eslint ./src/",
17
17
  "storybook": "storybook dev -p 6008",
18
- "update-reqore": "yarn add @qoretechnologies/reqore@beta",
18
+ "update-reqore": "yarn add -D @qoretechnologies/reqore@beta",
19
19
  "test-storybook": "DEBUG_PRINT_LIMIT=300 test-storybook --url http://localhost:6008",
20
20
  "install-playwright": "npx playwright@latest install --with-deps",
21
21
  "build-storybook": "storybook build",
@@ -53,6 +53,7 @@
53
53
  "@babel/preset-typescript": "^7.12.7",
54
54
  "@chromatic-com/storybook": "^2.0.2",
55
55
  "@netsells/storybook-mockdate": "^0.3.3",
56
+ "@qoretechnologies/reqore": "^0.48.9",
56
57
  "@storybook/addon-actions": "^8.3.5",
57
58
  "@storybook/addon-essentials": "^8.3.5",
58
59
  "@storybook/addon-interactions": "^8.3.5",
@@ -101,11 +102,11 @@
101
102
  "typescript": "^5.4.5"
102
103
  },
103
104
  "peerDependencies": {
105
+ "@qoretechnologies/reqore": ">=0.48.8-beta",
104
106
  "react": "^18.3.1",
105
107
  "react-dom": "^18.3.1"
106
108
  },
107
109
  "dependencies": {
108
- "@qoretechnologies/reqore": "^0.48.8",
109
110
  "@tanstack/react-query": "4",
110
111
  "classnames": "^2.2.6",
111
112
  "cronstrue": "^2.50.0",