|
39 | 39 | }, |
40 | 40 | "homepage": "https://github.com/ankeetmaini/react-infinite-scroll-component#readme", |
41 | 41 | "peerDependencies": { |
42 | | - "react": "^17.0.0 || ^18.0.0 || ^19.0.0", |
43 | | - "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" |
| 42 | + "react": "^17.0.0", |
| 43 | + "react-dom": "^17.0.0" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@babel/core": "^7.6.2", |
| 46 | + "@babel/core": "^7.20.0", |
47 | 47 | "@storybook/addon-actions": "^5.2.1", |
48 | 48 | "@storybook/addon-info": "^5.2.1", |
49 | 49 | "@storybook/addon-links": "^5.2.1", |
50 | 50 | "@storybook/addons": "^5.2.1", |
51 | | - "@storybook/react": "^5.2.1", |
52 | | - "@testing-library/react": "^9.2.0", |
53 | | - "@types/jest": "^24.0.18", |
54 | | - "@types/react": "^18.2.0", |
55 | | - "@types/react-dom": "^18.2.0", |
| 51 | + "@storybook/react": "^7.0.0", |
| 52 | + "@testing-library/react": "^12.1.5", |
| 53 | + "@types/jest": "^29.5.14", |
| 54 | + "@types/react": "^17.0.0", |
| 55 | + "@types/react-dom": "^17.0.0", |
56 | 56 | "@types/storybook__react": "^4.0.2", |
57 | 57 | "@types/throttle-debounce": "^2.1.0", |
58 | 58 | "@typescript-eslint/eslint-plugin": "^8.50.1", |
|
63 | 63 | "eslint-config-prettier": "^10.1.8", |
64 | 64 | "eslint-plugin-react": "^7.37.5", |
65 | 65 | "husky": ">=1", |
66 | | - "jest": "^24.9.0", |
| 66 | + "jest": "^29.7.0", |
| 67 | + "jest-environment-jsdom": "^29.7.0", |
67 | 68 | "lint-staged": ">=8", |
68 | | - "prettier": "1.18.2", |
69 | | - "react": "^18.2.0", |
| 69 | + "prettier": "^2.8.0", |
| 70 | + "react": "^17.0.2", |
70 | 71 | "react-docgen-typescript-loader": "^3.2.1", |
71 | | - "react-dom": "^18.2.0", |
| 72 | + "react-dom": "^17.0.2", |
72 | 73 | "rimraf": "^3.0.0", |
73 | 74 | "rollup": "^1.26.3", |
74 | 75 | "rollup-plugin-node-resolve": "^5.2.0", |
75 | 76 | "rollup-plugin-typescript2": "^0.25.2", |
76 | | - "ts-jest": "^24.1.0", |
77 | | - "typescript": "^5.0.0" |
| 77 | + "ts-jest": "^29.4.6", |
| 78 | + "typescript": "^4.9.0" |
78 | 79 | }, |
79 | 80 | "dependencies": { |
80 | 81 | "throttle-debounce": "^2.1.0" |
81 | 82 | }, |
82 | | - "engines": { |
83 | | - "node": ">=18.18.0" |
84 | | - }, |
85 | 83 | "husky": { |
86 | 84 | "hooks": { |
87 | 85 | "pre-commit": "yarn run ts-check && lint-staged" |
|
0 commit comments