@automattic/jetpack-components 0.55.13 → 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 +10 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
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
|
+
|
|
9
|
+
## [0.55.14] - 2024-09-09
|
|
10
|
+
### Changed
|
|
11
|
+
- Updated package dependencies. [#39278]
|
|
12
|
+
|
|
5
13
|
## [0.55.13] - 2024-09-05
|
|
6
14
|
### Changed
|
|
7
15
|
- Internal updates.
|
|
@@ -1152,6 +1160,8 @@
|
|
|
1152
1160
|
### Changed
|
|
1153
1161
|
- Update node version requirement to 14.16.1
|
|
1154
1162
|
|
|
1163
|
+
[0.55.15]: https://github.com/Automattic/jetpack-components/compare/0.55.14...0.55.15
|
|
1164
|
+
[0.55.14]: https://github.com/Automattic/jetpack-components/compare/0.55.13...0.55.14
|
|
1155
1165
|
[0.55.13]: https://github.com/Automattic/jetpack-components/compare/0.55.12...0.55.13
|
|
1156
1166
|
[0.55.12]: https://github.com/Automattic/jetpack-components/compare/0.55.11...0.55.12
|
|
1157
1167
|
[0.55.11]: https://github.com/Automattic/jetpack-components/compare/0.55.10...0.55.11
|
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,14 +35,14 @@
|
|
|
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",
|
|
42
42
|
"@storybook/addon-actions": "8.2.9",
|
|
43
43
|
"@storybook/blocks": "8.2.9",
|
|
44
44
|
"@storybook/react": "8.2.9",
|
|
45
|
-
"@testing-library/dom": "10.
|
|
45
|
+
"@testing-library/dom": "10.4.0",
|
|
46
46
|
"@testing-library/react": "15.0.7",
|
|
47
47
|
"@testing-library/user-event": "14.5.2",
|
|
48
48
|
"@types/jest": "29.5.12",
|