|
21 | 21 | "format": "prettier --write ." |
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | | - "@dicebear/collection": "^7.0.1", |
25 | | - "@dicebear/core": "^7.0.1", |
26 | | - "@hookform/resolvers": "^3.3.2", |
27 | | - "@neodrag/react": "^2.0.3", |
28 | | - "@orval/core": "^6.19.1", |
| 24 | + "@dicebear/collection": "^8.0.1", |
| 25 | + "@dicebear/core": "^8.0.1", |
| 26 | + "@hookform/resolvers": "^3.3.4", |
| 27 | + "@neodrag/react": "^2.0.4", |
| 28 | + "@orval/core": "^6.26.0", |
29 | 29 | "@tanstack/react-query": "^4.36.1", |
30 | 30 | "@tanstack/react-query-devtools": "^4.36.1", |
31 | | - "@types/deep-equal": "^1.0.3", |
| 31 | + "@types/deep-equal": "^1.0.4", |
32 | 32 | "@zxch3n/tidy": "github:hackworthltd/tidy#e07fdef2ae7bf593701817113dd47b4cd56c7a97", |
33 | | - "axios": "^1.6.0", |
34 | | - "deep-equal": "^2.2.2", |
35 | | - "fp-ts": "^2.16.1", |
| 33 | + "axios": "^1.6.8", |
| 34 | + "deep-equal": "^2.2.3", |
| 35 | + "fp-ts": "^2.16.5", |
36 | 36 | "history": "^5.3.0", |
37 | 37 | "re-resizable": "^6.9.11", |
38 | 38 | "react": "^18.2.0", |
39 | | - "react-cookie": "^6.1.1", |
| 39 | + "react-cookie": "^7.1.4", |
40 | 40 | "react-dom": "^18.2.0", |
41 | | - "react-hook-form": "^7.47.0", |
42 | | - "react-router-dom": "^6.17.0", |
43 | | - "reactflow": "^11.9.4", |
44 | | - "universal-cookie": "^6.1.1", |
| 41 | + "react-hook-form": "^7.51.2", |
| 42 | + "react-router-dom": "^6.22.3", |
| 43 | + "reactflow": "^11.10.3", |
| 44 | + "universal-cookie": "^7.1.4", |
45 | 45 | "uuid": "^9.0.1", |
46 | 46 | "zod": "^3.22.4" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@babel/core": "^7.23.2", |
50 | | - "@headlessui/react": "^1.7.17", |
| 49 | + "@babel/core": "^7.24.4", |
| 50 | + "@headlessui/react": "^1.7.18", |
51 | 51 | "@headlessui/tailwindcss": "^0.2.0", |
52 | | - "@heroicons/react": "^2.0.18", |
| 52 | + "@heroicons/react": "^2.1.3", |
53 | 53 | "@storybook/addon-actions": "^7.5.1", |
54 | 54 | "@storybook/addon-essentials": "^7.5.1", |
55 | 55 | "@storybook/addon-links": "^7.5.1", |
56 | 56 | "@storybook/react": "^7.5.1", |
57 | 57 | "@storybook/react-vite": "^7.5.1", |
58 | 58 | "@tailwindcss/aspect-ratio": "^0.4.2", |
59 | | - "@tailwindcss/forms": "^0.5.6", |
60 | | - "@types/react": "^18.2.33", |
61 | | - "@types/react-dom": "^18.2.14", |
62 | | - "@types/uuid": "^9.0.6", |
63 | | - "@typescript-eslint/eslint-plugin": "^6.9.0", |
64 | | - "@typescript-eslint/parser": "^6.9.0", |
65 | | - "@vitejs/plugin-react": "^4.1.0", |
66 | | - "autoprefixer": "^10.4.16", |
| 59 | + "@tailwindcss/forms": "^0.5.7", |
| 60 | + "@types/react": "^18.2.75", |
| 61 | + "@types/react-dom": "^18.2.24", |
| 62 | + "@types/uuid": "^9.0.8", |
| 63 | + "@typescript-eslint/eslint-plugin": "^7.6.0", |
| 64 | + "@typescript-eslint/parser": "^7.6.0", |
| 65 | + "@vitejs/plugin-react": "^4.2.1", |
| 66 | + "autoprefixer": "^10.4.19", |
67 | 67 | "babel-loader": "^9.1.3", |
68 | 68 | "chromatic": "^7.5.4", |
69 | | - "classnames": "^2.3.2", |
| 69 | + "classnames": "^2.5.1", |
70 | 70 | "eslint": "^8.52.0", |
71 | | - "eslint-config-prettier": "^9.0.0", |
| 71 | + "eslint-config-prettier": "^9.1.0", |
72 | 72 | "eslint-import-resolver-typescript": "^3.6.1", |
73 | 73 | "eslint-plugin-eslint-comments": "^3.2.0", |
74 | | - "eslint-plugin-import": "^2.29.0", |
75 | | - "eslint-plugin-react": "^7.33.2", |
| 74 | + "eslint-plugin-import": "^2.29.1", |
| 75 | + "eslint-plugin-react": "^7.34.1", |
76 | 76 | "eslint-plugin-react-hooks": "^4.6.0", |
77 | | - "eslint-plugin-storybook": "^0.6.15", |
78 | | - "eslint-plugin-tailwindcss": "^3.13.0", |
79 | | - "orval": "^6.19.1", |
80 | | - "postcss": "^8.4.31", |
81 | | - "postcss-import": "^15.1.0", |
82 | | - "prettier": "^3.0.3", |
| 77 | + "eslint-plugin-storybook": "^0.8.0", |
| 78 | + "eslint-plugin-tailwindcss": "^3.15.1", |
| 79 | + "orval": "^6.26.0", |
| 80 | + "postcss": "^8.4.38", |
| 81 | + "postcss-import": "^16.1.0", |
| 82 | + "prettier": "^3.2.5", |
83 | 83 | "storybook": "^7.5.1", |
84 | | - "tailwindcss": "3.3.5", |
85 | | - "ts-node": "^10.9.1", |
| 84 | + "tailwindcss": "3.4.3", |
| 85 | + "ts-node": "^10.9.2", |
86 | 86 | "typescript": "^4.9.5", |
87 | 87 | "typescript-eslint-language-service": "^5.0.5", |
88 | | - "typescript-language-server": "^4.0.0", |
| 88 | + "typescript-language-server": "^4.3.3", |
89 | 89 | "unified-language-server": "^4.0.0", |
90 | 90 | "vite": "^4.0.4", |
91 | | - "vite-plugin-checker": "^0.6.2", |
92 | | - "vite-plugin-dts": "^3.6.2", |
| 91 | + "vite-plugin-checker": "^0.6.4", |
| 92 | + "vite-plugin-dts": "^3.8.1", |
93 | 93 | "vite-plugin-favicons-inject": "^2.2.0", |
94 | 94 | "vite-plugin-package-config": "^0.1.1", |
95 | | - "vite-plugin-svgr": "^4.1.0", |
96 | | - "vite-tsconfig-paths": "^4.2.1", |
| 95 | + "vite-plugin-svgr": "^4.2.0", |
| 96 | + "vite-tsconfig-paths": "^4.3.2", |
97 | 97 | "vscode-css-languageserver-bin": "^1.4.0", |
98 | 98 | "vscode-html-languageserver-bin": "^1.4.0", |
99 | 99 | "vscode-json-languageserver": "^1.3.4", |
|
0 commit comments