Skip to content

Commit c867fe3

Browse files
committed
deps: update dependencies
1 parent bbdcb5c commit c867fe3

File tree

5 files changed

+243
-243
lines changed

5 files changed

+243
-243
lines changed

.github/workflows/housekeeping.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
stale:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/stale@v8
11+
- uses: actions/stale@v9
1212
with:
1313
stale-issue-message: |
1414
This issue didn't had any activity in the last 30 days.

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/labeler@v4
17+
- uses: actions/labeler@v5
1818
with:
1919
sync-labels: true

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- if: env.SKIP_CHROMATIC != 1
3737
name: Get changed files from Fractal components library
3838
id: changed-files-specific
39-
uses: tj-actions/changed-files@v45
39+
uses: tj-actions/changed-files@v46
4040
with:
4141
files: |
4242
packages/fractal/**

packages/fractal/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,23 @@
4848
"@csstools/postcss-cascade-layers": "^5.0.1",
4949
"@snowball-tech/eslint-config": "^5.6.2",
5050
"@snowball-tech/prettier-config": "^2.1.3",
51-
"@storybook/addon-a11y": "^8.6.6",
52-
"@storybook/addon-actions": "^8.6.6",
53-
"@storybook/addon-essentials": "^8.6.6",
54-
"@storybook/addon-interactions": "^8.6.6",
55-
"@storybook/addon-links": "^8.6.6",
56-
"@storybook/blocks": "^8.6.6",
57-
"@storybook/manager-api": "^8.6.6",
58-
"@storybook/preview-api": "^8.6.6",
59-
"@storybook/react": "^8.6.6",
60-
"@storybook/react-vite": "^8.6.6",
61-
"@storybook/test": "^8.6.6",
62-
"@storybook/theming": "^8.6.6",
51+
"@storybook/addon-a11y": "^8.6.7",
52+
"@storybook/addon-actions": "^8.6.7",
53+
"@storybook/addon-essentials": "^8.6.7",
54+
"@storybook/addon-interactions": "^8.6.7",
55+
"@storybook/addon-links": "^8.6.7",
56+
"@storybook/blocks": "^8.6.7",
57+
"@storybook/manager-api": "^8.6.7",
58+
"@storybook/preview-api": "^8.6.7",
59+
"@storybook/react": "^8.6.7",
60+
"@storybook/react-vite": "^8.6.7",
61+
"@storybook/test": "^8.6.7",
62+
"@storybook/theming": "^8.6.7",
6363
"@types/fs-extra": "^11.0.4",
6464
"@types/lodash": "^4.17.16",
6565
"@types/react": "^18.3.18",
6666
"@types/react-dom": "^18.3.5",
67-
"@vitejs/plugin-react-swc": "^3.8.0",
67+
"@vitejs/plugin-react-swc": "^3.8.1",
6868
"chromatic": "^11.27.0",
6969
"eslint": "^9.22.0",
7070
"fs-extra": "^11.3.0",
@@ -78,7 +78,7 @@
7878
"prettier": "^3.5.3",
7979
"prettier-plugin-tailwindcss": "^0.6.11",
8080
"remark-gfm": "^4.0.1",
81-
"storybook": "^8.6.6",
81+
"storybook": "^8.6.7",
8282
"storybook-addon-mock-date": "^0.6.0",
8383
"tsup": "^8.4.0",
8484
"typescript": "^5.8.2",

0 commit comments

Comments
 (0)