|
58 | 58 | "@rollup/plugin-node-resolve": "^13.0.0", |
59 | 59 | "@rollup/plugin-typescript": "^8.2.1", |
60 | 60 | "@rollup/plugin-url": "^6.0.0", |
61 | | - "@testing-library/jest-dom": "^6.4.2", |
62 | | - "@testing-library/react": "^14.2.1", |
| 61 | + "@testing-library/dom": "^10.4.0", |
| 62 | + "@testing-library/jest-dom": "^6.6.3", |
| 63 | + "@testing-library/react": "^16.3.0", |
63 | 64 | "@types/jest": "^29.5.12", |
64 | | - "@types/react": "^19.0.0", |
| 65 | + "@types/react": "^19.1.8", |
| 66 | + "@types/react-dom": "^19.1.6", |
65 | 67 | "@typescript-eslint/eslint-plugin": "^4.28.3", |
66 | 68 | "@typescript-eslint/parser": "^4.28.3", |
67 | 69 | "concurrently": "^9.1.2", |
68 | 70 | "cross-env": "^7.0.3", |
69 | 71 | "eslint": "^7.30.0", |
70 | 72 | "eslint-config-airbnb": "^18.2.1", |
71 | | - "eslint-config-airbnb-typescript-prettier": "^4.2.0", |
| 73 | + "eslint-config-airbnb-typescript-prettier": "^5.0.0", |
72 | 74 | "eslint-config-prettier": "^8.3.0", |
73 | 75 | "eslint-plugin-import": "^2.23.4", |
74 | 76 | "eslint-plugin-jsx-a11y": "^6.4.1", |
|
77 | 79 | "eslint-plugin-react-hooks": "^4.2.0", |
78 | 80 | "gh-pages": "^3.2.3", |
79 | 81 | "husky": "^7.0.1", |
80 | | - "istanbul-badges-readme": "^1.4.0", |
| 82 | + "istanbul-badges-readme": "^1.9.0", |
81 | 83 | "prettier": "^2.3.2", |
82 | | - "react": "^19.0.0", |
83 | | - "react-dom": "^19.0.0", |
| 84 | + "react": "^19.1.0", |
| 85 | + "react-dom": "^19.1.0", |
84 | 86 | "react-scripts": "^5.0.1", |
85 | 87 | "rollup": "^2.53.1", |
86 | 88 | "rollup-plugin-peer-deps-external": "^2.2.4", |
87 | 89 | "rollup-plugin-terser": "^7.0.2", |
88 | 90 | "standard-version": "^9.3.0", |
89 | 91 | "tslib": "^2.3.0", |
90 | | - "typescript": "^5.0.0" |
| 92 | + "typescript": "^4.9.5" |
91 | 93 | } |
92 | 94 | } |
0 commit comments