|
3 | 3 | "author": "Raice Hannay <[email protected]>", |
4 | 4 | "description": "A set of classes to make setting up React components for unit tests easy.", |
5 | 5 | "license": "ISC", |
6 | | - "version": "4.0.0", |
| 6 | + "version": "4.1.0", |
7 | 7 | "keywords": [ |
8 | 8 | "component", |
9 | 9 | "react-testing-library", |
|
55 | 55 | }, |
56 | 56 | "homepage": "https://github.com/voodoocreation/react-test-wrapper#readme", |
57 | 57 | "peerDependencies": { |
58 | | - "@testing-library/react": ">= 14.1.2", |
59 | | - "@types/react": "^18.2.48", |
60 | | - "react": "^18.2.0", |
61 | | - "react-intl": ">= 6.1.1", |
62 | | - "react-redux": ">= 9.1.0", |
| 58 | + "@testing-library/react": ">= 16.1.0", |
| 59 | + "@types/react": "^18.3.16", |
| 60 | + "react": "^18.3.1", |
| 61 | + "react-intl": ">= 7.0.4", |
| 62 | + "react-redux": ">= 9.2.0", |
63 | 63 | "redux": ">= 5.0.1" |
64 | 64 | }, |
65 | 65 | "peerDependenciesMeta": { |
|
74 | 74 | } |
75 | 75 | }, |
76 | 76 | "devDependencies": { |
77 | | - "@reduxjs/toolkit": "^2.0.1", |
78 | | - "@testing-library/react": "^14.1.2", |
79 | | - "@types/jest": "^29.0.3", |
80 | | - "@types/react": "^18.2.48", |
81 | | - "@types/react-redux": "^7.1.24", |
82 | | - "@typescript-eslint/eslint-plugin": "^6.19.1", |
83 | | - "@typescript-eslint/parser": "^6.19.1", |
| 77 | + "@reduxjs/toolkit": "^2.5.0", |
| 78 | + "@testing-library/dom": "^10.4.0", |
| 79 | + "@testing-library/jest-dom": "^6.6.3", |
| 80 | + "@testing-library/react": "^16.1.0", |
| 81 | + "@testing-library/user-event": "^14.5.2", |
| 82 | + "@types/jest": "^29.5.14", |
| 83 | + "@types/react": "^18.3.16", |
| 84 | + "@types/react-redux": "^7.1.34", |
84 | 85 | "cross-env": "^7.0.3", |
85 | | - "eslint": "^8.24.0", |
86 | | - "eslint-config-voodoocreation": "^5.0.0", |
87 | | - "eslint-plugin-import": "^2.26.0", |
88 | | - "eslint-plugin-jest": "^27.0.4", |
89 | | - "eslint-plugin-jsx-a11y": "^6.6.1", |
| 86 | + "eslint": "^9.17.0", |
| 87 | + "eslint-config-voodoocreation": "^7.0.1", |
| 88 | + "eslint-plugin-import": "^2.31.0", |
| 89 | + "eslint-plugin-jest": "^28.9.0", |
| 90 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
90 | 91 | "eslint-plugin-prefer-arrow": "^1.2.3", |
91 | | - "eslint-plugin-react": "^7.31.8", |
92 | | - "eslint-plugin-react-hooks": "^4.6.0", |
| 92 | + "eslint-plugin-react": "^7.37.2", |
| 93 | + "eslint-plugin-react-hooks": "^5.1.0", |
93 | 94 | "jest": "^29.0.3", |
94 | 95 | "jest-environment-jsdom": "^29.0.3", |
95 | 96 | "npm-run-all": "^4.1.5", |
96 | | - "prettier": "^3.2.4", |
97 | | - "react": "^18.2.0", |
98 | | - "react-dom": "^18.2.0", |
99 | | - "react-intl": "^6.1.1", |
100 | | - "react-redux": "^9.1.0", |
| 97 | + "prettier": "^3.4.2", |
| 98 | + "react": "^18.3.1", |
| 99 | + "react-dom": "^18.3.1", |
| 100 | + "react-intl": "^7.0.4", |
| 101 | + "react-redux": "^9.2.0", |
101 | 102 | "redux": "^5.0.1", |
102 | | - "rimraf": "^5.0.5", |
103 | | - "ts-jest": "^29.0.2", |
104 | | - "typescript": "^5.3.3" |
| 103 | + "rimraf": "^6.0.1", |
| 104 | + "ts-jest": "^29.2.5", |
| 105 | + "typescript": "^5.7.2" |
105 | 106 | }, |
106 | 107 | "dependencies": { |
107 | | - "ts-deepmerge": "^7.0.0", |
| 108 | + "ts-deepmerge": "^7.0.2", |
108 | 109 | "utility-types": "^3.11.0" |
109 | 110 | }, |
110 | 111 | "resolutions": { |
|
0 commit comments