Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Niznikr committed Dec 2, 2024
1 parent b517751 commit e193a91
Show file tree
Hide file tree
Showing 4 changed files with 343 additions and 607 deletions.
41 changes: 22 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.5.0",
"@playwright/test": "^1.49.0",
"@storybook/addon-a11y": "^8.4.0",
"@storybook/addon-designs": "^8.0.3",
"@storybook/addon-essentials": "^8.4.0",
"@storybook/addon-interactions": "^8.4.0",
"@storybook/addon-themes": "^8.4.0",
"@storybook/blocks": "^8.4.0",
"@storybook/components": "^8.4.0",
"@storybook/react": "^8.4.0",
"@storybook/react-vite": "^8.4.0",
"@storybook/test": "^8.4.0",
"@storybook/theming": "^8.4.0",
"@storybook/types": "^8.4.0",
"@storybook/addon-a11y": "^8.4.6",
"@storybook/addon-designs": "^8.0.4",
"@storybook/addon-essentials": "^8.4.6",
"@storybook/addon-interactions": "^8.4.6",
"@storybook/addon-themes": "^8.4.6",
"@storybook/blocks": "^8.4.6",
"@storybook/components": "^8.4.6",
"@storybook/react": "^8.4.6",
"@storybook/react-vite": "^8.4.6",
"@storybook/test": "^8.4.6",
"@storybook/theming": "^8.4.6",
"@storybook/types": "^8.4.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.0",
Expand All @@ -64,9 +64,9 @@
"@types/react-dom": "^18.3.0",
"@vanilla-extract/css": "^1.16.0",
"@vanilla-extract/vite-plugin": "^4.0.2",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/coverage-v8": "^2.1.7",
"@vitest/ui": "^2.1.7",
"browserslist": "^4.24.0",
"chromatic": "^11.18.1",
"deepmerge": "^4.3.1",
Expand All @@ -80,20 +80,23 @@
"react-dom": "18.3.1",
"react-router-dom": "6.16.0",
"rollup-plugin-pure": "^0.2.1",
"storybook": "^8.4.0",
"storybook-addon-pseudo-states": "^4.0.0",
"storybook": "^8.4.6",
"storybook-addon-pseudo-states": "^4.0.2",
"typescript": "^5.6.2",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^6.0.2",
"vitest": "^2.1.1"
"vitest": "^2.1.7"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"vite": "^6.0.2"
},
"peerDependencyRules": {
"allowedVersions": {
"react": "18",
"rollup": "4",
"vite": "5"
"vite": "6"
}
}
},
Expand Down
Loading

0 comments on commit e193a91

Please sign in to comment.