Skip to content

Commit 4b4fa2e

Browse files
fix: focus mode (#7)
* fix: focus mode * update tests --------- Co-authored-by: severinlandolt <[email protected]>
1 parent 4f83c9e commit 4b4fa2e

File tree

4 files changed

+1198
-1167
lines changed

4 files changed

+1198
-1167
lines changed

package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -28,30 +28,30 @@
2828
"@radix-ui/react-toast": "^1.1.5",
2929
"@radix-ui/react-tooltip": "^1.0.7",
3030
"@remixicon/react": "^4.2.0",
31-
"@storybook/addon-a11y": "^8.0.4",
32-
"@storybook/theming": "^8.0.4",
31+
"@storybook/addon-a11y": "^8.0.6",
32+
"@storybook/theming": "^8.0.6",
3333
"clsx": "^2.1.0",
34-
"prettier-plugin-tailwindcss": "^0.5.12",
34+
"prettier-plugin-tailwindcss": "^0.5.13",
3535
"react": "^18.2.0",
3636
"react-dom": "^18.2.0",
3737
"tailwind-merge": "^2.2.2",
3838
"tailwind-variants": "^0.2.1"
3939
},
4040
"devDependencies": {
41-
"@chromatic-com/storybook": "^1.2.25",
42-
"@playwright/test": "^1.42.1",
43-
"@storybook/addon-essentials": "^8.0.4",
44-
"@storybook/addon-interactions": "^8.0.4",
45-
"@storybook/addon-links": "^8.0.4",
46-
"@storybook/blocks": "^8.0.4",
47-
"@storybook/react": "^8.0.4",
48-
"@storybook/react-vite": "^8.0.4",
49-
"@storybook/test": "^8.0.4",
50-
"@types/node": "^20.11.30",
51-
"@types/react": "^18.2.69",
52-
"@types/react-dom": "^18.2.22",
53-
"@typescript-eslint/eslint-plugin": "^7.3.1",
54-
"@typescript-eslint/parser": "^7.3.1",
41+
"@chromatic-com/storybook": "^1.3.1",
42+
"@playwright/test": "^1.43.0",
43+
"@storybook/addon-essentials": "^8.0.6",
44+
"@storybook/addon-interactions": "^8.0.6",
45+
"@storybook/addon-links": "^8.0.6",
46+
"@storybook/blocks": "^8.0.6",
47+
"@storybook/react": "^8.0.6",
48+
"@storybook/react-vite": "^8.0.6",
49+
"@storybook/test": "^8.0.6",
50+
"@types/node": "^20.12.5",
51+
"@types/react": "^18.2.74",
52+
"@types/react-dom": "^18.2.24",
53+
"@typescript-eslint/eslint-plugin": "^7.5.0",
54+
"@typescript-eslint/parser": "^7.5.0",
5555
"@vitejs/plugin-react": "^4.2.1",
5656
"autoprefixer": "^10.4.19",
5757
"eslint": "^8.57.0",
@@ -60,9 +60,9 @@
6060
"eslint-plugin-storybook": "^0.8.0",
6161
"postcss": "^8.4.38",
6262
"prettier": "3.2.5",
63-
"storybook": "^8.0.4",
64-
"tailwindcss": "^3.4.1",
65-
"typescript": "^5.4.3",
66-
"vite": "^5.2.4"
63+
"storybook": "^8.0.6",
64+
"tailwindcss": "^3.4.3",
65+
"typescript": "^5.4.4",
66+
"vite": "^5.2.8"
6767
}
6868
}

0 commit comments

Comments
 (0)