mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-13 12:33:26 +02:00
build(deps): bump esbuild, vite and storybook (#1287)
This commit is contained in:
parent
f0457b34ee
commit
cefc4e43f1
3 changed files with 679 additions and 658 deletions
|
|
@ -1,7 +1,13 @@
|
|||
import * as a11yAddonAnnotations from '@storybook/addon-a11y/preview'
|
||||
//import * as a11yAddonAnnotations from '@storybook/addon-a11y/preview'
|
||||
import { setProjectAnnotations } from '@storybook/react-vite'
|
||||
import * as projectAnnotations from './preview'
|
||||
|
||||
// This is an important step to apply the right configuration when testing your stories.
|
||||
// More info at: https://storybook.js.org/docs/api/portable-stories/portable-stories-vitest#setprojectannotations
|
||||
setProjectAnnotations([a11yAddonAnnotations, projectAnnotations])
|
||||
const annotations = [
|
||||
/* Note: disable a11yAddonAnnotations for update to vite 8, re-enable when possible! */
|
||||
/* (last check 2026-06-17, vite v8.0.16, storybook v10.4.6) */
|
||||
/* a11yAddonAnnotations, */
|
||||
projectAnnotations,
|
||||
]
|
||||
setProjectAnnotations(annotations)
|
||||
|
|
|
|||
1313
package-lock.json
generated
1313
package-lock.json
generated
File diff suppressed because it is too large
Load diff
14
package.json
14
package.json
|
|
@ -115,10 +115,10 @@
|
|||
"@chromatic-com/storybook": "5.2.1",
|
||||
"@eslint/js": "9.39.4",
|
||||
"@playwright/test": "1.60.0",
|
||||
"@storybook/addon-a11y": "10.4.2",
|
||||
"@storybook/addon-docs": "10.4.2",
|
||||
"@storybook/addon-vitest": "10.4.2",
|
||||
"@storybook/react-vite": "10.4.2",
|
||||
"@storybook/addon-a11y": "10.4.6",
|
||||
"@storybook/addon-docs": "10.4.6",
|
||||
"@storybook/addon-vitest": "10.4.6",
|
||||
"@storybook/react-vite": "10.4.6",
|
||||
"@tanstack/eslint-plugin-query": "5.101.0",
|
||||
"@testing-library/jest-dom": "6.9.1",
|
||||
"@testing-library/react": "16.3.2",
|
||||
|
|
@ -137,7 +137,7 @@
|
|||
"eslint-plugin-compat": "7.0.2",
|
||||
"eslint-plugin-react-hooks": "7.1.1",
|
||||
"eslint-plugin-react-refresh": "0.5.2",
|
||||
"eslint-plugin-storybook": "10.4.2",
|
||||
"eslint-plugin-storybook": "10.4.6",
|
||||
"eslint-plugin-unicorn": "64.0.0",
|
||||
"globals": "17.6.0",
|
||||
"husky": "9.1.7",
|
||||
|
|
@ -147,10 +147,10 @@
|
|||
"msw-storybook-addon": "2.0.7",
|
||||
"prettier": "3.8.3",
|
||||
"prettier-plugin-tailwindcss": "0.8.0",
|
||||
"storybook": "10.4.2",
|
||||
"storybook": "10.4.6",
|
||||
"typescript": "6.0.3",
|
||||
"typescript-eslint": "8.60.1",
|
||||
"vite": "7.3.5",
|
||||
"vite": "8.0.16",
|
||||
"vitest": "4.1.6"
|
||||
},
|
||||
"overrides": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue