|
49 | 49 | "@rollup/plugin-node-resolve": "14.1.0",
|
50 | 50 | "@rollup/plugin-replace": "4.0.0",
|
51 | 51 | "@rollup/plugin-typescript": "8.5.0",
|
| 52 | + "@testing-library/jest-dom": "^5.16.5", |
| 53 | + "@testing-library/react": "12.1.5", |
| 54 | + "@testing-library/user-event": "^14.4.3", |
52 | 55 | "@types/css": "^0.0.33",
|
53 | 56 | "@types/css-modules": "^1.0.2",
|
54 |
| - "@types/jest": "^29.2.3", |
| 57 | + "@types/jest": "29.4.0", |
55 | 58 | "@types/react": "^18.0.21",
|
56 | 59 | "@types/react-dom": "^18.0.6",
|
57 | 60 | "@types/react-test-renderer": "^18.0.0",
|
|
68 | 71 | "eslint-plugin-react": "7.31.11",
|
69 | 72 | "eslint-plugin-react-hooks": "^4.2.0",
|
70 | 73 | "husky": "^8.0.1",
|
71 |
| - "jest": "^29.3.1", |
72 |
| - "jest-environment-jsdom": "^29.3.1", |
73 |
| - "jest-transform-css": "^6.0.0", |
| 74 | + "jest": "29.4.2", |
| 75 | + "jest-environment-jsdom": "29.4.2", |
| 76 | + "jest-transform-css": "6.0.1", |
74 | 77 | "lint-staged": "13.0.3",
|
75 | 78 | "postcss": "8.4.19",
|
76 | 79 | "prettier": "^2.4.1",
|
77 | 80 | "process": "^0.11.10",
|
78 | 81 | "prop-types": "^15.7.2",
|
79 | 82 | "react": "16.14.0",
|
80 | 83 | "react-dom": "16.14.0",
|
81 |
| - "react-test-renderer": "16.14.0", |
82 | 84 | "rimraf": "^3.0.2",
|
83 | 85 | "rollup": "2.79.1",
|
84 | 86 | "rollup-plugin-analyzer": "^4.0.0",
|
|
96 | 98 | "stylelint": "^13.13.1",
|
97 | 99 | "stylelint-config-prettier": "^8.0.2",
|
98 | 100 | "stylelint-config-standard": "^22.0.0",
|
99 |
| - "ts-jest": "^29.0.3", |
| 101 | + "ts-jest": "29.0.5", |
100 | 102 | "ts-node": "^10.9.1",
|
101 |
| - "typescript": "^4.8.4" |
| 103 | + "typescript": "4.9.5" |
102 | 104 | },
|
103 | 105 | "peerDependencies": {
|
104 | 106 | "react": ">=16.14.0",
|
|
0 commit comments