|
21 | 21 | "test-hashinsert": "npm test -- ./src/algorithms/controllers/tests/HashingInsertion.test.js", |
22 | 22 | "test-hashsearch": "npm test -- ./src/algorithms/controllers/tests/HashingSearch.test.js", |
23 | 23 | "test-hashdelete": "npm test -- ./src/algorithms/controllers/tests/HashingDeletion.test.js", |
24 | | - "test-234t": "npm test -- ./src/algorithms/controllers/TTFTree.test.js", |
25 | 24 | "test-avl": "npm test -- ./src/algorithms/controllers/AVLTree.test.js", |
26 | 25 | "test-url": "npm test -- ./src/algorithms/parameters/helpers/urlHelpers.test.js" |
27 | 26 | }, |
|
59 | 58 | ] |
60 | 59 | }, |
61 | 60 | "dependencies": { |
62 | | - "nth-check": ">=2.0.1", |
63 | | - "postcss": ">=8.4.31", |
64 | 61 | "@emotion/react": "^11.11.1", |
65 | 62 | "@emotion/styled": "^11.11.0", |
66 | 63 | "@mui/icons-material": "^5.14.3", |
|
70 | 67 | "@popperjs/core": "^2.11.8", |
71 | 68 | "@testing-library/jest-dom": "^4.2.4", |
72 | 69 | "@testing-library/react": "^12.1.2", |
73 | | - "@testing-library/react-hooks": "^8.0.1", |
74 | 70 | "@testing-library/user-event": "^14.4.3", |
75 | 71 | "chai": "^5.1.1", |
76 | 72 | "denque": "^2.0.1", |
77 | 73 | "framer-motion": "^4.0.0", |
78 | 74 | "lodash": "^4.17.21", |
| 75 | + "nth-check": ">=2.0.1", |
| 76 | + "postcss": ">=8.4.31", |
79 | 77 | "prop-types": "^15.8.1", |
80 | 78 | "react": "^17.0.2", |
81 | 79 | "react-dom": "^17.0.2", |
|
93 | 91 | }, |
94 | 92 | "devDependencies": { |
95 | 93 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
| 94 | + "@testing-library/react-hooks": "^8.0.1", |
96 | 95 | "electron": "^31.4.0", |
97 | 96 | "enzyme": "^3.11.0", |
98 | 97 | "eslint-config-react-app": "^7.0.1", |
|
0 commit comments