|
37 | 37 | "test:update": "jest --coverage --updateSnapshot" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
| 40 | +<<<<<<< HEAD |
40 | 41 | "@rollup/plugin-commonjs": "^25.0.2", |
41 | 42 | "@rollup/plugin-node-resolve": "^15.1.0", |
42 | 43 | "@rollup/plugin-typescript": "^11.1.2", |
43 | 44 | "@testing-library/jest-dom": "^5.16.5", |
44 | 45 | "@testing-library/react": "^14.0.0", |
45 | 46 | "@types/react": "^18.2.14", |
46 | 47 | "@types/react-dom": "^18.2.6", |
| 48 | +======= |
| 49 | + "@rollup/plugin-commonjs": "^25.0.1", |
| 50 | + "@rollup/plugin-node-resolve": "^15.1.0", |
| 51 | + "@rollup/plugin-typescript": "^11.1.1", |
| 52 | + "@testing-library/jest-dom": "^5.16.5", |
| 53 | + "@testing-library/react": "^14.0.0", |
| 54 | + "@types/react": "^18.2.11", |
| 55 | + "@types/react-dom": "^18.2.4", |
| 56 | +>>>>>>> 41c5ac7443275a0274a06661f0569b5026cdf917 |
47 | 57 | "classnames": "^2.3.2", |
48 | 58 | "jest": "^29.6.1", |
49 | 59 | "jest-environment-jsdom": "^29.6.1", |
50 | 60 | "prop-types": "^15.8.1", |
51 | 61 | "react": "^18.2.0", |
52 | 62 | "react-dom": "^18.2.0", |
| 63 | +<<<<<<< HEAD |
53 | 64 | "rollup": "^3.26.2", |
54 | 65 | "rollup-plugin-import-css": "^3.3.1", |
55 | 66 | "ts-jest": "^29.1.1", |
56 | 67 | "typescript": "^5.1.6" |
| 68 | +======= |
| 69 | + "rollup": "^3.25.0", |
| 70 | + "rollup-plugin-import-css": "^3.2.1", |
| 71 | + "ts-jest": "^29.1.0", |
| 72 | + "typescript": "^4.9.5" |
| 73 | +>>>>>>> 41c5ac7443275a0274a06661f0569b5026cdf917 |
57 | 74 | }, |
58 | 75 | "peerDependencies": { |
59 | 76 | "react": ">=17", |
|
0 commit comments