@automattic/jetpack-components 0.55.14 → 0.55.15
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 +12 -12
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.15] - 2024-09-10
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#39302]
|
|
8
|
+
|
|
5
9
|
## [0.55.14] - 2024-09-09
|
|
6
10
|
### Changed
|
|
7
11
|
- Updated package dependencies. [#39278]
|
|
@@ -1156,6 +1160,7 @@
|
|
|
1156
1160
|
### Changed
|
|
1157
1161
|
- Update node version requirement to 14.16.1
|
|
1158
1162
|
|
|
1163
|
+
[0.55.15]: https://github.com/Automattic/jetpack-components/compare/0.55.14...0.55.15
|
|
1159
1164
|
[0.55.14]: https://github.com/Automattic/jetpack-components/compare/0.55.13...0.55.14
|
|
1160
1165
|
[0.55.13]: https://github.com/Automattic/jetpack-components/compare/0.55.12...0.55.13
|
|
1161
1166
|
[0.55.12]: https://github.com/Automattic/jetpack-components/compare/0.55.11...0.55.12
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.55.
|
|
3
|
+
"version": "0.55.15",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -15,17 +15,17 @@
|
|
|
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.40",
|
|
19
19
|
"@babel/runtime": "^7",
|
|
20
|
-
"@wordpress/browserslist-config": "6.
|
|
21
|
-
"@wordpress/components": "28.
|
|
22
|
-
"@wordpress/compose": "7.
|
|
23
|
-
"@wordpress/data": "10.
|
|
24
|
-
"@wordpress/date": "5.
|
|
25
|
-
"@wordpress/element": "6.
|
|
26
|
-
"@wordpress/i18n": "5.
|
|
27
|
-
"@wordpress/icons": "10.
|
|
28
|
-
"@wordpress/notices": "5.
|
|
20
|
+
"@wordpress/browserslist-config": "6.7.0",
|
|
21
|
+
"@wordpress/components": "28.7.0",
|
|
22
|
+
"@wordpress/compose": "7.7.0",
|
|
23
|
+
"@wordpress/data": "10.7.0",
|
|
24
|
+
"@wordpress/date": "5.7.0",
|
|
25
|
+
"@wordpress/element": "6.7.0",
|
|
26
|
+
"@wordpress/i18n": "5.7.0",
|
|
27
|
+
"@wordpress/icons": "10.7.0",
|
|
28
|
+
"@wordpress/notices": "5.7.0",
|
|
29
29
|
"clsx": "2.1.1",
|
|
30
30
|
"prop-types": "^15.7.2",
|
|
31
31
|
"qrcode.react": "3.1.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
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.32",
|
|
39
39
|
"@babel/core": "7.24.7",
|
|
40
40
|
"@babel/preset-react": "7.24.7",
|
|
41
41
|
"@jest/globals": "29.4.3",
|