|
1 | 1 | {
|
2 | 2 | "name": "@beautiful-tree/react",
|
3 |
| - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "private": false,
|
5 | 5 | "author": "Andres Correa Casablanca <[email protected]>",
|
6 | 6 | "license": "MIT",
|
|
37 | 37 | "dist"
|
38 | 38 | ],
|
39 | 39 | "scripts": {
|
40 |
| - "build": "rm -rf dist && rollup --config rollup.config.prod.mjs", |
| 40 | + "build": "../../scripts/build.sh react", |
| 41 | + "build:ci": "rollup --config rollup.config.prod.mjs", |
41 | 42 | "build-storybook": "storybook build",
|
42 | 43 | "lint": "tsc && eslint . --ext ts,mts,tsx --report-unused-disable-directives --max-warnings 0 && publint",
|
43 | 44 | "lint:eslint": "eslint . --ext ts,mts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
51 | 52 | },
|
52 | 53 | "devDependencies": {
|
53 | 54 | "@arethetypeswrong/cli": "^0.10.2",
|
54 |
| - "@beautiful-tree/algorithms": "workspace:0.2.0", |
55 |
| - "@beautiful-tree/types": "workspace:0.2.0", |
| 55 | + "@beautiful-tree/algorithms": "workspace:*", |
| 56 | + "@beautiful-tree/types": "workspace:*", |
56 | 57 | "@coderspirit/eslint-config": "^1.2.1",
|
57 | 58 | "@rollup/plugin-node-resolve": "^15.2.1",
|
58 | 59 | "@rollup/plugin-terser": "^0.4.3",
|
59 | 60 | "@rollup/plugin-typescript": "^11.1.3",
|
60 |
| - "@storybook/addon-essentials": "^7.4.2", |
61 |
| - "@storybook/addon-interactions": "^7.4.2", |
62 |
| - "@storybook/addon-links": "^7.4.2", |
63 |
| - "@storybook/blocks": "^7.4.2", |
64 |
| - "@storybook/react": "^7.4.2", |
65 |
| - "@storybook/react-vite": "^7.4.2", |
| 61 | + "@storybook/addon-essentials": "^7.4.4", |
| 62 | + "@storybook/addon-interactions": "^7.4.4", |
| 63 | + "@storybook/addon-links": "^7.4.4", |
| 64 | + "@storybook/blocks": "^7.4.4", |
| 65 | + "@storybook/react": "^7.4.4", |
| 66 | + "@storybook/react-vite": "^7.4.4", |
66 | 67 | "@storybook/testing-library": "^0.2.1",
|
67 | 68 | "@testing-library/react": "^14.0.0",
|
68 |
| - "@types/node": "^20.6.1", |
69 |
| - "@types/react": "^18.2.21", |
| 69 | + "@types/node": "^20.6.4", |
| 70 | + "@types/react": "^18.2.22", |
70 | 71 | "@types/react-dom": "^18.2.7",
|
71 |
| - "@typescript-eslint/parser": "^6.7.0", |
72 |
| - "@vitest/coverage-v8": "^0.34.4", |
73 |
| - "eslint": "^8.49.0", |
| 72 | + "@typescript-eslint/parser": "^6.7.2", |
| 73 | + "@vitest/coverage-v8": "^0.34.5", |
| 74 | + "eslint": "^8.50.0", |
74 | 75 | "eslint-plugin-react": "^7.33.2",
|
75 | 76 | "eslint-plugin-react-hooks": "^4.6.0",
|
76 | 77 | "eslint-plugin-react-refresh": "^0.4.3",
|
77 |
| - "eslint-plugin-storybook": "^0.6.13", |
| 78 | + "eslint-plugin-storybook": "^0.6.14", |
78 | 79 | "jsdom": "^22.1.0",
|
79 | 80 | "prettier": "^3.0.3",
|
80 | 81 | "publint": "^0.2.2",
|
81 | 82 | "react": "^18.2.0",
|
82 | 83 | "react-dom": "^18.2.0",
|
83 |
| - "rollup": "^3.29.1", |
| 84 | + "rollup": "^3.29.3", |
84 | 85 | "rollup-plugin-dts": "^5.3.1",
|
85 |
| - "storybook": "^7.4.2", |
| 86 | + "storybook": "^7.4.4", |
86 | 87 | "tslib": "^2.6.2",
|
87 | 88 | "typescript": "^5.2.2",
|
88 |
| - "vitest": "^0.34.4" |
| 89 | + "vitest": "^0.34.5" |
89 | 90 | },
|
90 | 91 | "peerDependencies": {
|
91 | 92 | "react": "^18.2.0",
|
|
0 commit comments