|
43 | 43 | "react": ">=16.8.0"
|
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
46 |
| - "@eslint/compat": "^1.1.1", |
47 |
| - "@eslint/eslintrc": "^3.1.0", |
48 |
| - "@eslint/js": "^9.8.0", |
49 | 46 | "@rollup/plugin-commonjs": "^26.0.1",
|
50 | 47 | "@rollup/plugin-node-resolve": "^15.2.3",
|
51 | 48 | "@rollup/plugin-replace": "^5.0.7",
|
52 |
| - "@rollup/plugin-terser": "^0.4.4", |
53 |
| - "@testing-library/dom": "^10.4.0", |
| 49 | + "@rollup/plugin-terser": "0.4.2", |
54 | 50 | "@testing-library/jest-dom": "^6.4.8",
|
55 |
| - "@testing-library/react": "^16.0.0", |
| 51 | + "@testing-library/react": "^14.3.0", |
56 | 52 | "@types/hoist-non-react-statics": "^3.3.5",
|
57 | 53 | "@types/jest": "^29.5.12",
|
58 | 54 | "@types/prop-types": "^15.7.12",
|
59 | 55 | "@types/react": "^18.3.3",
|
60 | 56 | "@types/react-dom": "^18.3.0",
|
61 |
| - "@typescript-eslint/eslint-plugin": "^7.18.0", |
62 |
| - "@typescript-eslint/parser": "^7.18.0", |
63 |
| - "eslint": "^9.8.0", |
| 57 | + "@typescript-eslint/eslint-plugin": "^5.6.2", |
| 58 | + "@typescript-eslint/parser": "^5.6.2", |
| 59 | + "eslint": "^8.57.0", |
64 | 60 | "eslint-config-prettier": "^9.1.0",
|
65 | 61 | "eslint-plugin-prettier": "^5.2.1",
|
66 | 62 | "eslint-plugin-react": "^7.35.0",
|
67 | 63 | "eslint-plugin-react-hooks": "^4.6.2",
|
68 |
| - "globals": "^15.8.0", |
69 | 64 | "jest": "^29.7.0",
|
70 | 65 | "jest-environment-jsdom": "^29.7.0",
|
71 | 66 | "prettier": "^3.3.3",
|
72 | 67 | "react": "^18.3.1",
|
73 | 68 | "react-dom": "^18.3.1",
|
74 |
| - "rollup": "^4.19.1", |
| 69 | + "rollup": "^3.29.4", |
75 | 70 | "rollup-plugin-typescript2": "^0.36.0",
|
76 | 71 | "ts-jest": "^29.2.3",
|
77 | 72 | "tslib": "^2.6.3",
|
|
0 commit comments