|
1 | 1 | {
|
2 | 2 | "name": "@beautiful-tree/react",
|
3 |
| - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
4 | 4 | "private": false,
|
5 | 5 | "author": "Andres Correa Casablanca <castarco@coderspirit.xyz>",
|
6 | 6 | "license": "MIT",
|
7 | 7 | "main": "./dist/beautiful-tree.cjs",
|
8 | 8 | "module": "./dist/beautiful-tree.mjs",
|
| 9 | + "types": "./dist/beautiful-tree.d.ts", |
9 | 10 | "exports": {
|
10 | 11 | ".": {
|
11 | 12 | "types": "./dist/beautiful-tree.d.ts",
|
|
51 | 52 | "@storybook/react-vite": "^7.4.0",
|
52 | 53 | "@storybook/testing-library": "^0.2.0",
|
53 | 54 | "@testing-library/react": "^14.0.0",
|
54 |
| - "@types/node": "^20.5.8", |
| 55 | + "@types/node": "^20.6.0", |
55 | 56 | "@types/react": "^18.2.21",
|
56 | 57 | "@types/react-dom": "^18.2.7",
|
57 |
| - "@typescript-eslint/parser": "^6.5.0", |
58 |
| - "@vitest/coverage-v8": "^0.34.3", |
59 |
| - "eslint": "^8.48.0", |
| 58 | + "@typescript-eslint/parser": "^6.6.0", |
| 59 | + "@vitest/coverage-v8": "^0.34.4", |
| 60 | + "eslint": "^8.49.0", |
60 | 61 | "eslint-plugin-react": "^7.33.2",
|
61 | 62 | "eslint-plugin-react-hooks": "^4.6.0",
|
62 | 63 | "eslint-plugin-react-refresh": "^0.4.3",
|
|
66 | 67 | "publint": "^0.2.2",
|
67 | 68 | "react": "^18.2.0",
|
68 | 69 | "react-dom": "^18.2.0",
|
69 |
| - "rollup": "^3.28.1", |
| 70 | + "rollup": "^3.29.0", |
70 | 71 | "rollup-plugin-dts": "^5.3.1",
|
71 | 72 | "storybook": "^7.4.0",
|
72 | 73 | "typescript": "^5.2.2",
|
73 |
| - "vitest": "^0.34.3" |
| 74 | + "vitest": "^0.34.4" |
74 | 75 | },
|
75 | 76 | "peerDependencies": {
|
76 | 77 | "react": "^18.2.0",
|
|
0 commit comments