Skip to content

Commit

Permalink
chore(nodejs): upgrade most packages to latest (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess authored May 4, 2024
2 parents 26fdc9c + e0b678e commit d617124
Show file tree
Hide file tree
Showing 111 changed files with 1,508 additions and 1,324 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,27 @@
"@hackworthltd/tidyt-wasm": "1.0.0",
"@hookform/resolvers": "^3.3.4",
"@neodrag/react": "^2.0.4",
"@orval/core": "^6.27.1",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"@orval/core": "^6.28.2",
"@tanstack/react-query": "^5.34.1",
"@tanstack/react-query-devtools": "^5.34.1",
"@types/deep-equal": "^1.0.4",
"@xyflow/react": "12.0.0-next.15",
"@xyflow/react": "12.0.0-next.17",
"axios": "^1.6.8",
"deep-equal": "^2.2.3",
"fp-ts": "^2.16.5",
"history": "^5.3.0",
"re-resizable": "^6.9.16",
"react": "^18.2.0",
"react": "^18.3.1",
"react-cookie": "^7.1.4",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"react-router-dom": "^6.23.0",
"universal-cookie": "^7.1.4",
"uuid": "^9.0.1",
"zod": "^3.23.4"
"zod": "^3.23.6"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/core": "^7.24.5",
"@headlessui/react": "^1.7.19",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.1.3",
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.79",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
Expand All @@ -74,13 +74,13 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"orval": "^6.27.1",
"orval": "^6.28.2",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-load-config": "^5.0.3",
"postcss-load-config": "^5.1.0",
"prettier": "^3.2.5",
"storybook": "^7.5.1",
"tailwindcss": "3.4.3",
Expand All @@ -89,7 +89,7 @@
"typescript-eslint-language-service": "^5.0.5",
"typescript-language-server": "^4.3.3",
"unified-language-server": "^4.0.1",
"vite": "^4.0.4",
"vite": "^5.2.11",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-dts": "^3.9.0",
"vite-plugin-favicons-inject": "^2.2.0",
Expand Down
Loading

0 comments on commit d617124

Please sign in to comment.