@automattic/jetpack-components 0.55.15 → 0.55.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [0.55.16] - 2024-09-16
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#39332]
|
|
8
|
+
|
|
5
9
|
## [0.55.15] - 2024-09-10
|
|
6
10
|
### Changed
|
|
7
11
|
- Updated package dependencies. [#39302]
|
|
@@ -1160,6 +1164,7 @@
|
|
|
1160
1164
|
### Changed
|
|
1161
1165
|
- Update node version requirement to 14.16.1
|
|
1162
1166
|
|
|
1167
|
+
[0.55.16]: https://github.com/Automattic/jetpack-components/compare/0.55.15...0.55.16
|
|
1163
1168
|
[0.55.15]: https://github.com/Automattic/jetpack-components/compare/0.55.14...0.55.15
|
|
1164
1169
|
[0.55.14]: https://github.com/Automattic/jetpack-components/compare/0.55.13...0.55.14
|
|
1165
1170
|
[0.55.13]: https://github.com/Automattic/jetpack-components/compare/0.55.12...0.55.13
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.55.
|
|
3
|
+
"version": "0.55.16",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -43,14 +43,13 @@
|
|
|
43
43
|
"@storybook/blocks": "8.2.9",
|
|
44
44
|
"@storybook/react": "8.2.9",
|
|
45
45
|
"@testing-library/dom": "10.4.0",
|
|
46
|
-
"@testing-library/react": "
|
|
46
|
+
"@testing-library/react": "16.0.1",
|
|
47
47
|
"@testing-library/user-event": "14.5.2",
|
|
48
48
|
"@types/jest": "29.5.12",
|
|
49
49
|
"@types/qrcode.react": "1.0.5",
|
|
50
50
|
"@types/react": "18.3.3",
|
|
51
51
|
"@types/react-dom": "18.3.0",
|
|
52
52
|
"@types/react-slider": "1.3.6",
|
|
53
|
-
"@types/testing-library__jest-dom": "5.14.9",
|
|
54
53
|
"jest": "29.7.0",
|
|
55
54
|
"jest-environment-jsdom": "29.7.0",
|
|
56
55
|
"react": "18.3.1",
|