File tree Expand file tree Collapse file tree 4 files changed +208
-10
lines changed
2nd-gen/packages/core/shared/base Expand file tree Collapse file tree 4 files changed +208
-10
lines changed Original file line number Diff line number Diff line change 186186 "rollup" : " 4.52.2" ,
187187 "sinon" : " 17.0.2" ,
188188 "storybook" : " 8.6.14" ,
189+ "storybook-screen-reader" : " 1.0.0" ,
189190 "stylelint" : " 16.24.0" ,
190191 "stylelint-config-standard" : " 38.0.0" ,
191192 "stylelint-header" : " 3.0.0" ,
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ export default {
3030 : [ ] ) ,
3131 // https://geometricpanda.github.io/storybook-addon-badges/
3232 '@geometricpanda/storybook-addon-badges' ,
33+ // Screen reader addon: https://www.npmjs.com/package/storybook-screen-reader
34+ 'storybook-screen-reader' ,
3335 ] ,
3436 framework : {
3537 name : '@storybook/web-components-webpack5' ,
Original file line number Diff line number Diff line change 99 * OF ANY KIND, either express or implied. See the License for the specific language
1010 * governing permissions and limitations under the License.
1111 */
12-
1312// Generated by genversion.
1413export const version = '1.10.0' ;
You can’t perform that action at this time.
0 commit comments