@automattic/jetpack-components 0.53.6 → 0.53.7
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 +13 -13
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.53.7] - 2024-06-05
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#37669]
|
|
8
|
+
|
|
5
9
|
## [0.53.6] - 2024-05-30
|
|
6
10
|
### Changed
|
|
7
11
|
- Connection: Update connection ToS messaging slightly [#37536]
|
|
@@ -1051,6 +1055,7 @@
|
|
|
1051
1055
|
### Changed
|
|
1052
1056
|
- Update node version requirement to 14.16.1
|
|
1053
1057
|
|
|
1058
|
+
[0.53.7]: https://github.com/Automattic/jetpack-components/compare/0.53.6...0.53.7
|
|
1054
1059
|
[0.53.6]: https://github.com/Automattic/jetpack-components/compare/0.53.5...0.53.6
|
|
1055
1060
|
[0.53.5]: https://github.com/Automattic/jetpack-components/compare/0.53.4...0.53.5
|
|
1056
1061
|
[0.53.4]: https://github.com/Automattic/jetpack-components/compare/0.53.3...0.53.4
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.53.
|
|
3
|
+
"version": "0.53.7",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -15,27 +15,27 @@
|
|
|
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.31",
|
|
19
19
|
"@babel/runtime": "^7",
|
|
20
|
-
"@wordpress/browserslist-config": "
|
|
21
|
-
"@wordpress/components": "
|
|
22
|
-
"@wordpress/compose": "
|
|
23
|
-
"@wordpress/data": "
|
|
24
|
-
"@wordpress/date": "
|
|
25
|
-
"@wordpress/element": "
|
|
26
|
-
"@wordpress/i18n": "
|
|
27
|
-
"@wordpress/icons": "
|
|
28
|
-
"@wordpress/notices": "
|
|
20
|
+
"@wordpress/browserslist-config": "6.0.0",
|
|
21
|
+
"@wordpress/components": "28.0.0",
|
|
22
|
+
"@wordpress/compose": "7.0.0",
|
|
23
|
+
"@wordpress/data": "10.0.0",
|
|
24
|
+
"@wordpress/date": "5.0.0",
|
|
25
|
+
"@wordpress/element": "6.0.0",
|
|
26
|
+
"@wordpress/i18n": "5.0.0",
|
|
27
|
+
"@wordpress/icons": "10.0.0",
|
|
28
|
+
"@wordpress/notices": "5.0.0",
|
|
29
29
|
"classnames": "2.3.2",
|
|
30
30
|
"prop-types": "^15.7.2",
|
|
31
31
|
"qrcode.react": "3.1.0",
|
|
32
32
|
"react-slider": "2.0.5",
|
|
33
|
-
"social-logos": "^3.0.
|
|
33
|
+
"social-logos": "^3.0.2",
|
|
34
34
|
"uplot": "1.6.24",
|
|
35
35
|
"uplot-react": "1.1.4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
38
|
+
"@automattic/jetpack-base-styles": "^0.6.26",
|
|
39
39
|
"@babel/core": "7.24.0",
|
|
40
40
|
"@babel/preset-react": "7.23.3",
|
|
41
41
|
"@jest/globals": "29.4.3",
|