Skip to content

Commit 6134cf3

Browse files
author
Olavo Parno
committed
Merge branch 'develop'
2 parents 7f0d33e + dc35b13 commit 6134cf3

File tree

4 files changed

+1735
-3521
lines changed

4 files changed

+1735
-3521
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.4.5](https://github.com/the-bugging/react-use-presentation/compare/v1.4.4...v1.4.5) (2025-06-15)
6+
57
### [1.4.4](https://github.com/the-bugging/react-use-presentation/compare/v1.4.3...v1.4.4) (2025-06-15)
68

79
### [1.4.3](https://github.com/the-bugging/react-use-presentation/compare/v1.4.2...v1.4.3) (2023-02-26)

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: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use-presentation",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "Create pure HTML (React enriched if you will) presentations.",
55
"author": "Olavo Parno",
66
"license": "MIT",
@@ -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)