@automattic/jetpack-components 0.50.3 → 0.50.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 +14 -14
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.50.4] - 2024-03-27
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#36539, #36585]
|
|
8
|
+
|
|
5
9
|
## [0.50.3] - 2024-03-25
|
|
6
10
|
### Added
|
|
7
11
|
- Annotations: Make it possible to interact with them [#36453]
|
|
@@ -987,6 +991,7 @@
|
|
|
987
991
|
### Changed
|
|
988
992
|
- Update node version requirement to 14.16.1
|
|
989
993
|
|
|
994
|
+
[0.50.4]: https://github.com/Automattic/jetpack-components/compare/0.50.3...0.50.4
|
|
990
995
|
[0.50.3]: https://github.com/Automattic/jetpack-components/compare/0.50.2...0.50.3
|
|
991
996
|
[0.50.2]: https://github.com/Automattic/jetpack-components/compare/0.50.1...0.50.2
|
|
992
997
|
[0.50.1]: https://github.com/Automattic/jetpack-components/compare/0.50.0...0.50.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.50.
|
|
3
|
+
"version": "0.50.4",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -15,16 +15,16 @@
|
|
|
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.27",
|
|
19
19
|
"@babel/runtime": "^7",
|
|
20
|
-
"@wordpress/browserslist-config": "5.
|
|
21
|
-
"@wordpress/components": "27.
|
|
22
|
-
"@wordpress/compose": "6.
|
|
23
|
-
"@wordpress/data": "9.
|
|
24
|
-
"@wordpress/date": "4.
|
|
25
|
-
"@wordpress/element": "5.
|
|
26
|
-
"@wordpress/i18n": "4.
|
|
27
|
-
"@wordpress/icons": "9.
|
|
20
|
+
"@wordpress/browserslist-config": "5.37.0",
|
|
21
|
+
"@wordpress/components": "27.2.0",
|
|
22
|
+
"@wordpress/compose": "6.31.0",
|
|
23
|
+
"@wordpress/data": "9.24.0",
|
|
24
|
+
"@wordpress/date": "4.54.0",
|
|
25
|
+
"@wordpress/element": "5.31.0",
|
|
26
|
+
"@wordpress/i18n": "4.54.0",
|
|
27
|
+
"@wordpress/icons": "9.45.0",
|
|
28
28
|
"classnames": "2.3.2",
|
|
29
29
|
"prop-types": "^15.7.2",
|
|
30
30
|
"qrcode.react": "3.1.0",
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"uplot-react": "1.1.4"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
37
|
+
"@automattic/jetpack-base-styles": "^0.6.20",
|
|
38
38
|
"@babel/core": "7.24.0",
|
|
39
39
|
"@babel/preset-react": "7.23.3",
|
|
40
40
|
"@jest/globals": "29.4.3",
|
|
41
|
-
"@storybook/addon-actions": "
|
|
42
|
-
"@storybook/blocks": "
|
|
43
|
-
"@storybook/react": "
|
|
41
|
+
"@storybook/addon-actions": "8.0.4",
|
|
42
|
+
"@storybook/blocks": "8.0.4",
|
|
43
|
+
"@storybook/react": "8.0.4",
|
|
44
44
|
"@testing-library/dom": "9.3.4",
|
|
45
45
|
"@testing-library/react": "14.2.1",
|
|
46
46
|
"@testing-library/user-event": "14.5.2",
|