Skip to content

Commit 6a629f0

Browse files
chore: prepare @liferay/npm-scripts v51.2.0 release
1 parent 8651a9f commit 6a629f0

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

projects/npm-tools/packages/npm-scripts/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [npm-scripts/v51.2.0](https://github.com/liferay/liferay-frontend-projects/tree/npm-scripts/v51.2.0) (2024-06-07)
2+
3+
[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/npm-scripts/v51.1.0...npm-scripts/v51.2.0)
4+
5+
### :new: Features
6+
7+
- feat(npm-scripts): allow for testing in react-16 exclusively ([\#1221](https://github.com/liferay/liferay-frontend-projects/pull/1221))
8+
19
## [npm-scripts/v51.1.0](https://github.com/liferay/liferay-frontend-projects/tree/npm-scripts/v51.1.0) (2024-06-05)
210

311
[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/npm-scripts/v51.0.2...npm-scripts/v51.1.0)

projects/npm-tools/packages/npm-scripts/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"@liferay/jest-junit-reporter": "1.2.0",
1919
"@liferay/js-toolkit-core": "3.0.1",
2020
"@testing-library/dom": "^9.3.3",
21-
"@testing-library/jest-dom": "^6.1.4",
22-
"@testing-library/react": "^14.0.0",
23-
"@testing-library/user-event": "^14.5.1",
2421
"@testing-library/dom-8.11.1": "npm:@testing-library/[email protected]",
22+
"@testing-library/jest-dom": "^6.1.4",
2523
"@testing-library/jest-dom-4.2.4": "npm:@testing-library/[email protected]",
24+
"@testing-library/react": "^14.0.0",
2625
"@testing-library/react-12.1.2": "npm:@testing-library/[email protected]",
2726
"@testing-library/react-hooks-3.4.2": "npm:@testing-library/[email protected]",
27+
"@testing-library/user-event": "^14.5.1",
2828
"@testing-library/user-event-4.2.4": "npm:@testing-library/[email protected]",
2929
"@types/jest": "^26.0.14",
3030
"@types/react-dom": "17.0.3",
@@ -53,8 +53,8 @@
5353
"minimist": "^1.2.0",
5454
"prettier": "^2.1.2",
5555
"react": "*",
56-
"react-dom": "*",
5756
"react-16": "npm:[email protected]",
57+
"react-dom": "*",
5858
"react-dom-16": "npm:[email protected]",
5959
"react-test-renderer": "*",
6060
"resolve": "^1.14.2",
@@ -95,5 +95,5 @@
9595
"preversion": "liferay-workspace-scripts ci",
9696
"test": "liferay-workspace-scripts test"
9797
},
98-
"version": "51.1.0"
98+
"version": "51.2.0"
9999
}

0 commit comments

Comments
 (0)