Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Nov 14, 2024
1 parent 218a651 commit 2b65e19
Show file tree
Hide file tree
Showing 3 changed files with 345 additions and 272 deletions.
2 changes: 2 additions & 0 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const preview: Preview = {
},
},
},

tags: ["autodocs"]
};

export default preview;
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@popperjs/core": "^2.11.8",
"@preline/dropdown": "^2.5.0",
"@reduxjs/toolkit": "^2.3.0",
"@storybook/react": "^8.4.2",
"@storybook/react": "^8.4.4",
"@tailwindcss/forms": "^0.5.9",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/react-query": "^5.60.2",
"@tanstack/react-query-devtools": "^5.60.2",
"@tanstack/react-table": "^8.20.5",
"axios": "^1.7.7",
"i18next": "^23.16.5",
Expand All @@ -40,20 +40,20 @@
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@storybook/addon-actions": "^8.4.2",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/addon-links": "^8.4.2",
"@storybook/addon-onboarding": "^8.4.2",
"@storybook/blocks": "^8.4.2",
"@storybook/channels": "^8.4.2",
"@storybook/components": "^8.4.2",
"@storybook/core-events": "^8.4.2",
"@storybook/manager-api": "^8.4.2",
"@storybook/preview-api": "^8.4.2",
"@storybook/react-vite": "^8.4.2",
"@storybook/test": "^8.4.2",
"@storybook/theming": "^8.4.2",
"@storybook/addon-actions": "^8.4.4",
"@storybook/addon-essentials": "^8.4.4",
"@storybook/addon-interactions": "^8.4.4",
"@storybook/addon-links": "^8.4.4",
"@storybook/addon-onboarding": "^8.4.4",
"@storybook/blocks": "^8.4.4",
"@storybook/channels": "^8.4.4",
"@storybook/components": "^8.4.4",
"@storybook/core-events": "^8.4.4",
"@storybook/manager-api": "^8.4.4",
"@storybook/preview-api": "^8.4.4",
"@storybook/react-vite": "^8.4.4",
"@storybook/test": "^8.4.4",
"@storybook/theming": "^8.4.4",
"@tanstack/eslint-plugin-query": "^5.60.1",
"@types/jwt-decode": "^3.1.0",
"@types/mime-types": "^2.1.4",
Expand All @@ -62,8 +62,8 @@
"@types/react-dom": "^18.3.1",
"@types/react-query": "^1.2.9",
"@types/react-redux": "^7.1.34",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
Expand All @@ -72,14 +72,14 @@
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-storybook": "^0.11.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"storybook": "^8.4.2",
"storybook": "^8.4.4",
"storybook-addon-react-router-v6": "^2.0.15",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-plugin-svgr": "^4.3.0"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 2b65e19

Please sign in to comment.