|
12 | 12 | "import": "./dist/esm/components/*", |
13 | 13 | "require": "./dist/cjs/components/*" |
14 | 14 | }, |
15 | | - "#components": { |
16 | | - "import": "./dist/esm/components/index.js", |
17 | | - "require": "./dist/cjs/components/index.cjs" |
18 | | - }, |
19 | 15 | "#patterns/*": { |
20 | 16 | "import": "./dist/esm/patterns/*", |
21 | 17 | "require": "./dist/cjs/patterns/*" |
22 | 18 | }, |
23 | | - "#patterns": { |
24 | | - "import": "./dist/esm/patterns/index.js", |
25 | | - "require": "./dist/cjs/patterns/index.cjs" |
26 | | - }, |
27 | 19 | "#util/*": { |
28 | 20 | "import": "./dist/esm/util/*", |
29 | 21 | "require": "./dist/cjs/util/*" |
|
68 | 60 | "prepublishOnly": "yarn storybook --smoke-test" |
69 | 61 | }, |
70 | 62 | "devDependencies": { |
71 | | - "@babel/core": "^7.28.4", |
72 | | - "@babel/preset-env": "^7.28.3", |
73 | | - "@babel/preset-react": "^7.27.1", |
74 | | - "@babel/preset-typescript": "^7.27.1", |
75 | | - "@eslint/compat": "^1.4.0", |
76 | | - "@eslint/js": "^9.37.0", |
| 63 | + "@babel/core": "^7.28.5", |
| 64 | + "@babel/preset-env": "^7.28.5", |
| 65 | + "@babel/preset-react": "^7.28.5", |
| 66 | + "@babel/preset-typescript": "^7.28.5", |
| 67 | + "@eslint/compat": "^1.4.1", |
| 68 | + "@eslint/js": "^9.39.0", |
77 | 69 | "@rollup/plugin-babel": "^6.1.0", |
78 | | - "@rollup/plugin-commonjs": "^28.0.6", |
| 70 | + "@rollup/plugin-commonjs": "^29.0.0", |
79 | 71 | "@rollup/plugin-node-resolve": "^16.0.3", |
80 | | - "@rollup/plugin-typescript": "^12.1.4", |
81 | | - "@storybook/addon-docs": "9.1.10", |
82 | | - "@storybook/addon-links": "^9.1.10", |
83 | | - "@storybook/react-vite": "^9.1.10", |
| 72 | + "@rollup/plugin-typescript": "^12.3.0", |
| 73 | + "@storybook/addon-docs": "10.0.3", |
| 74 | + "@storybook/addon-links": "^10.0.3", |
| 75 | + "@storybook/react-vite": "^10.0.3", |
84 | 76 | "@testing-library/dom": "^10.4.1", |
85 | 77 | "@testing-library/jest-dom": "^6.9.1", |
86 | 78 | "@testing-library/react": "^16.3.0", |
87 | 79 | "@types/eslint": "^9.6.1", |
88 | 80 | "@types/jest": "^30.0.0", |
89 | 81 | "@types/jest-axe": "^3.5.9", |
90 | 82 | "@types/lodash": "^4.17.20", |
91 | | - "@types/node": "^24.7.2", |
| 83 | + "@types/node": "^24.10.0", |
92 | 84 | "@types/react": "^19.2.2", |
93 | 85 | "@types/react-dom": "^19.2.2", |
94 | 86 | "babel-jest": "^30.2.0", |
95 | 87 | "babel-plugin-module-resolver": "^5.0.2", |
96 | 88 | "babel-plugin-replace-import-extension": "^1.1.5", |
97 | 89 | "classnames": "^2.5.1", |
98 | | - "eslint": "^9.37.0", |
| 90 | + "eslint": "^9.39.0", |
99 | 91 | "eslint-config-prettier": "^10.1.8", |
100 | 92 | "eslint-import-resolver-typescript": "^4.4.4", |
101 | 93 | "eslint-plugin-import": "^2.32.0", |
102 | 94 | "eslint-plugin-jsx-a11y": "^6.10.2", |
103 | 95 | "eslint-plugin-react": "^7.37.5", |
104 | | - "eslint-plugin-react-hooks": "^7.0.0", |
105 | | - "globals": "^16.4.0", |
| 96 | + "eslint-plugin-react-hooks": "^7.0.1", |
| 97 | + "globals": "^16.5.0", |
106 | 98 | "jest": "^30.2.0", |
107 | 99 | "jest-axe": "^10.0.0", |
108 | 100 | "jest-environment-jsdom": "^30.2.0", |
|
112 | 104 | "prettier": "^3.6.2", |
113 | 105 | "react": "^19.2.0", |
114 | 106 | "react-dom": "^19.2.0", |
115 | | - "rollup": "^4.52.4", |
| 107 | + "rollup": "^4.52.5", |
116 | 108 | "rollup-preserve-directives": "^1.1.3", |
117 | | - "sass-embedded": "^1.93.2", |
118 | | - "storybook": "^9.1.10", |
| 109 | + "sass-embedded": "^1.93.3", |
| 110 | + "storybook": "^10.0.3", |
119 | 111 | "tslib": "^2.8.1", |
120 | 112 | "typescript": "^5.9.3", |
121 | | - "typescript-eslint": "^8.46.1", |
122 | | - "vite": "^7.1.11", |
| 113 | + "typescript-eslint": "^8.46.2", |
| 114 | + "vite": "^7.1.12", |
123 | 115 | "vite-tsconfig-paths": "^5.1.4" |
124 | 116 | }, |
125 | 117 | "peerDependencies": { |
|
0 commit comments