|
42 | 42 | "postpublish": "del ./package",
|
43 | 43 | "emitDeclarations": "tsc --emitDeclarationOnly",
|
44 | 44 | "build": "rollup -c && pnpm emitDeclarations",
|
45 |
| - "start:storybook": "start-storybook -p 6006 --ci", |
46 |
| - "build:storybook": "del ./storybook-static; NODE_ENV=production build-storybook", |
| 45 | + "start:storybook": "storybook dev -p 6006 --ci", |
| 46 | + "build:storybook": "del ./storybook-static; NODE_ENV=production storybook build", |
47 | 47 | "test:lint": "eslint \"src/**/*.{ts,tsx}\" \"stories/**/*.{ts,tsx}\" \"sandboxes/**/*.{ts,tsx}\" \"test/**/*.{ts,tsx}\"",
|
48 | 48 | "test:unit": "vitest run --coverage",
|
49 | 49 | "test:unit:watch": "vitest watch",
|
|
59 | 59 | },
|
60 | 60 | "peerDependencies": {
|
61 | 61 | "chart.js": "^4.1.1",
|
62 |
| - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" |
| 62 | + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
63 | 63 | },
|
64 | 64 | "devDependencies": {
|
65 | 65 | "@commitlint/cli": "^17.0.0",
|
66 | 66 | "@commitlint/config-conventional": "^17.0.0",
|
67 | 67 | "@commitlint/cz-commitlint": "^17.0.0",
|
68 | 68 | "@rollup/plugin-node-resolve": "^16.0.0",
|
69 | 69 | "@size-limit/preset-big-lib": "^8.0.0",
|
70 |
| - "@storybook/addon-actions": "^6.3.12", |
71 |
| - "@storybook/addon-controls": "^6.3.12", |
72 |
| - "@storybook/addon-docs": "^6.3.12", |
73 |
| - "@storybook/addons": "^6.3.12", |
74 |
| - "@storybook/builder-vite": "^0.4.0", |
75 |
| - "@storybook/client-api": "^6.5.13", |
76 |
| - "@storybook/client-logger": "^6.5.13", |
77 |
| - "@storybook/react": "^6.3.12", |
78 |
| - "@swc/core": "^1.3.17", |
79 |
| - "@swc/helpers": "^0.5.0", |
80 |
| - "@testing-library/jest-dom": "^5.5.0", |
81 |
| - "@testing-library/react": "^13.0.0", |
| 70 | + "@storybook/addon-actions": "^8.4.7", |
| 71 | + "@storybook/addon-controls": "^8.4.7", |
| 72 | + "@storybook/addon-docs": "^8.4.7", |
| 73 | + "@storybook/preview-api": "^8.4.7", |
| 74 | + "@storybook/client-logger": "^8.4.7", |
| 75 | + "@storybook/manager-api": "^8.4.7", |
| 76 | + "@storybook/react": "^8.4.7", |
| 77 | + "@storybook/react-vite": "^8.4.7", |
| 78 | + "@storybook/theming": "^8.4.7", |
| 79 | + "@swc/core": "^1.10.1", |
| 80 | + "@swc/helpers": "^0.5.15", |
| 81 | + "@testing-library/dom": "^10.4.0", |
| 82 | + "@testing-library/jest-dom": "^6.6.3", |
| 83 | + "@testing-library/react": "^16.1.0", |
82 | 84 | "@types/faker": "^5.5.8",
|
83 | 85 | "@types/node": "^18.0.0",
|
84 |
| - "@types/react": "^18.0.0", |
85 |
| - "@types/react-dom": "^18.0.0", |
86 |
| - "@types/testing-library__jest-dom": "^5.14.5", |
87 |
| - "@typescript-eslint/eslint-plugin": "^5.0.0", |
88 |
| - "@typescript-eslint/parser": "^5.0.0", |
| 86 | + "@types/react": "^19.0.2", |
| 87 | + "@types/react-dom": "^19.0.2", |
| 88 | + "@typescript-eslint/eslint-plugin": "^8.18.0", |
| 89 | + "@typescript-eslint/parser": "^8.18.0", |
89 | 90 | "@vitejs/plugin-react": "^4.3.4",
|
90 | 91 | "@vitest/coverage-v8": "^2.1.8",
|
91 |
| - "browserslist": "^4.17.3", |
92 |
| - "chart.js": "^4.1.1", |
| 92 | + "browserslist": "^4.24.2", |
| 93 | + "chart.js": "^4.4.7", |
93 | 94 | "chartjs-adapter-date-fns": "^3.0.0",
|
94 |
| - "chartjs-plugin-annotation": "^2.0.1", |
95 |
| - "chartjs-plugin-zoom": "^2.0.0", |
| 95 | + "chartjs-plugin-annotation": "^3.1.0", |
| 96 | + "chartjs-plugin-zoom": "^2.2.0", |
96 | 97 | "clean-publish": "^5.0.0",
|
97 | 98 | "commitizen": "^4.2.4",
|
98 | 99 | "date-fns": "^2.25.0",
|
99 | 100 | "del-cli": "^6.0.0",
|
100 |
| - "eslint": "^7.32.0", |
101 |
| - "eslint-config-prettier": "^8.3.0", |
102 |
| - "eslint-config-standard": "^17.0.0", |
| 101 | + "eslint": "^8.57.1", |
| 102 | + "eslint-config-prettier": "^9.1.0", |
| 103 | + "eslint-config-standard": "^17.1.0", |
103 | 104 | "eslint-config-standard-react": "^13.0.0",
|
104 | 105 | "eslint-plugin-import": "^2.25.1",
|
105 |
| - "eslint-plugin-n": "^14.0.0", |
106 |
| - "eslint-plugin-prettier": "^4.0.0", |
107 |
| - "eslint-plugin-promise": "^5.1.0", |
| 106 | + "eslint-plugin-n": "^16.0.0", |
| 107 | + "eslint-plugin-prettier": "^5.2.1", |
| 108 | + "eslint-plugin-promise": "^6.0.0", |
108 | 109 | "eslint-plugin-react": "^7.17.0",
|
109 | 110 | "faker": "^5.5.3",
|
110 | 111 | "happy-dom": "^16.1.0",
|
111 | 112 | "nano-staged": "^0.8.0",
|
112 |
| - "prettier": "^2.0.4", |
113 |
| - "react": "^18.0.0", |
114 |
| - "react-dom": "^18.0.0", |
115 |
| - "react-test-renderer": "^18.0.0", |
| 113 | + "prettier": "^3.4.2", |
| 114 | + "react": "^19.0.0", |
| 115 | + "react-dom": "^19.0.0", |
116 | 116 | "rollup": "^4.0.0",
|
117 | 117 | "rollup-plugin-swc3": "^0.12.0",
|
118 | 118 | "simple-git-hooks": "^2.6.1",
|
119 | 119 | "simple-github-release": "^1.0.0",
|
120 | 120 | "size-limit": "^8.0.0",
|
121 | 121 | "standard-version": "^9.3.1",
|
| 122 | + "storybook": "^8.4.7", |
122 | 123 | "tsd": "^0.31.0",
|
123 |
| - "typescript": "^4.9.4", |
| 124 | + "typescript": "^5.7.2", |
124 | 125 | "vite": "^6.0.6",
|
125 | 126 | "vitest": "^2.1.8",
|
126 | 127 | "vitest-canvas-mock": "^0.3.3"
|
|
0 commit comments