Skip to content

Commit c9ce6e6

Browse files
committed
rollback to stable versions
1 parent 8c75f2e commit c9ce6e6

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/actions/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- name: Setup Bun
88
uses: oven-sh/setup-bun@v1
99
with:
10-
bun-version: 1.1.13
10+
bun-version: 1.1.14
1111

1212
- name: Setup Node
1313
uses: actions/setup-node@v4

apps/storybook/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
"react-dom": "18.3.1"
1616
},
1717
"devDependencies": {
18-
"@storybook/addon-essentials": "8.1.10",
19-
"@storybook/addon-interactions": "8.1.10",
20-
"@storybook/addon-links": "8.1.10",
21-
"@storybook/addon-themes": "8.1.10",
22-
"@storybook/blocks": "8.1.10",
23-
"@storybook/react": "8.1.10",
24-
"@storybook/react-vite": "8.1.10",
25-
"@storybook/test": "8.1.10",
18+
"@storybook/addon-essentials": "8.1.6",
19+
"@storybook/addon-interactions": "8.1.6",
20+
"@storybook/addon-links": "8.1.6",
21+
"@storybook/addon-themes": "8.1.6",
22+
"@storybook/blocks": "8.1.6",
23+
"@storybook/react": "8.1.6",
24+
"@storybook/react-vite": "8.1.6",
25+
"@storybook/test": "8.1.6",
2626
"@types/react": "18.3.3",
2727
"@types/react-dom": "18.3.0",
2828
"@vitejs/plugin-react": "4.3.1",
2929
"autoprefixer": "10.4.19",
3030
"postcss": "8.4.38",
31-
"storybook": "8.1.10",
31+
"storybook": "8.1.6",
3232
"tailwindcss": "3.4.4",
3333
"typescript": "5.4.5",
3434
"vite": "5.3.1"

bun.lockb

-384 Bytes
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
"rimraf": "5.0.7",
4747
"turbo": "2.0.4"
4848
},
49-
"packageManager": "[email protected].13"
49+
"packageManager": "[email protected].14"
5050
}

packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"eslint-plugin-storybook": "0.8.0",
8181
"eslint-plugin-vitest": "0.5.4",
8282
"fast-glob": "3.3.2",
83-
"jsdom": "24.1.0",
83+
"jsdom": "24.0.0",
8484
"rollup": "4.18.0",
8585
"rollup-plugin-esbuild": "6.1.1",
8686
"rollup-plugin-use-client": "1.4.0",

0 commit comments

Comments
 (0)