Skip to content

Commit 07ee36e

Browse files
author
Olavo Parno
committed
Update dependencies in package.json and yarn.lock
This commit updates several dependencies in the project, including: - Upgraded React and React DOM to version 19.1.0. - Updated testing libraries to the latest versions. - Adjusted TypeScript and ESLint configurations to reflect new versions. - Changed the resolution URLs in yarn.lock to point to npm registry. These updates aim to enhance compatibility, performance, and maintainability of the project.
1 parent 99ca1bd commit 07ee36e

File tree

3 files changed

+1732
-3520
lines changed

3 files changed

+1732
-3520
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
| Statements | Branches | Functions | Lines |
1212
| ----------------------------------------------------------------------------- | ------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ------------------------------------------------------------------- |
13-
| ![Statements](https://img.shields.io/badge/statements-80.95%25-yellow.svg) | ![Branches](https://img.shields.io/badge/branches-78.79%25-red.svg) | ![Functions](https://img.shields.io/badge/functions-100%25-brightgreen.svg) | ![Lines](https://img.shields.io/badge/lines-84.81%25-yellow.svg) |
13+
| ![Statements](https://img.shields.io/badge/statements-80.95%25-yellow.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-78.78%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-100%25-brightgreen.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-84.81%25-yellow.svg?style=flat) |
1414

1515
## Table of Contents
1616

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,19 @@
5858
"@rollup/plugin-node-resolve": "^13.0.0",
5959
"@rollup/plugin-typescript": "^8.2.1",
6060
"@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",
6364
"@types/jest": "^29.5.12",
64-
"@types/react": "^19.0.0",
65+
"@types/react": "^19.1.8",
66+
"@types/react-dom": "^19.1.6",
6567
"@typescript-eslint/eslint-plugin": "^4.28.3",
6668
"@typescript-eslint/parser": "^4.28.3",
6769
"concurrently": "^9.1.2",
6870
"cross-env": "^7.0.3",
6971
"eslint": "^7.30.0",
7072
"eslint-config-airbnb": "^18.2.1",
71-
"eslint-config-airbnb-typescript-prettier": "^4.2.0",
73+
"eslint-config-airbnb-typescript-prettier": "^5.0.0",
7274
"eslint-config-prettier": "^8.3.0",
7375
"eslint-plugin-import": "^2.23.4",
7476
"eslint-plugin-jsx-a11y": "^6.4.1",
@@ -77,16 +79,16 @@
7779
"eslint-plugin-react-hooks": "^4.2.0",
7880
"gh-pages": "^3.2.3",
7981
"husky": "^7.0.1",
80-
"istanbul-badges-readme": "^1.4.0",
82+
"istanbul-badges-readme": "^1.9.0",
8183
"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",
8486
"react-scripts": "^5.0.1",
8587
"rollup": "^2.53.1",
8688
"rollup-plugin-peer-deps-external": "^2.2.4",
8789
"rollup-plugin-terser": "^7.0.2",
8890
"standard-version": "^9.3.0",
8991
"tslib": "^2.3.0",
90-
"typescript": "^5.0.0"
92+
"typescript": "^4.9.5"
9193
}
9294
}

0 commit comments

Comments
 (0)