|
4 | 4 | "homepage": "./",
|
5 | 5 | "private": true,
|
6 | 6 | "dependencies": {
|
7 |
| - "@floating-ui/react": "0.26.13", |
| 7 | + "@floating-ui/react": "0.27.7", |
8 | 8 | "@hookform/error-message": "2.0.1",
|
9 | 9 | "@hookform/resolvers": "2.7.1",
|
10 | 10 | "@microsoft/fetch-event-source": "2.0.1",
|
11 | 11 | "@szhsin/react-menu": "3.5.3",
|
12 | 12 | "@tanstack/react-query": "4.36.1",
|
13 | 13 | "@tanstack/react-query-devtools": "4.36.1",
|
14 |
| - "@tanstack/react-table": "8.16.0", |
15 |
| - "ace-builds": "1.33.0", |
16 |
| - "ajv": "8.8.2", |
| 14 | + "@tanstack/react-table": "8.21.3", |
| 15 | + "ace-builds": "1.40.0", |
| 16 | + "ajv": "8.17.1", |
17 | 17 | "ajv-draft-04": "^1.0.0",
|
18 | 18 | "ajv-formats": "3.0.1",
|
19 |
| - "json-schema-faker": "0.5.6", |
| 19 | + "json-schema-faker": "0.5.9", |
20 | 20 | "jsonpath-plus": "10.3.0",
|
21 | 21 | "lossless-json": "2.0.11",
|
22 | 22 | "pretty-ms": "7.0.1",
|
|
25 | 25 | "react-datepicker": "7.4.0",
|
26 | 26 | "react-dom": "18.2.0",
|
27 | 27 | "react-error-boundary": "4.0.13",
|
28 |
| - "react-hook-form": "7.54.2", |
29 |
| - "react-hot-toast": "2.4.1", |
| 28 | + "react-hook-form": "7.56.0", |
| 29 | + "react-hot-toast": "2.5.2", |
30 | 30 | "react-is": "18.2.0",
|
31 | 31 | "react-multi-select-component": "4.3.4",
|
32 | 32 | "react-router-dom": "6.23.0",
|
33 |
| - "sass": "1.66.1", |
| 33 | + "sass": "1.86.3", |
34 | 34 | "styled-components": "6.1.8",
|
35 |
| - "use-debounce": "10.0.0", |
36 |
| - "yup": "1.4.0", |
| 35 | + "use-debounce": "10.0.4", |
| 36 | + "yup": "1.6.1", |
37 | 37 | "zustand": "4.5.2"
|
38 | 38 | },
|
39 | 39 | "scripts": {
|
|
54 | 54 | },
|
55 | 55 | "devDependencies": {
|
56 | 56 | "@jest/types": "29.6.3",
|
57 |
| - "@openapitools/openapi-generator-cli": "2.13.4", |
58 |
| - "@swc/core": "1.3.107", |
59 |
| - "@swc/jest": "0.2.36", |
| 57 | + "@openapitools/openapi-generator-cli": "2.19.1", |
| 58 | + "@swc/core": "1.11.21", |
| 59 | + "@swc/jest": "0.2.37", |
60 | 60 | "@testing-library/dom": "10.0.0",
|
61 |
| - "@testing-library/jest-dom": "6.4.2", |
| 61 | + "@testing-library/jest-dom": "6.6.3", |
62 | 62 | "@testing-library/react": "14.3.1",
|
63 |
| - "@testing-library/user-event": "14.5.2", |
| 63 | + "@testing-library/user-event": "14.6.1", |
64 | 64 | "@types/eventsource": "1.1.15",
|
65 | 65 | "@types/lossless-json": "1.0.4",
|
66 | 66 | "@types/node": "20.11.17",
|
|
72 | 72 | "@types/testing-library__jest-dom": "5.14.9",
|
73 | 73 | "@typescript-eslint/eslint-plugin": "7.0.0",
|
74 | 74 | "@typescript-eslint/parser": "6.21.0",
|
75 |
| - "@vitejs/plugin-react-swc": "3.6.0", |
76 |
| - "dotenv": "16.4.5", |
| 75 | + "@vitejs/plugin-react-swc": "3.9.0", |
| 76 | + "dotenv": "16.5.0", |
77 | 77 | "eslint": "8.57.0",
|
78 | 78 | "eslint-config-airbnb": "19.0.4",
|
79 | 79 | "eslint-config-airbnb-typescript": "18.0.0",
|
80 | 80 | "eslint-config-prettier": "9.1.0",
|
81 | 81 | "eslint-import-resolver-node": "0.3.9",
|
82 | 82 | "eslint-import-resolver-typescript": "3.6.1",
|
83 |
| - "eslint-plugin-import": "2.29.1", |
84 |
| - "eslint-plugin-jest-dom": "5.4.0", |
85 |
| - "eslint-plugin-jsx-a11y": "6.8.0", |
| 83 | + "eslint-plugin-import": "2.31.0", |
| 84 | + "eslint-plugin-jest-dom": "5.5.0", |
| 85 | + "eslint-plugin-jsx-a11y": "6.10.2", |
86 | 86 | "eslint-plugin-prettier": "5.1.3",
|
87 |
| - "eslint-plugin-react": "7.34.1", |
| 87 | + "eslint-plugin-react": "7.37.5", |
88 | 88 | "eslint-plugin-react-hooks": "4.6.0",
|
89 | 89 | "fetch-mock": "9.11.0",
|
90 | 90 | "jest": "29.7.0",
|
91 | 91 | "jest-environment-jsdom": "29.7.0",
|
92 | 92 | "jest-sonar-reporter": "2.0.0",
|
93 |
| - "jest-styled-components": "7.1.1", |
| 93 | + "jest-styled-components": "7.2.0", |
94 | 94 | "jest-watch-typeahead": "2.2.2",
|
95 |
| - "prettier": "3.2.5", |
| 95 | + "prettier": "3.5.3", |
96 | 96 | "rimraf": "5.0.5",
|
97 | 97 | "ts-node": "10.9.2",
|
98 | 98 | "ts-prune": "0.10.3",
|
99 |
| - "typescript": "5.3.3", |
100 |
| - "vite": "6.2.3", |
101 |
| - "vite-plugin-checker": "0.6.4", |
| 99 | + "typescript": "5.8.3", |
| 100 | + "vite": "6.3.2", |
| 101 | + "vite-plugin-checker": "0.9.1", |
102 | 102 | "vite-plugin-ejs": "1.7.0",
|
103 | 103 | "vite-tsconfig-paths": "4.3.2",
|
104 | 104 | "whatwg-fetch": "3.6.20"
|
|
0 commit comments