feat: dependency updates #195
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
Updated all dependencies to the latest versions and made some modifications which were needed to fix breaking changes from the deps
PR Type
Description
Updated dependencies: React, styled-components, faker.
Refactored styled props with "$" prefix consistently.
Changed SVG imports to use "?react" query.
Removed deprecated ESLint config and added new configuration.
Changes walkthrough 📝
20 files
Updated SVG imports to use ?react queryRefactored Grid, Header, and types with $ prefixRenamed expansion props to $isExpanded in config panelUpdated SVG import to include ?react parameterRenamed IconButton props to use $ prefixRefactored styled props and pagination props with $ prefixUpdated Loader component to use $position propConverted pagination button props to $ prefix usageUpdated Scheduler component with $ prefixed styled propsRenamed tile bold prop to $bold and adjusted typesMinor JSX formatting update in provider componentUpdated faker usage for random words and date generationRenamed variant property to $variant globallyUpdated bottom row drawing functions with $variantDestructured config using $variant for fill styleUpdated text style function to use $variant propChanged Vite config type from UserConfigExport to UserConfigRemoved .eslintignore, .eslintrc and added eslint.config.jsUpdated dependencies and bumped version to 0.4.0Added comprehensive Vite configuration with new plugins34 files