Skip to content

Commit

Permalink
chore(nodejs): bump dependencies (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess authored Apr 25, 2024
2 parents a22d7dd + 28c3f3c commit 50cc5bb
Show file tree
Hide file tree
Showing 2 changed files with 468 additions and 479 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,29 @@
"@dicebear/core": "^8.0.1",
"@hookform/resolvers": "^3.3.4",
"@neodrag/react": "^2.0.4",
"@orval/core": "^6.26.0",
"@tanstack/react-query": "^5.29.0",
"@tanstack/react-query-devtools": "^5.29.0",
"@orval/core": "^6.27.1",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"@types/deep-equal": "^1.0.4",
"@xyflow/react": "12.0.0-next.15",
"@zxch3n/tidy": "github:hackworthltd/tidy#e07fdef2ae7bf593701817113dd47b4cd56c7a97",
"axios": "^1.6.8",
"deep-equal": "^2.2.3",
"fp-ts": "^2.16.5",
"history": "^5.3.0",
"re-resizable": "^6.9.11",
"re-resizable": "^6.9.16",
"react": "^18.2.0",
"react-cookie": "^7.1.4",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-router-dom": "^6.22.3",
"react-hook-form": "^7.51.3",
"react-router-dom": "^6.23.0",
"universal-cookie": "^7.1.4",
"uuid": "^9.0.1",
"zod": "^3.22.4"
"zod": "^3.23.4"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@headlessui/react": "^1.7.18",
"@headlessui/react": "^1.7.19",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.1.3",
"@storybook/addon-actions": "^7.5.1",
Expand All @@ -58,11 +58,11 @@
"@storybook/react-vite": "^7.5.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
Expand All @@ -77,7 +77,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"orval": "^6.26.0",
"orval": "^6.27.1",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-load-config": "^5.0.3",
Expand All @@ -88,10 +88,10 @@
"typescript": "^5.4.5",
"typescript-eslint-language-service": "^5.0.5",
"typescript-language-server": "^4.3.3",
"unified-language-server": "^4.0.0",
"unified-language-server": "^4.0.1",
"vite": "^4.0.4",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-dts": "^3.8.1",
"vite-plugin-dts": "^3.9.0",
"vite-plugin-favicons-inject": "^2.2.0",
"vite-plugin-package-config": "^0.1.1",
"vite-plugin-svgr": "^4.2.0",
Expand Down
Loading

0 comments on commit 50cc5bb

Please sign in to comment.