Skip to content

Commit

Permalink
fix(developer): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Aug 9, 2024
1 parent f0b7b31 commit 811e7e0
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/developer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@storybook/test": "^8.2.7",
"@tanstack/react-query": "^5.51.21",
"@storybook/test": "^8.2.8",
"@tanstack/react-query": "^5.51.23",
"@tanstack/react-table": "^8.20.1",
"@ugrc/header": "^1.1.2",
"@vitejs/plugin-react": "^4.3.1",
"clsx": "^2.1.1",
"firebase-admin": "^12.3.0",
"firebase-admin": "^12.3.1",
"firebase-functions": "^5.0.1",
"md5": "^2.3.0",
"react": "^18.3.1",
Expand All @@ -120,15 +120,15 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.2.7",
"@storybook/addon-interactions": "^8.2.7",
"@storybook/addon-links": "^8.2.7",
"@storybook/addon-essentials": "^8.2.8",
"@storybook/addon-interactions": "^8.2.8",
"@storybook/addon-links": "^8.2.8",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^8.2.7",
"@storybook/react": "^8.2.7",
"@storybook/react-vite": "^8.2.7",
"@storybook/blocks": "^8.2.8",
"@storybook/react": "^8.2.8",
"@storybook/react-vite": "^8.2.8",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query-devtools": "^5.51.21",
"@tanstack/react-query-devtools": "^5.51.23",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
Expand All @@ -145,18 +145,18 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint-plugin-storybook": "^0.8.0",
"firebase-tools": "^13.15.0",
"firebase-tools": "^13.15.1",
"fireway": "^1.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-packagejson": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.6.5",
"prettier-plugin-tailwindcss": "^0.6.6",
"prop-types": "^15.8.1",
"storybook": "^8.2.7",
"tailwindcss": "^3.4.7",
"vite": "^5.3.5",
"storybook": "^8.2.8",
"tailwindcss": "^3.4.9",
"vite": "^5.4.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-package-version": "^1.1.0",
"vitest": "^2.0.5"
Expand Down

0 comments on commit 811e7e0

Please sign in to comment.