Skip to content

Commit

Permalink
Merge branch 'main' into arek/use-engagehf-models
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbachorski authored Sep 10, 2024
2 parents 620fdb4 + 8d8078f commit b2c2edf
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 99 deletions.
160 changes: 68 additions & 92 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@stanfordbdhg/engagehf-models": "^0.1.0",
"@t3-oss/env-core": "^0.11.1",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-query": "^5.54.1",
"@tanstack/react-query": "^5.55.4",
"@tanstack/react-table": "^8.20.5",
"@vitejs/plugin-react": "^4.3.1",
"class-variance-authority": "^0.7.0",
Expand All @@ -48,7 +48,7 @@
"es-toolkit": "^1.17.0",
"firebase": "^10.13.1",
"jsdom": "^25.0.0",
"lucide-react": "^0.438.0",
"lucide-react": "^0.439.0",
"next-intl": "^3.19.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"react": "^18",
Expand All @@ -58,12 +58,11 @@
"sharp": "^0.33",
"sonner": "^1.5.0",
"use-debounce": "^10.0.3",
"vite-envs": "^4.4.2",
"vite-envs": "^4.4.5",
"vitest": "^2.0.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.8.0",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
Expand All @@ -72,8 +71,8 @@
"@storybook/nextjs": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/test": "^8.2.9",
"@tanstack/router-devtools": "^1.53.1",
"@tanstack/router-plugin": "^1.55.0",
"@tanstack/router-devtools": "^1.57.6",
"@tanstack/router-plugin": "^1.57.6",
"@testing-library/jest-dom": "^6",
"@testing-library/react": "^16",
"@types/node": "^20",
Expand Down
1 change: 0 additions & 1 deletion packages/design-system/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const config = {
'@storybook/addon-onboarding',
'@storybook/addon-links',
'@storybook/addon-essentials',
'@chromatic-com/storybook',
'@storybook/addon-interactions',
],
framework: {
Expand Down

0 comments on commit b2c2edf

Please sign in to comment.