Skip to content

Commit

Permalink
rollback to stable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Jun 19, 2024
1 parent 8c75f2e commit c9ce6e6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.13
bun-version: 1.1.14

- name: Setup Node
uses: actions/setup-node@v4
Expand Down
18 changes: 9 additions & 9 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@storybook/addon-essentials": "8.1.10",
"@storybook/addon-interactions": "8.1.10",
"@storybook/addon-links": "8.1.10",
"@storybook/addon-themes": "8.1.10",
"@storybook/blocks": "8.1.10",
"@storybook/react": "8.1.10",
"@storybook/react-vite": "8.1.10",
"@storybook/test": "8.1.10",
"@storybook/addon-essentials": "8.1.6",
"@storybook/addon-interactions": "8.1.6",
"@storybook/addon-links": "8.1.6",
"@storybook/addon-themes": "8.1.6",
"@storybook/blocks": "8.1.6",
"@storybook/react": "8.1.6",
"@storybook/react-vite": "8.1.6",
"@storybook/test": "8.1.6",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.19",
"postcss": "8.4.38",
"storybook": "8.1.10",
"storybook": "8.1.6",
"tailwindcss": "3.4.4",
"typescript": "5.4.5",
"vite": "5.3.1"
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"rimraf": "5.0.7",
"turbo": "2.0.4"
},
"packageManager": "bun@1.1.13"
"packageManager": "bun@1.1.14"
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-vitest": "0.5.4",
"fast-glob": "3.3.2",
"jsdom": "24.1.0",
"jsdom": "24.0.0",
"rollup": "4.18.0",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-use-client": "1.4.0",
Expand Down

0 comments on commit c9ce6e6

Please sign in to comment.