Skip to content

Commit

Permalink
[Closes #50] Upgrade Storybook and other dependencies to latest versi…
Browse files Browse the repository at this point in the history
…ons (#53)

* [Closes #50] Upgrade Storybook to 7.6.17

* Update all client dependencies

* More dependency updates
  • Loading branch information
francisli authored Feb 24, 2024
1 parent fc6783b commit 6e7c195
Show file tree
Hide file tree
Showing 3 changed files with 5,147 additions and 3,004 deletions.
34 changes: 17 additions & 17 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,33 +13,33 @@
"test": ""
},
"dependencies": {
"@mantine/core": "^7.4.2",
"@mantine/hooks": "^7.4.2",
"@mantine/core": "^7.5.3",
"@mantine/hooks": "^7.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.3"
"react-router-dom": "^6.22.1"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.12",
"@storybook/addon-interactions": "^7.6.12",
"@storybook/addon-links": "^7.6.12",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/addon-onboarding": "^1.0.11",
"@storybook/blocks": "^7.6.12",
"@storybook/react": "^7.6.12",
"@storybook/react-vite": "^7.6.12",
"@storybook/test": "^7.6.12",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.55.0",
"@storybook/blocks": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/react-vite": "^7.6.17",
"@storybook/test": "^7.6.17",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-storybook": "^0.8.0",
"prop-types": "^15.8.1",
"storybook": "^7.6.12",
"storybook": "^7.6.17",
"storybook-dark-mode": "^3.0.3",
"vite": "^5.0.8"
"vite": "^5.1.4"
}
}
Loading

0 comments on commit 6e7c195

Please sign in to comment.