|
12 | 12 | "generate:api": "orval --config ./orval.config.ts" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@codemirror/commands": "^6.1.3", |
16 | | - "@codemirror/lang-python": "^6.1.1", |
17 | | - "@codemirror/lang-sql": "^6.3.3", |
18 | | - "@codemirror/language": "^6.4.0", |
| 15 | + "@codemirror/commands": "^6.2.2", |
| 16 | + "@codemirror/lang-python": "^6.1.2", |
| 17 | + "@codemirror/lang-sql": "^6.4.0", |
| 18 | + "@codemirror/language": "^6.6.0", |
19 | 19 | "@codemirror/legacy-modes": "^6.3.1", |
20 | 20 | "@codemirror/state": "^6.2.0", |
21 | | - "@codemirror/view": "^6.7.3", |
22 | | - "@headlessui/react": "^1.7.7", |
23 | | - "@heroicons/react": "^2.0.13", |
24 | | - "@tanstack/react-query": "^4.22.0", |
| 21 | + "@codemirror/view": "^6.9.2", |
| 22 | + "@headlessui/react": "^1.7.13", |
| 23 | + "@heroicons/react": "^2.0.16", |
| 24 | + "@tanstack/react-query": "^4.26.1", |
25 | 25 | "@tanstack/react-table": "^8.7.9", |
26 | | - "@uiw/react-codemirror": "^4.19.7", |
| 26 | + "@uiw/react-codemirror": "^4.19.9", |
27 | 27 | "apache-arrow": "^11.0.0", |
28 | 28 | "clsx": "^1.2.1", |
29 | 29 | "elkjs": "^0.8.2", |
30 | 30 | "pluralize": "^8.0.0", |
31 | 31 | "react": "^18.2.0", |
32 | 32 | "react-dom": "^18.2.0", |
33 | | - "react-router-dom": "^6.6.2", |
| 33 | + "react-router-dom": "^6.9.0", |
34 | 34 | "react-split": "^2.0.14", |
35 | | - "reactflow": "^11.5.6", |
36 | | - "zustand": "^4.3.2" |
| 35 | + "reactflow": "^11.6.1", |
| 36 | + "zustand": "^4.3.6" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | 39 | "@testing-library/jest-dom": "^5.16.5", |
40 | | - "@testing-library/react": "^13.4.0", |
| 40 | + "@testing-library/react": "^14.0.0", |
41 | 41 | "@testing-library/user-event": "^14.4.3", |
42 | 42 | "@types/dagre": "^0.7.48", |
43 | 43 | "@types/pluralize": "^0.0.29", |
44 | | - "@types/react": "^18.0.26", |
45 | | - "@types/react-dom": "^18.0.9", |
46 | | - "@typescript-eslint/eslint-plugin": "^5.48.1", |
47 | | - "@vitejs/plugin-react-swc": "^3.0.0", |
48 | | - "autoprefixer": "^10.4.13", |
49 | | - "eslint": "^8.31.0", |
50 | | - "eslint-config-prettier": "^8.6.0", |
51 | | - "eslint-config-standard-with-typescript": "^27.0.1", |
| 44 | + "@types/react": "^18.0.28", |
| 45 | + "@types/react-dom": "^18.0.11", |
| 46 | + "@typescript-eslint/eslint-plugin": "^5.55.0", |
| 47 | + "@vitejs/plugin-react-swc": "^3.2.0", |
| 48 | + "autoprefixer": "^10.4.14", |
| 49 | + "eslint": "^8.36.0", |
| 50 | + "eslint-config-prettier": "^8.7.0", |
| 51 | + "eslint-config-standard-with-typescript": "^34.0.1", |
52 | 52 | "eslint-plugin-import": "^2.27.4", |
53 | 53 | "eslint-plugin-n": "^15.6.1", |
54 | 54 | "eslint-plugin-promise": "^6.1.1", |
55 | | - "eslint-plugin-react": "^7.32.0", |
56 | | - "jsdom": "^21.0.0", |
57 | | - "orval": "^6.11.1", |
| 55 | + "eslint-plugin-react": "^7.32.2", |
| 56 | + "jsdom": "^21.1.1", |
| 57 | + "orval": "^6.12.1", |
58 | 58 | "postcss": "^8.4.21", |
59 | | - "prettier": "2.8.2", |
60 | | - "tailwindcss": "^3.2.4", |
61 | | - "typescript": "^4.9.4", |
62 | | - "vite": "^4.0.0", |
63 | | - "vitest": "^0.27.1" |
| 59 | + "prettier": "^2.8.4", |
| 60 | + "tailwindcss": "^3.2.7", |
| 61 | + "typescript": "^4.9.5", |
| 62 | + "vite": "^4.2.0", |
| 63 | + "vitest": "^0.29.3" |
64 | 64 | } |
65 | 65 | } |
0 commit comments