@automattic/jetpack-components 0.55.14 → 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 +10 -0
- package/package.json +13 -14
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.16] - 2024-09-16
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#39332]
|
|
8
|
+
|
|
9
|
+
## [0.55.15] - 2024-09-10
|
|
10
|
+
### Changed
|
|
11
|
+
- Updated package dependencies. [#39302]
|
|
12
|
+
|
|
5
13
|
## [0.55.14] - 2024-09-09
|
|
6
14
|
### Changed
|
|
7
15
|
- Updated package dependencies. [#39278]
|
|
@@ -1156,6 +1164,8 @@
|
|
|
1156
1164
|
### Changed
|
|
1157
1165
|
- Update node version requirement to 14.16.1
|
|
1158
1166
|
|
|
1167
|
+
[0.55.16]: https://github.com/Automattic/jetpack-components/compare/0.55.15...0.55.16
|
|
1168
|
+
[0.55.15]: https://github.com/Automattic/jetpack-components/compare/0.55.14...0.55.15
|
|
1159
1169
|
[0.55.14]: https://github.com/Automattic/jetpack-components/compare/0.55.13...0.55.14
|
|
1160
1170
|
[0.55.13]: https://github.com/Automattic/jetpack-components/compare/0.55.12...0.55.13
|
|
1161
1171
|
[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.16",
|
|
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",
|
|
@@ -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",
|