This repository was archived by the owner on Apr 16, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @accesslint/storybook-addon" ,
3- "version" : " 0.8.4 " ,
3+ "version" : " 0.8.5 " ,
44 "description" : " Catch accessibility violations in your Storybook stories as you develop" ,
55 "license" : " MIT" ,
66 "publishConfig" : {
5858 "typecheck" : " tsc --noEmit"
5959 },
6060 "dependencies" : {
61- "@accesslint/core" : " ^0.6.5 " ,
61+ "@accesslint/core" : " ^0.6.6 " ,
6262 "@accesslint/vitest" : " ^0.1.4"
6363 },
6464 "devDependencies" : {
65+ "@types/react" : " ^19.2.14" ,
66+ "@types/react-dom" : " ^19.2.3" ,
6567 "react" : " ^18.2.0" ,
6668 "react-dom" : " ^18.2.0" ,
6769 "storybook" : " ^10.2.0" ,
9395 "icon" : " https://accesslint.com/icon.png"
9496 },
9597 "bundler" : {
96- "nodeEntries" : [
97- " ./src/index.ts"
98- ],
9998 "managerEntries" : [
10099 " ./src/manager.tsx"
101100 ],
102101 "previewEntries" : [
103- " ./src/preview.ts"
102+ " ./src/preview.ts" ,
103+ " ./src/index.ts"
104104 ]
105105 }
106106}
You can’t perform that action at this time.
0 commit comments