|
39 | 39 | "homepage": "https://github.com/mitodl/course-search-utils#readme", |
40 | 40 | "dependencies": { |
41 | 41 | "@mitodl/open-api-axios": "2024.9.16", |
42 | | - "@remixicon/react": "4.0.1", |
| 42 | + "@remixicon/react": "^4.2.0", |
43 | 43 | "axios": "^1.6.7", |
44 | | - "fuse.js": "^7.0.0", |
45 | | - "query-string": "^6.13.1" |
| 44 | + "fuse.js": "^7.0.0" |
46 | 45 | }, |
47 | 46 | "devDependencies": { |
| 47 | + "@babel/preset-typescript": "^7.25.7", |
48 | 48 | "@swc/core": "^1.5.7", |
49 | 49 | "@swc/jest": "^0.2.36", |
50 | | - "@testing-library/react": "12", |
51 | | - "@testing-library/react-hooks": "^8.0.1", |
| 50 | + "@testing-library/react": "15", |
52 | 51 | "@testing-library/user-event": "^14.5.2", |
53 | | - "@types/enzyme": "^3.10.7", |
54 | 52 | "@types/jest": "^29.0.1", |
55 | | - "@types/lodash": "^4.14.162", |
56 | | - "@types/lodash.uppercase": "^4.3.9", |
57 | 53 | "@types/next": "^9.0.0", |
58 | | - "@types/node": "^14.6", |
59 | | - "@types/react": "16.14.62", |
60 | | - "@types/react-dom": "16.9.24", |
| 54 | + "@types/react": "^18.2.0", |
| 55 | + "@types/react-dom": "^18.2.0", |
61 | 56 | "@typescript-eslint/eslint-plugin": "^7.0.1", |
62 | | - "@typescript-eslint/parser": "^7.0.1", |
63 | | - "babel-eslint": "10.x", |
64 | | - "enzyme": "^3.11.0", |
65 | | - "enzyme-adapter-react-16": "^1.15.4", |
66 | | - "eslint": "^8.56.0", |
67 | | - "eslint-config-google": "0.x", |
| 57 | + "eslint": "8.57.1", |
68 | 58 | "eslint-config-mitodl": "^2.0.0", |
69 | | - "eslint-plugin-babel": "5.x", |
70 | | - "eslint-plugin-flow-vars": "^0.5.0", |
71 | | - "eslint-plugin-flowtype": "4.x", |
72 | | - "eslint-plugin-mocha": "6.x", |
73 | | - "eslint-plugin-react": "^7.32.2", |
74 | | - "eslint-plugin-react-hooks": "^4.6.0", |
75 | | - "history": "^5.3.0", |
76 | | - "history-v4": "npm:history@^4.9", |
| 59 | + "eslint-plugin-react": "^7.37.1", |
| 60 | + "eslint-plugin-react-hooks": "^4.6.2", |
77 | 61 | "jest": "^29.0.3", |
78 | | - "jest-environment-jsdom": "^29.0.3", |
79 | | - "jest-fetch-mock": "^3.0.3", |
| 62 | + "jest-environment-jsdom": "^29.7.0", |
80 | 63 | "next": "^14.2.7", |
81 | | - "prettier-eslint-cli": "^7.1.0", |
82 | | - "react": "^16.13.1", |
83 | | - "react-dom": "^16.13.1", |
| 64 | + "prettier-eslint-cli": "^8.0.1", |
| 65 | + "react": "^18.2.0", |
| 66 | + "react-dom": "^18.2.0", |
84 | 67 | "react-router": "^6.22.2", |
85 | 68 | "tiny-invariant": "^1.3.3", |
86 | 69 | "ts-node": "^10.9.2", |
87 | 70 | "typescript": "^5.3.3" |
88 | 71 | }, |
89 | 72 | "peerDependencies": { |
90 | 73 | "@types/history": "^4.9", |
91 | | - "history": "^4.9 || ^5.0.0", |
92 | 74 | "next": "^14.2.7", |
93 | 75 | "react": "^16.13.1", |
94 | 76 | "react-router": "^6.22.2" |
|
0 commit comments