@automattic/jetpack-components 0.44.3 → 0.44.4
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 +7 -7
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.44.4] - 2023-11-03
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#33904]
|
|
8
|
+
|
|
5
9
|
## [0.44.3] - 2023-10-31
|
|
6
10
|
### Fixed
|
|
7
11
|
- Fix IconTooltip Popover styles. [#33856]
|
|
@@ -868,6 +872,7 @@
|
|
|
868
872
|
### Changed
|
|
869
873
|
- Update node version requirement to 14.16.1
|
|
870
874
|
|
|
875
|
+
[0.44.4]: https://github.com/Automattic/jetpack-components/compare/0.44.3...0.44.4
|
|
871
876
|
[0.44.3]: https://github.com/Automattic/jetpack-components/compare/0.44.2...0.44.3
|
|
872
877
|
[0.44.2]: https://github.com/Automattic/jetpack-components/compare/0.44.1...0.44.2
|
|
873
878
|
[0.44.1]: https://github.com/Automattic/jetpack-components/compare/0.44.0...0.44.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.44.
|
|
3
|
+
"version": "0.44.4",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@automattic/format-currency": "1.0.1",
|
|
18
|
-
"@automattic/jetpack-boost-score-api": "^0.1.
|
|
18
|
+
"@automattic/jetpack-boost-score-api": "^0.1.15",
|
|
19
19
|
"@babel/runtime": "^7",
|
|
20
20
|
"@wordpress/browserslist-config": "5.27.0",
|
|
21
21
|
"@wordpress/components": "25.10.0",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"@testing-library/react": "13.4.0",
|
|
46
46
|
"@testing-library/user-event": "14.4.3",
|
|
47
47
|
"@types/jest": "29.2.5",
|
|
48
|
-
"@types/qrcode.react": "1.0.
|
|
49
|
-
"@types/react": "18.2.
|
|
50
|
-
"@types/react-dom": "18.2.
|
|
51
|
-
"@types/react-slider": "1.3.
|
|
52
|
-
"@types/react-test-renderer": "18.0.
|
|
48
|
+
"@types/qrcode.react": "1.0.4",
|
|
49
|
+
"@types/react": "18.2.33",
|
|
50
|
+
"@types/react-dom": "18.2.14",
|
|
51
|
+
"@types/react-slider": "1.3.3",
|
|
52
|
+
"@types/react-test-renderer": "18.0.5",
|
|
53
53
|
"@types/testing-library__jest-dom": "5.14.9",
|
|
54
54
|
"jest": "29.4.3",
|
|
55
55
|
"jest-environment-jsdom": "29.4.3",
|