Skip to content

Commit

Permalink
docs: bump sb
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavPetrik committed Mar 24, 2024
1 parent 5ae335a commit 30d8061
Show file tree
Hide file tree
Showing 3 changed files with 578 additions and 598 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img width="120" style="margin: 32px" src="https://raw.githubusercontent.com/form-atoms/field/main/public/form-atoms-field.svg">
<img width="120" style="margin: 32px" src="https://raw.githubusercontent.com/form-atoms/flowbite/main/public/plus-dark.svg#gh-light-mode-only">
<img width="120" style="margin: 32px" src="https://raw.githubusercontent.com/form-atoms/flowbite/main/public/plus-light.svg#gh-dark-mode-only">
<img width="110" style="margin: 32px" src="https://github.com/themesberg/flowbite-react/blob/main/public/android-chrome-192x192.png?raw=true">
<img width="110" style="margin: 32px" src="https://github.com/themesberg/flowbite-react/blob/main/apps/web/public/android-chrome-192x192.png?raw=true">
</div>
<h1>Form Atoms with Flowbite React style</h1>
</div>
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"ui": "yarn upgrade-interactive"
},
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/react": "^11.11.4",
"@form-atoms/field": "^5.1.1",
"@form-atoms/list-atom": "^1.0.11",
"@mdx-js/react": "^3.0.1",
Expand All @@ -56,28 +56,29 @@
"@semantic-release/github": "^10.0.2",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^12.1.0",
"@storybook/addon-actions": "^8.0.0",
"@storybook/addon-docs": "^8.0.0",
"@storybook/addon-essentials": "^8.0.0",
"@storybook/addon-interactions": "^8.0.0",
"@storybook/addon-links": "^8.0.0",
"@storybook/manager-api": "^8.0.0",
"@storybook/react": "^8.0.0",
"@storybook/react-vite": "^8.0.0",
"@storybook/theming": "^8.0.0",
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@storybook/addon-actions": "^8.0.4",
"@storybook/addon-docs": "^8.0.4",
"@storybook/addon-essentials": "^8.0.4",
"@storybook/addon-interactions": "^8.0.4",
"@storybook/addon-links": "^8.0.4",
"@storybook/manager-api": "^8.0.4",
"@storybook/react": "^8.0.4",
"@storybook/react-vite": "^8.0.4",
"@storybook/test": "^8.0.4",
"@storybook/theming": "^8.0.4",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.2",
"@testing-library/user-event": "14.5.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/semantic-release": "^20.0.6",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "10.4.16",
"eslint": "8.55.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"flowbite-react": "^0.7.5",
"form-atoms": "3.2.5",
"happy-dom": "12.10.3",
Expand All @@ -90,16 +91,15 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"semantic-release": "^23.0.5",
"storybook": "^8.0.0",
"semantic-release": "^23.0.6",
"storybook": "^8.0.4",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3",
"vite": "^5.0.11",
"vitest": "1.1.3",
"zod": "^3.22.4"
},
"dependencies": {
"@storybook/test": "8.0.0",
"react-render-prop-type": "0.1.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 30d8061

Please sign in to comment.